How to disable Remote Desktop on Windows 11

Configurare noua (How To)

Situatie

Solutie

The easiest graphical way to disable Remote Desktop is by using Settings. Start by launching Settings using Windows+i. From the left sidebar, select “System.” On the right pane, scroll down and choose “Remote Desktop”.

'System' and 'Remote Desktop' highlighted in Settings.

On the following screen, turn off the “Remote Desktop” toggle. To re-enable Remote Desktop in the future, turn on the “Remote Desktop” toggle.

The 'Remote Desktop' toggle highlighted in Settings.

In the Disable Remote Desktop prompt, select “Confirm”

'Confirm' highlighted in the Remote Desktop prompt.

Remote Desktop is now disabled.

You can use a command in Command Prompt to prevent the Remote Desktop service from launching on your PC’s boot. This doesn’t disable the feature but ensures the feature doesn’t run when your computer turns on. To use this method, access Windows Search, type Command Prompt, and select “Run as Administrator.”

'Run as Administrator' highlighted for Command Prompt.

In the User Account Control prompt, choose “Yes”. In Command Prompt, type the following command and press Enter. This command stops the Remote Desktop service.

net stop termservice

Next up, type the following command and press Enter. This command prevents the Remote Desktop service from launching on the PC’s boot.

sc config termservice start= disabled
The command to disable the Remote Desktop service typed in Command Prompt.

Close the Command Prompt window by typing the following command and pressing Enter:

exit

To re-enable Remote Desktop in the future, run the following commands from an elevated Command Prompt window. Make sure to press Enter after each command.

sc config termservice start= auto
net start termservice

Tip solutie

Permanent

Voteaza

(3 din 7 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?