Update windows/security/threat-protection/device-guard/enable-virtualization-based-protection-of-code-integrity.md

Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
Derek Granito 2019-09-04 16:39:29 -07:00 committed by GitHub
parent 38375932c7
commit 019fb11c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ C. If you experience a critical error during boot or your system is unstable aft
## How to turn off HVCI ## How to turn off HVCI
1. Run the following command from an elevated prompt to set the HVCI registry key to off 1. Run the following command from an elevated prompt to set the HVCI registry key to off
``` command ```ini
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f
``` ```
2. Restart the device. 2. Restart the device.