WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > 4 Ways to Disable Remote Desktop on Windows 11

4 Ways to Disable Remote Desktop on Windows 11

Jul 11, 2023

Windows Remote Desktop is a great feature that can help us control our computer even if it is not around. But if you don't use this feature often, it is better to disable it. Because anyone who knows the computer username and password can remotely control your computer. Especially if you have important files stored on your computer. This article will show you 4 different ways to disable Remote Desktop.

Method1. Disable Remote Desktop Using Settings

Step1. Open Remote Desktop from the settings.

Press Win + I to open the settings, click System in the left pane, and select the Remote Desktop option in the right column.

Step2. Disable Remote Desktop

In the new window, click on the toggle switch to turn it off. Then click on the Confirm button in the pop-up window to confirm your choice. This will disable the Remote Desktop feature.

Method2. Disable Remote Desktop from Control Panel

Step1. Open System and Security in the Control Panel

Click on Windows Start and type Control Panel in the search box. Open the matched item, and select Category in the upper right corner. Click on System and Security.

Step2. Disable Remote Desktop

Under the system category, select the Allow remote access option.

Find Remote Desktop in the new pop-up window that appears. Under the “Remote Desktop” section, select the “Don’t allow remote connections to this computer” option. Finally, click on the Apply button and click OK to close the window.

Method3. Disable Remote Desktop Using Command Prompt

To disable the remote desktop protocol using Command Prompt, use these steps:

Step1. Run Command Prompt as administrator

Click on Windows Start and type Command Prompt in the search box. Find the matched item, and select Run as administrator.

Step2. Enter the command to disable Remote Desktop

You can enter the following command in the Command Prompt window and hit Enter to disable Remote Desktop.

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f

Method4. Disable Remote Desktop Using Windows PowerShell

Step1. Run Windows PowerShell as administrator

Click on Windows Start and type Windows PowerShell in the search box. Find the matched item and select Run as administrator.

Step2. Enter the command to disable Remote Desktop

Enter the following command in the Windows PowerShell window and hit the Enter key. Your computer's remote desktop functionality will be disabled.

Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 1

All the above four methods can help you disable the remote desktop feature. If you are also worried that someone else will control your computer remotely, you can use the above methods to disable this feature. And if you have other difficulties with computer use, welcome to visit WiseCleaner.

52