In this post, you will learn how to enable or disable Remote Desktop Access in Windows 10. You can use Remote Desktop to connect to and control your PC from a remote device, When you allow remote connections to your PC, you can use another device to connect to your PC and have access to all of your apps, files, and other resources without going in front of PC. To connect to a remote PC, the target computer must be turned on and have a network connection.
This post will help you to provide the steps to enable Remote Desktop to connect and access your files and apps remotely using the Settings app as well as using Registry on Windows 10.
Enable Windows Remote Desktop Access Using Settings
You can configure your PC for remote access with following steps. Lets get started
You must be logged in as an Administrator on the computer.
- On the Windows 10 device you want to connect to, select Start and then click the Settings. Select the System.

- Under System, scroll down to select Remote Desktop. Use the slider to enable Remote Desktop then click confirm.

- Click the Confirm button on the confirmation dialog box.

- When you turn on Remote Desktop, It is also recommended to keep the PC awake and discoverable to facilitate connections. By default these two options are automatically enabled, If its not Click Show settings to enable.
- If needed, add users who can connect remotely by clicking Select users that can remotely access this PC. Members of the Administrators group automatically have access.

- In the Advanced settings, you will get additional options. This is used to more secure the connection by require devices to use Network level authentication. Under Remote Desktop Port – Port number 3389 being mapped. This is the default port used by Remote Desktop connections.

- Once you complete the steps, you will be able to take remote access to devices.
Enable or Disable Windows Remote Desktop Assistance Using Registry
To add or import a registry value follow these steps:
- To Enable Windows Remote Desktop, Open Notepad, Copy and paste the registry value below into the text editor.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000001
- It will look like in the following syntax, when you see the file.

To Disable Windows Remote Desktop, Open Notepad, Copy and paste the registry value below into the text editor.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000000
- In the File menu, Select Save As and click Browse to your preferred folder or location. In the File name box provide the appropriate name “FileName.reg” with .reg extension and Choose Save as type “All” from drop-down list. Click Save.
- The registry file will appear on your saved location. To start the execution, Double click or Right click and select Merge option on the saved .reg file content to merge into the local registry.
- A warning box with the following messages prompted, Click Yes to continue.

- Once Information in path of .reg file has been successfully entered into the registry below prompt will be appear. Click OK.

Resources
- Remote Desktop – Allow access to your PC
- How to Manage Virtual Desktops in Windows 10
- How to Change Screen Brightness in Windows 10
- How to Set File Explorer to Open This PC instead of Quick Access in Windows 10
- FIX This PC can’t be upgraded to Windows 10 version 2004 or 20H2 Issue | Upgrade on Hold
- How to Disable User Sign-in Animation in Windows 10 | First
- FIX Black or frozen screen in Skype for Business during Screen Share | SfB | Windows 10
- How to Hide or Show Cortana Button on Taskbar in Windows 10
- Install .NET Framework 3.5 in Windows 10 | Quick Easy Way
- How to Unblock App Files in Windows 10
- SCCM Task Sequence Available Deployment Options in Distribution Points Tab | ConfigMgr
- How to Extract Specific Windows Index from Windows 10 Multiple Edition ISO
- How to Configure Collection Size Limits for Task Sequence Deployment Settings | Configuration Manager | SCCM