Home > Quick Guides > How to Enable Remote Desktop (RDP) with Powershell
Press and hold "Win+X" in your keyboard and click on Windows PowerShell (Admin) in the window that opens.
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
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"
Leave a Reply.