Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#18786 from genlin/master009
Browse files Browse the repository at this point in the history
prepare-for-upload-vhd-image.md
  • Loading branch information
PRMerger8 authored Aug 7, 2017
2 parents 70f2bea + 90a3107 commit b1debf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1debf5

Please sign in to comment.