mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merge pull request #11467 from olkorsha/patch-1
Add notes for how to gray out/activate the memory integrity UI
This commit is contained in:
commit
1fc5ca4ab1
@ -159,6 +159,16 @@ reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorE
|
|||||||
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Locked" /t REG_DWORD /d 1 /f
|
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Locked" /t REG_DWORD /d 1 /f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**To gray out the memory integrity UI and display the message "This setting is managed by your administrator"**
|
||||||
|
```console
|
||||||
|
reg delete HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "WasEnabledBy" /f
|
||||||
|
```
|
||||||
|
|
||||||
|
**To let memory integrity UI behave normally (Not grayed out)**
|
||||||
|
```console
|
||||||
|
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "WasEnabledBy" /t REG_DWORD /d 2 /f
|
||||||
|
```
|
||||||
|
|
||||||
#### For Windows 10 version 1511 and earlier
|
#### For Windows 10 version 1511 and earlier
|
||||||
|
|
||||||
Recommended settings (to enable memory integrity, without UEFI Lock):
|
Recommended settings (to enable memory integrity, without UEFI Lock):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user