Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (2026)


How to Add or Remove Remote Desktop Users in Windows

You can use the Remote Desktop Connection (mstsc.exe) or Microsoft Remote Desktop app to connect to and control your Windows PC from a remote device. When you allow remote desktop connections to your PC, you can use another device to connect to your PC and have access to all of your apps, files, and network resources as if you were sitting at your desk.

By default, administrators on your PC can always connect remotely to your computer even if they are not added as members of the Remote Desktop Users group.

This tutorial will show you how to add or remove users as members of the Remote Desktop Users group to allow connecting remotely to your Windows 7, Windows 8, or Windows 10 PC.

You must be signed in as an administrator to add or remove users from the Remote Desktop Users group.

You must enable Remote Desktop on a PC to allow remote connections to the PC.

The Remote Desktop client does not support connecting to the Windows editions below. See: Supported PCs

Windows 7 Starter
Windows 7 Home
Windows 8 Home
Windows 8.1 Home
Windows 10 Home

Contents


  • Option One: To Add or Remove Remote Desktop Users in Remote Desktop Users Settings
  • Option Two: To Add or Remove Remote Desktop Users in Local Users and Groups
  • Option Three: To Add or Remove Remote Desktop Users in Command Prompt
  • Option Four: To Add or Remove Remote Desktop Users in PowerShell

OPTION ONE

To Add or Remove Remote Desktop Users in Remote Desktop Users Settings


1 Do step 2 (Settings) and/or step 3 (Control Panel) below for how you want to open Remote Desktop Users settings.

2 Open Settings, and click/tap on the System icon.

A) Click/tap on Remote Desktop on the left side, click/tap on the Select users that can remotely access this PC link on the right side, and go to step 4 below. (see screenshot below)

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (1)


3 Open the Control Panel (icons view), click/tap on the System icon.

Starting with Windows 10 build 20161, you will need to open Settings instead, click/tap on the System icon, and click/tap on About on the left side.

A) Click/tap on the Remote settings link on the left side, close the System window, and go to step 4 below. (see screenshot below)

Starting with Windows 10 build 20161, you will need to click/tap on About on the left side, and click/tap on the Advanced system settings link instead.
Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (2)

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (3)

B) Click/tap on the Select Users button. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (4)


4 Do step 5 (add) and/or step 6 (remove) below for what you want to do.

5. To Add Users to Remote Desktop Users Group

A) Click/tap on the Add button. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (5)

B) Click/tap on the Advanced button. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (6)

C) Click/tap on the Find Now button, select the name of the user account (ex: "Brink2") you want to add as a member, and click/tap on OK. (see screenshot below)

If you like, you can press and hold the Ctrl key to select more than one user.

D) Click/tap on OK. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (8)

E) Go to either step 6 (remove) or step 7 (finished) below for what you want to do.

6. To Remove Users from Remote Desktop Users Group

A) Select a user name (ex: "Brink2") you want to remove as a member, and click/tap on the Remove button. (see screenshot below)

If you like, you can press and hold the Ctrl key to select more than one user.

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (9)

B) Go to either step 5 (add) or step 7 (finished) below for what you want to do.


7 When finished adding and removing users, click/tap on OK. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (10)


8 If you used step 2, you can now close Settings if you like.

9 If you used step 3, click/tap on OK. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (11)

OPTION TWO

To Add or Remove Remote Desktop Users in Local Users and Groups


1 Press the Win + R keys to open Run, type lusrmgr.msc into Run, and click/tap on OK to open Local Users and Groups.

2 Click/tap on Groups in the left pane of Local Users and Groups, and double click/tap on the Remote Desktop Users group in the right pane. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (12)


3 Do step 4 (add) and/or step 5 (remove) below for what you want to do.

4. To Add Users to Remote Desktop Users Group

A) Click/tap on the Add button. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (13)

B) Click/tap on the Advanced button. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (14)

C) Click/tap on the Find Now button, select the name of the user account (ex: "Brink2") you want to add as a member, and click/tap on OK. (see screenshot below)

If you like, you can press and hold the Ctrl key to select more than one user.

D) Click/tap on OK. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (16)

E) Click/tap on Apply, and go to either step 5 (remove) or step 6 (finished) below for what you want to do. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (17)

5. To Remove Users from Remote Desktop Users Group

A) Select a user name (ex: "Brink2") you want to remove as a member, and click/tap on the Remove button. (see screenshot below)

If you like, you can press and hold the Ctrl key to select more than one user.

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (18)

B) Click/tap on Apply, and go to either step 4 (add) or step 6 (finished) below for what you want to do. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (19)

6 When finished adding and removing users, click/tap on OK. (see screenshot below)


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (20)


7 You can now close Local Users and Groups if you like.

OPTION THREE

To Add or Remove Remote Desktop Users in Command Prompt


1 Open an elevated command prompt.

2 Type the command below you want to use into the elevated command prompt, and press Enter. (see screenshots below)

(Add user)
net localgroup "Remote Desktop Users" "User" /add

OR

(Remove user)
net localgroup "Remote Desktop Users" "User" /delete

Substitute User in the command above with the actual name of the user account (ex: "Brink2") you want to add or remove as a Remote Desktop User.


3 When finished, you can close the elevated command prompt if you like.

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (21)
Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (22)

OPTION FOUR

To Add or Remove Remote Desktop Users in PowerShell


For more Add-LocalGroupMember command usage options and details, see: Add-LocalGroupMember - Microsoft Developer Network

For more Remove-LocalGroupMember command usage options and details, see: Remove-LocalGroupMember - Microsoft Developer Network


1 Open an elevated PowerShell.

2 Type the command below you want to use into the elevated PowerShell, and press Enter. (see screenshots below)

(Add user)
Add-LocalGroupMember -Group "Remote Desktop Users" -Member "User"

OR

(Remove user)
Remove-LocalGroupMember -Group "Remote Desktop Users" -Member "User"

Substitute User in the command above with the actual name of the user account (ex: "Brink2") you want to add or remove as a Remote Desktop User.


3 When finished, you can close the elevated PowerShell if you like.

Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (23)
Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (24)

That's it,
Shawn Brink

Related Tutorials


  • How to Add or Remove Users from Groups in Windows 10
  • How to Allow or Prevent Users and Groups to Log on with Remote Desktop in Windows 10
  • How to Deny Users and Groups to Log on with Remote Desktop in Windows 10
  • How to use Remote Desktop Connection to connect to and from your Windows 10 PC
  • How to Enable or Disable Remote Desktop Connections to a Windows 10 PC
  • Enable or Disable Always Prompt for Password upon Remote Desktop Connection to Windows PC
  • How to Save Remote Desktop Connection Settings to RDP File in Windows
  • How to Create Remote Desktop Connection Shortcut for Specific PC in Windows
  • How to Delete Saved Credentials of a Remote Desktop Connection in Windows
  • How to Remove Computer Entries from Remote Desktop Connection History in Windows 10
  • How to Add a Remote Desktop Connection in Remote Desktop app on Windows 10 PC
  • How to Remove a Remote Desktop Connection in Remote Desktop app on Windows 10 PC
  • How to Change Global Settings in Remote Desktop app on Windows 10 PC
  • How to Enable or Disable Remote Desktop (RDP) Access to Removable Storage Devices in Windows


Add or Remove Remote Desktop Users in Windows - Windows 10 Help Forums (2026)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Van Hayes

Last Updated:

Views: 5956

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.