fixed registry key

This commit is contained in:
Brian Lich
2016-07-19 10:40:33 -07:00
parent 4fe3232f94
commit 2a74903ad8

View File

@ -43,9 +43,15 @@ You must enable Remote Credential Guard on the target device by using the regist
1. Open Registry Editor. 1. Open Registry Editor.
2. Enable Remote Credential Guard: 2. Enable Remote Credential Guard:
- Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa. - Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa.
- Add a new DWORD value named **LsaDisableRestrictedAdmin**. Set the value of this registry setting to 0 to turn on Remote Credential Guard. - Add a new DWORD value named **DisableRestrictedAdmin**. Set the value of this registry setting to 0 to turn on Remote Credential Guard.
3. Close Registry Editor. 3. Close Registry Editor.
You can add this by running the following from an elevated command prompt:
```
reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v DisableRestrictedAdmin /d 0 /t REG_DWORD`
```
## Using Remote Credential Guard ## Using Remote Credential Guard
You can use Remote Credential Guard on the client device by setting a Group Policy or by using a parameter with Remote Desktop Connection. You can use Remote Credential Guard on the client device by setting a Group Policy or by using a parameter with Remote Desktop Connection.