To enable Remote Desktop using .reg file, create a new text file

 To enable Remote Desktop using .reg file, create a new text file, paste the following lines, and save it with a .reg extension:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000000
"fSingleSessionPerUser"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
"fAllowUnlistedUsers"=dword:00000001
"UserAuthentication"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"UserAuthentication"=dword:00000001

After saving the file, double-click it to merge the registry settings. This will enable Remote Desktop by setting fDenyTSConnections to 0 and also configuring Windows Firewall to allow Remote Desktop through. You will need to run the file with administrative privileges for it to work correctly. [1, 2]


AI responses may include mistakes.

Comments

Popular posts from this blog

Clearing DNS cache on vCenter Server Appliance