Windows 7 Disable Remote Desktop



Hello, I need to be able to disable, turn off, uninstall, or restrict Remote Desktop Connection completely on student laptops running Windows 7 Pro. The students do not take. Computer Configuration Administrative Templates Windows Components Remote Desktop Services Remote Desktop Session Host Connections. Step 2: On the right pane, double click the option of Allow users to connect remotely by using Remote Desktop Services in order to edit it. Apr 18, 2014 I'm running into this 'feature' of Remote Desktop Connection here - I try to remote-connect to a PC and am prompted with a delay while the system requests permission to login from the currently-logged-in user. Generally it isn't a problem as I'm connecting after-hours (or after the user's hours, anyway) and I wait the 30 seconds and I'm in.

Windows 7 Disable Remote Desktop

By default on a Windows Server Product Windows Remote Management (WinRM) is enabled, but Remote Desktop (RDP) is Disabled. On workstation operating systems neither is enabled by default.

For instructor-led Windows Server training, see our class schedule.

Enabling RDP locally.

Method 1: Graphical Interface

By far the easiest way is to enable RDP through the graphical interface.

  1. Launch System Properties and click Remote Settings in the left hand pane.
  2. Choose the Allow remote connections to this computer radial button.
  3. Click Select Users to add users to connect via RDP.

NOTE: By default the local Administrators group will be allowed to connect with RDP. Also the user that is currently logged in will also be allowed to connect.

  1. Click OK to close the interface, RDP is now enabled on the compute.

NOTE: Enabling RDP through the GIU will also configure the Windows Firewall with the appropriate ports to allow RDP connections.

NOTE: To Disable Remote Desktop select the Don’t allow remote connections to this computer radial button.

Method 2: Registry

To enable remote desktop by directly editing the registry use the following steps:

  1. Launch the registry editing tool by typing REGEDIT in the run.
  2. Navigate to the following node: HKEY_LOCAL_MACHINESYSTEMCurRentControlSetControlTerminal Server
  3. Select the fDenyTSConnections Name
  1. Change the Data Value from 1 to 0, select OK.

NOTE: Enabling RDP through the registry will not configure the Windows Firewall with the appropriate ports to allow RDP connections.

Type the following in an administrative command prompt:

Reg addHKEY_LOCAL_MACHINESYSTEMCurentControlSetControlTerminal Server” /vfDenyTSConnections/tREG_DWORD/d0/f

NOTE: Enabling RDP through the Command Prompt will not configure the Windows Firewall with the appropriate ports to allow RDP connections.

Type the following:

Windows 7 Remote Desktop Disable Screen Lock

Enable-NetFirewallRule-DisplayGroup'Remote Desktop'

NOTE: By default the local Administrators group will be allowed to connect with RDP. Also the user that is currently logged in will also be allowed to connect.

To disable RDP with the PowerShell, use the following steps.

  1. Launch PowerShell as Administrator.
  2. Type the following command: