Posts

Showing posts with the label Enable Remote Desktop on Windows Server Remote Deskto mcafee.com/activate www.mcafee.com/activate mcafee activate

How to Enable Remote Desktop on Windows Server

Image
Remote Desktop Connection is the protocol that will pair any other system which is available at the remote location. Many users are facing errors when they connect to the Remote Desktop. In this article, you will get to know the steps to turn on the Remote Desktop on Windows Server. Here’s how to turn on Remote Desktop on Windows Server · Turn on the Remote Desktop through PowerShell 1.   Go to the Start option. 2.   Find the Windows PowerShell. 3.   You need to right-click on the Windows PowerShell. 4.   Choose the Run as Administrator. 5.   Execute below-mentioned command: Set-ItemProperty -Path ‘HKLM:\System\CurrentControlSet\Control\Terminal Server’ -name “fDenyTSConnections” -value 0 6.   The Windows Firewall stops the remote connections. 7.   Run the below-mentioned command for configuring the Windows firewall for permitting the remote desktop connections: Enable-NetFirewallRule -Displa...