If you want to allow someone to connect to your Windows 11 or 10 computer remotely, you need to add them as a Remote Desktop user first. This means giving permission to specific user accounts so they can access your PC from another device using Remote Desktop. On the other hand, you can also remove users who no longer need remote access to keep your computer secure. In this blog, you’ll learn easy and clear steps to add or remove Remote Desktop users on Windows, helping you manage remote connections safely and efficiently.

How to Add Users to Remote Desktop Users Group
Method 1: Using System Properties
- Press Windows + R to open Run.
- Type:
SystemPropertiesRemote.exeand press Enter. - Under Remote Desktop, click on Select Users.
- Click Add.
- Type the username you want to allow.
- Click Check Names → OK → Apply.
The selected user is now allowed to connect via Remote Desktop.
Method 2: Using Local Users and Groups
Note: This method does not work in Windows Home editions.
- Press Windows + R, type:
lusrmgr.mscand press Enter. - Click Groups on the left.
- Double-click Remote Desktop Users.
- Click Add.
- Enter the user account name → OK → Apply.
Method 3: Using Command Prompt (Admin)
If you prefer a quicker approach:
- Open Command Prompt as Administrator.
- Type the command below and press Enter:
net localgroup "Remote Desktop Users" UserName /addReplace UserName with the actual account name.
How to Remove Users from Remote Desktop Users Group
Method 1: System Properties
- Run:
SystemPropertiesRemote.exe - Click on Select Users.
- Select the user you want to remove.
- Click Remove.
- Click Apply → OK.
Method 2: Local Users and Groups
- Open:
lusrmgr.msc - Go to Groups.
- Double-click Remote Desktop Users.
- Select the user → Click Remove → Apply.
Method 3: Using Command Prompt
Run this command in Admin CMD:
net localgroup "Remote Desktop Users" UserName /delete
Replace UserName with the user you want to remove.





