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 Remote Desktop Disable Screen Lock
- Windows 7 Disable Remote Desktop Manager
- Windows 7 Disable Remote Desktop Registry
- Windows 7 Disable Remote Desktop Software
- Windows 7 Disable Remote Desktop Settings
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.
- Launch System Properties and click Remote Settings in the left hand pane.
- Choose the Allow remote connections to this computer radial button.
- 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.
- 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:
- Launch the registry editing tool by typing REGEDIT in the run.
- Navigate to the following node: HKEY_LOCAL_MACHINESYSTEMCurRentControlSetControlTerminal Server
- Select the fDenyTSConnections Name
- 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:
Netsh advfirewall firewall set rule group=”remote desktop”newenable=yes |
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.
NOTE: To Disable Remote Desktop select enter 1 instead of 0.
Method 3: Command Line
To enable RDP with the Command Prompt, use the following steps.
- Launch the Command Prompt as Administrator.
- Type the following command:
Set-ItemProperty-Path'HKLM:SystemCurrentControlSetControlTerminal Server'-Name'fDenyTSConnections'–Value0 |
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.
- Launch PowerShell as Administrator.
- Type the following command:
Set-ItemProperty-Path'HKLM:SystemCurrentControlSetControlTerminal Server'-Name'fDenyTSConnections'–Value1 |
Until next time – Ride Safe!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
Windows 7 Disable Remote Desktop Manager
CategoryWindows 7 Disable Remote Desktop Registry
PowerShell, Windows 10, Windows 7, Windows Server 2012Windows 7 Disable Remote Desktop Software
TagsWindows 7 Disable Remote Desktop Settings
PowerShell RDP, RDP, RDP local, regedit, remote desktop, Terminal Server, Windows Firewall, Windows Remote Management, WinRM