Like
Dislike
sider-adv-logo AirDroid Remote Support

● Remote control and management of unattended devices

● On-screen tutorials for remote customers and employees

● Real-time screen sharing & voice chat

● Troubleshooting hardware issues with remote AR camera

● Sending messages, manual guides or screenshots


Learn More
Try It Free
Share

How to Enable Remote Desktop (RDP) with Powershell

Maverick 3 Steps 30 Seconds Mar 25, 2024
Filed to: Quick Guides
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

14-day Free TrialContact sales
Share:

You Might Also Like

  • How to Turn off Remote Access in Windows 10
  • How to Request Control in Microsoft Teams
  • How to Disable Google Lens and Regain "Search Google for image" in Chrome
  • How to Hide My Location on Facebook
  • How to Unhide Comments on Instagram
  • How to Change Remote Desktop Screen Resolution on Windows and Mac
Discussion
The discussion and share your voice here.

Leave a Reply. Cancel reply

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

*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
Home > Quick Guides > How to Enable Remote Desktop (RDP) with Powershell