In the 4.0 era, working from home seems tobecome an upward trend for many people. It means users need a good connection between computers. In other words, enabling remote desktop remotely will make working from home more convenient and efficient. In today’s article, we will walk you through steps on how to connect with a remote computer easily and how to enable remote desktop remotely. Let’s scroll down to read!
Enabling Remote Desktop Remotely-Detailed Solution
Well, there are many methods that you can try to enable remote desktop remotely. However, we will mention only the top-notch solution in this article. Details as below:
Using Remote Registry Service
The registry service is also known as services that are stored in the registry editor within the Windows Operating system. It allows all authorized users to access and make changes to the Windows registry. Here, you can use this service to enable remote desktops from a far distance. However, there are conditions that you have to satisfy, including:
- The remote desktop has to be available for any access with the internet
- Users ought to handle the credentials number of the accessing account
- User need to get the permissions of the local administrator to get in the remote desktop
- The registry service has to be working on the faraway desktop.

Below are steps to turn on remote desktop remotely; let follow them one by one:
- Press on the combination of Windows and R keyboards for the running box to appear.

- On the right side of the register editor screen, choose the file before clicking on the network connection option

- At this step, you have to state the hostname of the away computer. In case the away desktop can’t recognize your access, you will then have to type down the credential’ numbers.

- After that, the away computer‘s registry will occur in the zone of registry service (which allows access to HKLM and HKEY).

The registry editor will contain the registry of remote computer
- On the faraway computer, follow the route: HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server. This link will lead you to the box where you have to change the DWORD value of the fDenyTSConnections parameter to 0.

Change the fDenyTSConnections parameter to 0 value
- The firewall might be activated on the away desktop. Therefore, you have to implement the regulation that allows the connection between computers. Here, you are suggested to enable the desktop system via PowerShell, GPO, or Psexec. In case you use the last option, don’t forget to reboot the computer and operate by enabling RDP remotely.
Applying PowerShell
To turn on remote desktop remotely, you will need to run the Windows Management remotely on the faraway computer properly. The point is this service is default activated in most Windows versions. However, it is disabled in clients of Windows operating systems like Windows 10. Therefore, PowerShell occurs as a solution here. The faraway computer has to satisfy the below requirements:
- The remote Windows Management service should run on the away desktop
- Users ought to have the permissions of administrator on the away equipment
- Firewall and antivirus programs must be shut down
- Enable the regulations that allow access via PowerShell
For example, how to enable remote access on Windows version 2012 R2, Windows version 2016, and Windows version 2019? First, log in to the PowerShell tool on your desktop and launch the next order statement: Enter-PSSession -ComputerName server.domain.local -Credential domainadministrator.
Next, switch the registry parameter to the 0 value on the faraway desktop by running the order statement: Set-ItemProperty -Path ‘HKLM:\System\CurrentControlSet\Control\Terminal Server’-name
The thing is, the firewall might not accept the connection yet, so you have to run the following order statement: Enable-NetFirewallRule -DisplayGroup “Remote Desktop”. After that, you are suggested to create a firewall rule manually in case it is having a problem: netsh advfirewall firewall add rule name=”allow RemoteDesktop” dir=in protocol=TCP localport=3389 action=allow.
In some cases, users want to reduce the involvement of hosts that allow the connection, they can make custom rules. This rule will allow access from some Ip addresses only. To do so, use order statement: New-NetFirewallRule -DisplayName “Restrict_RDP_access” -Direction Inbound -Protocol TCP -LocalPort 3389 -RemoteAddress 192.168.1.0/24,192.168.2.100 -Action Allow. If you want to activate secure remote desktop verifying, launch the following order: Set-ItemProperty -Path ‘HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp’ -name “UserAuthentication” -Value 1.
Now, check the TCP gate 3389 on the away desktop before running the order: Test-NetConnection 192.168.1.11 -CommonTCPPort rdp. The result must appear as below photo:

The result says that you now enable the faraway host, and you could connect to the far away computer using RDCMan, mstsc.exe, or another remote desktop client.
Launch Faraway Desktop Via WMI
In this part, we will guide you on how to enable remote desktop remotely in case remote Windows Management is disabled. In this situation, use the PowerShell order statement as instructed above. Then check if the access is available using the order statement: Get-WmiObject -Class Win32_TerminalServiceSetting -Namespace root\CIMV2\TerminalServices -Computer 192.168.1.90 -Authentication 6. Furthermore, add the exception rule of Windows firewall by writing down the statement:(Get-WmiObject -Class Win32_TerminalServiceSetting -Namespace root\CIMV2\TerminalService. Here, check whether your remote desktops are connected successfully.
Enable Remote Desktop Through Control Panel
Control Panel is used for many Windows functions. And users also can use it remotely enabling remote desktop. First, you should log into the control panel before heading to system and security. Here choose as below photo:

Next, in the popup windows, stick on the box saying Allow remote assistance connections. Also, stick on the box below with Network Level Authentication. Finally, choose the button Okay to apply the process.

After the process gets completed, remember to check the firewall to see whether it allows remote access. If you want to disable this connection, go back to the control panel, and uncheck on the Allow remote access box.
Enable Remote Desktop Through Command Prompt
Our last recommendation for you today is to use a prompt order to enable the connection between desktops. To do so, you have to follow the below step:
- Open the Run box and type cmd to launch the command prompt
- Type in the following order statement to adjust the Systems registry: Reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Now, you can activate the remote desktop via the firewall as in the mentioned solution. You also can implement this step using an order statement:
- netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes.
Finally, restart your computer to see how the change works. After you enable the remote desktops, you can access them from any device easily. In case you want the desktop to no longer connect remotely, then use the order statement:
reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 1 /f
How To Use Remote Desktop?
Well, it is simple to remotely enable remote desktop windows 10. Here users can utilize the remote desktop on different devices such as Windows, Android, or even iOS. There are a few steps that you need to pay attention to:
- Setting up the computer that you want to have a remote connection with: Using Windows 10 Pro, turning on the faraway desktop, naming the computer if needed.
- Connecting the remote desktop with the prepared computer. Here, you will have to work on both sides to get the connection:
Step 1: On your local Windows 10 desktop, write down on the taskbar Remote Desktop Connection. Next, when this option appears, type the name of the setup computer to connect. Then, choose the connecting option.
Step 2: On Windows, Android, and iOS devices, log in to the remote desktop app (you can check Microsoft store for Windows, Google Play for Android, and the Mac App Store for iOS device), as mentioned in step 1, put the name of the setup computer that you want to connect. Select the name and wait for the process to be accomplished.
The Bottom Line!
Indeed, working on a remote computer brings us many advantages. For many IT newbies, enabling remote desktop remotely is not too difficult to do. However, they might not know there are several methods to do it instead of using one solution, and users can connect desktops remotely with each other from various devices. We hope this article was helpful to you. If there is another way to solve the problem, share them with us! Have a great time working remotely!
Read more: