Dislike

How to Enable Remote Desktop (RDP) with Powershell

ic finish01
Follow the steps below to enable Remote Desktop (RDP) in Windows using Powershell.
Step 1

Launch PowerShell

Press and hold "Win+X" in your keyboard and click on Windows PowerShell (Admin) in the window that opens.

Windows Powershell
Step 2

Enable RDP

Type the following command in PowerShell and press "Enter" in your keyboard to enable RDP:

Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0

Powershell enable RDP
Step 3

Allow the Windows Firewall

The RDP connection process may be blocked by the Windows Firewall, when this happens you can type the following command and press "Enter" in your keyboard :

Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

Powershell enable RDP Firewall

Get a Start with AirDroid Remote Support Now

Discussion
The discussion and share your voice here.

Leave a Reply.

Your email address will not be published. Required fields are marked*

*