Skip to content

Remote Desktop Connection on Windows

tags: mstsc, rdp

Basic setup

1
2
3
4
5
6
7
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

1
2
3
4
5
Windows Registry Editor Version 5.00

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