mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Update windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity.md
This commit is contained in:
parent
4b305aed19
commit
3ff0343584
@ -136,7 +136,11 @@ reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorE
|
|||||||
```console
|
```console
|
||||||
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "Mandatory" /t REG_DWORD /d 1 /f
|
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "Mandatory" /t REG_DWORD /d 1 /f
|
||||||
```
|
```
|
||||||
The "mandatory" setting <b>prevents</b> the OS loader to continue to boot in case the Hypervisor, Secure Kernel or one of their dependent modules fails to load. Special careful should be used before enabling this mode, since, as explained, in case of any failure of the virtualization modules, the system will refuse to boot and will display a Blue Screen of Dead (BSOD).
|
|
||||||
|
The **Mandatory** setting prevents the OS loader to continue to boot in case the Hypervisor, Secure Kernel or one of their dependent modules fails to load.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Special care should be used before enabling this mode, since, in case of any failure of the virtualization modules, the system will refuse to boot and will display a Blue Screen of Dead (BSOD).
|
||||||
|
|
||||||
**To gray out the memory integrity UI and display the message "This setting is managed by your administrator"**
|
**To gray out the memory integrity UI and display the message "This setting is managed by your administrator"**
|
||||||
```console
|
```console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user