Disable all CPU Mitigations on Windows

@echo off 
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 3 /f 
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f

References
https://www.reddit.com/r/intel/comments/btkipd/how_to_disable_all_mitigations/
https://www.grc.com/inspectre.htm