Sunday, 5 November 2017

Add Users to Remote Desktop in Windows 10

         Add Users to Remote Desktop in Windows 10


In this article, we will see how to add or remove Remote Desktop users in Windows 10. This will allow them to make connections to the target computer over the Remote Desktop protocol. By default, only members of the Administrators group (e.g. administrative accounts) have access to RDP. Here we go.

Connected With New RDP Port
Before we continue, here are some details about how RDP works. While any edition of Windows 10 can act as Remote Desktop Client, to host a remote session, you need to be running Windows 10 Pro or Enterprise. You can connect to a Windows 10 Remote Desktop host from another PC running Windows 10, or from an earlier Windows version like Windows 7 or Windows 8, or Linux. Windows 10 comes with both client and server software out-of-the-box, so you don't need any extra software installed.
First of all, enable the Remote Desktop feature as described here:
Now, you can configure user permissions.
  1. Press Win + R hotkeys on the keyboard. The Run dialog will appear on the screen, type the following into the text box and press Enter:
    SystemPropertiesAdvanced
    System Properties Advanced In The Run Dialog
  2. Advanced System Properties will open.System Properties Advanced
  3. Go to the Remote tab. There, click on the button Select Users.Select Users Button RDP
  4. The following dialog will open. Click on the Add button.Remote Desktop Users Dialog
  5. The Select Users dialog will appear. There, type the desired user name to add or click on the Advanced button to select the user from the list. To populate the list, click on the Find now button in Advanced mode.Select Users Advanced Dialog
  6. Select the desired user in the list and click OK.User Selected
  7. Click OK once again to add the user.
You are done.

Alternative ways to add Remote Desktop users in Windows 10

There are two more ways to add or remove Remote Desktop users in Windows 10.

You can use Local Users and Groups snap-in

You can use Local Users and Groups snap-in if your Windows edition comes with this app.
  1. Press Win + R shortcut keys on your keyboard and type the following in the run box:
    lusrmgr.msc
    Windows 10 Run Lusrmgr MscThis will open the Local Users and Groups app.
  2. Click on Groups on the left.Local Users And Groups
  3. Double-click "Remote Desktop Users" in the list of groups.Remote Deskop Users Group
  4. Click the Add button to add one or more users.
You are done.

You can the net.exe console tool

  1. Open an elevated command prompt.
  2. Type the following command:
    net localgroup "Remote Desktop Users" "UserName" /add
    Replace the "UserName" portion with the actual user account name you want to add to Remote Desktop users.
    In my case, the command looks as follows:
    net localgroup "Remote Desktop Users" "Alice" /add
  3. To remove a user from the "Remote Desktop Users", substitute the /add argument in the command above with the /delete switch, as follows:
    net localgroup "Remote Desktop Users" "Alice" /delete
See the following screenshot.Remote Deskop Net Command
Articles of interest:
  • Remote Desktop (RDP) Keyboard Shortcuts in Windows 10
  • Change Remote Desktop (RDP) Port in Windows 10
  • Connect To Windows 10 Using Remote Desktop (RDP)

No comments:

Post a Comment

Edit Websites in Browser (Live)

                                        Edit Websites in Browser (Live) Imagine a world where you are a God and have ultimate control ...

ALL POST