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
vm:proxmox:kvm:windows:mitigations [2025/01/09 07:34] niziakvm:proxmox:kvm:windows:mitigations [2025/01/09 08:08] (current) niziak
Line 7: Line 7:
 [[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>
  
-Another slowing-down feature: "Core isolation: memory integrity” 
- 
-<code reg> 
-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity 
-</code>