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. Imvu install mac.
Enabling RDP locally.
Method 1: Graphical Interface
Click Edit Modify, and then click Decimal. Type the new port number, and then click OK. Close the registry editor, and restart your computer. The next time you connect to this computer by using the Remote Desktop connection, you must type the new port. LIVESTRONG.COM offers diet, nutrition and fitness tips for a healthier lifestyle. Achieve your health goals with LIVESTRONG.COM's practical food and fitness tools, expert resources and an engaged community.
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:
Method 4: Using PowerShell
Windows 10 Remote Desktop Setup
To enable RDP with the PowerShell, use the following steps. Install google.
- Launch PowerShell 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:
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 |
Registry Setting For Remote Desktop
Until next time – Ride Safe!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
PowerShell RDP, RDP, RDP local, regedit, remote desktop, Terminal Server, Windows Firewall, Windows Remote Management, WinRM