2. Using the Registry
Remote Desktop can be enabled or disabled with the Registry. This is useful when you want to enable Remote Desktop functionality on another computer. That is, you can connect to the Registry of a remote computer through that Registry to make changes accordingly. The steps are as follows:
- Go to the Registry ( Start > Run , type regedit ).
- Go to the following course:
HKEY_LOCAL_MACHINESYSTEM CurrentControlSetControlTerminal Server
- In the left window, find the key named ' fDenyTSConnections '. Double-click on the keyword and edit the value to 0 .
If you want to enable Network Level Authentication (which helps protect remote computers from hackers and malware), do the following:
- Go to the following course:
HKEY_LOCAL_MACHINE SYSTEMCurrentControlSetControlTerminal
ServerWinStationsRDP-Tcp
- In the right window, select the key named ' UserAuthentication ', and change the value to 1 .
3. Use Group Policy
Follow these steps:
- Open Group Policy ( Go to Start > Run , enter gpedit.msc in the Open box and click OK ).
- In the Group Policy edit window, go to the following link:
Computer Configuration > Administrative Templates > Windows Components > Terminal Services Terminal Server Connections .
- Double-click on the ' Allow users to connect Terminal Services ' section in the right window, then select Enable and click OK .