meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:kvm:windows:mitigations [2025/01/08 20:58] niziakvm:proxmox:kvm:windows:mitigations [2025/01/09 08:08] (current) niziak
Line 6: Line 6:
  
 [[https://www.grc.com/inspectre.htm|InSpectre]] [[https://www.grc.com/inspectre.htm|InSpectre]]
 +
 +Or:
 +<code powershell>
 +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
 +</code>
 +