From 90a3107111902eece998a0cff014b2f4e4daa4be Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Mon, 7 Aug 2017 10:00:48 +0800 Subject: [PATCH] correct typo --- .../virtual-machines/windows/prepare-for-upload-vhd-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-machines/windows/prepare-for-upload-vhd-image.md b/articles/virtual-machines/windows/prepare-for-upload-vhd-image.md index d212bfc27e72b..9922d13d81242 100644 --- a/articles/virtual-machines/windows/prepare-for-upload-vhd-image.md +++ b/articles/virtual-machines/windows/prepare-for-upload-vhd-image.md @@ -154,7 +154,7 @@ Make sure that the following settings are configured correctly for remote deskto ```PowerShell Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services' -name "KeepAliveEnable" 1 -Type DWord Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services' -name "KeepAliveInterval" 1 -Type DWord - Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\Winstations\RDP-Tcp ' -name "KeepAliveTimeout" 1 -Type DWord + Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\Winstations\RDP-Tcp' -name "KeepAliveTimeout" 1 -Type DWord ``` 6. Reconnect: