Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 607 Bytes

win-rdp.md

File metadata and controls

25 lines (17 loc) · 607 Bytes

Remote Desktop Connection on Windows

tags: mstsc, rdp

Basic setup

Windows Registry Editor Version 5.00

[HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server]
"AllowRemoteRPC"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001

Raise the limit of RDP connections to a machine

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:00000010
"MaxConnectionsPerServer"=dword:00000010