Home Windows How to Add or Remove Remote Desktop Users…
Windows

How to Add or Remove Remote Desktop Users in Windows 11

Richard Dec 18, 2022 Updated Apr 16, 2026 2 min read 397 words
Richard
Written byRichardTech Writer, IT Professional
Dec 18, 2022 Updated Apr 16, 2026 2 min read

Remote Desktop Microsoft Remote Desktop is a feature that lets you connect to your computer from a different location. It is built into Windows, but you must enable it before it works.

Why do this? When you turn on Remote Desktop, you allow others to access your apps and files from afar. Managing who has this access is important for keeping your computer safe.

What happens when done? The people you add will be able to log into your computer remotely. If you remove someone, they will no longer have access.

Using the Settings App

You can manage users through the Windows Settings app. Note: This action requires admin privileges.

  1. open the Settings app and click System on the left side.
system button in windows settings app

  1. Select the Remote Desktop tile.
windows remote desktop tile

  1. Click the Remote Desktop users tile.
windows remote desktop users tile

  1. Click Add to give someone access, or select a name and click Remove to take it away.
windows remote desktop properties window

  1. In the pop-up, click Advanced to search for a specific user.
windows add remote desktop user advanced button

  1. Click Find Now, choose the user from the list, and click OK.
windows add remote desktop user advanced select user to add

  1. Click OK again to finish.
windows remote desktop users window with user account

Using the Control Panel

You can also use the classic Control Panel app to manage users. This requires admin privileges.

  1. Go to System and Security and click Allow remote access.
windows control panel access remote access

  1. On the window that appears, click Select Users.
windows remote desktop select users button

  1. Follow the same steps as above to add or remove names.
windows remote desktop add or remove user from remote desktop users group

Using Local Users and Groups

This method uses the lusrmgr.msc tool. This requires admin privileges.

  1. Search for “lusrmgr.msc” and open it.
  2. Select Groups on the left and double-click Remote Desktop Users.
windows local user and group applet

  1. Click Add or Remove to change who has access.
windows local user and group applet add or remove users

Using Command Prompt or PowerShell

Advanced users can use the Command Prompt to update permissions. You must open Windows Terminal to run these commands.

To add a user via Command Prompt:

net localgroup "Remote Desktop Users" "UserName" /add

To remove a user via Command Prompt:

net localgroup "Remote Desktop Users" "UserName" /delete

To add a user via PowerShell:

Add-LocalGroupMember -Group "Remote Desktop Users" -Member "UserName"

To remove a user via PowerShell:

Remove-LocalGroupMember -Group "Remote Desktop Users" -Member "UserName"

Summary

Managing Remote Desktop users helps you control who can access your PC remotely. You can use the Windows Settings app, the Control Panel, the Local Users and Groups tool, or command-line methods to add or remove people. Always ensure only trusted individuals have this level of access to your computer.

Was this guide helpful?

Tags: #Windows 11
Richard 2452 articles

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Expertise: Windows 11 Ubuntu Linux CMS Apps and Browsers
View all articles by Richard →

Leave a Reply

Your email address will not be published. Required fields are marked *