From b6174c6a45a0faf7f616c8a6da0a8c70f95bd0c7 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 19 Jul 2016 10:59:18 -0700 Subject: [PATCH] another typo --- windows/keep-secure/remote-credential-guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/remote-credential-guard.md b/windows/keep-secure/remote-credential-guard.md index 79831d699b..516cb1c966 100644 --- a/windows/keep-secure/remote-credential-guard.md +++ b/windows/keep-secure/remote-credential-guard.md @@ -49,7 +49,7 @@ You must enable Remote Credential Guard on the target device by using the regist 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` +reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v DisableRestrictedAdmin /d 0 /t REG_DWORD ``` ## Using Remote Credential Guard