Methods to Enable and Disable Remote Desktop Locally

Home > Blogs > PowerShell > Methods to Enable and Disable Remote Desktop Locally

Methods to Enable and Disable Remote Desktop Locally

1 2 Rick Trader
Added by January 29, 2016

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.

001-enable-and-disable-remote-desktop-locally

  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_MACHINE\SYSTEM\CurRentControlSet\Control\Terminal Server
  3. Select the fDenyTSConnections Name

002-enable-and-disable-remote-desktop-locally

  1. Change the Data Value from 1 to 0, select OK.

003-enable-and-disable-remote-desktop-locally

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:

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.

  1. Launch the Command Prompt as Administrator.
  2. Type the following command:

004-enable-RDP-with-the-Command-Prompt

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

Type the following:

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 Command Prompt, use the following steps.

  1. Launch the Command Prompt as Administrator.
  2. Type the following command:

Method 4:  Using PowerShell

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

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

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

Type the following:

005-PowerShell-enable-RDP-with-the-Command-Prompt

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:

Until next time – Ride Safe!

Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ

Videos You May Like

A Simple Introduction to Cisco CML2

0 3877 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 638 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 724 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

See what people are saying...

    Share your thoughts...

    Please fill out the comment form below to post a reply.