From 2a74903ad8f474b5cb980da5758268f9156d95e9 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 19 Jul 2016 10:40:33 -0700 Subject: [PATCH] fixed registry key --- windows/keep-secure/remote-credential-guard.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/windows/keep-secure/remote-credential-guard.md b/windows/keep-secure/remote-credential-guard.md index 94263ea598..d266c75f51 100644 --- a/windows/keep-secure/remote-credential-guard.md +++ b/windows/keep-secure/remote-credential-guard.md @@ -43,9 +43,15 @@ You must enable Remote Credential Guard on the target device by using the regist 1. Open Registry Editor. 2. Enable Remote Credential Guard: - 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. +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 You can use Remote Credential Guard on the client device by setting a Group Policy or by using a parameter with Remote Desktop Connection.