Remote Control

  • [No Root] Control Android from PC in 6 Ways
  • How to Call Someone on Do Not Disturb Mode [Android & iOS]
  • How to Make a Free Wi-Fi Call Online? 5 Methods Here!
  • How to Make Free Calls Online From Computer?
  • 5 Useful Ways to Remote Control iPhone from PC in 2025
sider-adv-logo AirDroid Remote Support

● Remote control and management of unattended devices

● On-screen tutorials for remote customers and employees

● Real-time screen sharing & voice chat

● Troubleshooting hardware issues with remote AR camera

● Sending messages, manual guides or screenshots


Learn More
Try It Free

[Proven] How to Allow Multiple Users in Windows Remote Desktop

Charudatta Updated on May 30, 2024 Filed to: Remote Control

Microsoft Windows is designed primarily for single-user access. However, there are scenarios when businesses intend to allow multiple users on the same Windows remote desktop. For example, a small business may intend to maximize its hardware usage and save up costs related to Windows Server environments. So, the question is, how can you have Windows 10 RDP multiple users in a single system?

That's what this guide is all about. Here, we will uncover the possibility of multiple users using a remote desktop. Afterward, we will present two methods to enable Windows remote desktop multiple users.

windows 10 multiple RDP users

  • Part 1: Can Multiple Users Use Remote Desktop at the Same Time Windows 10?
  • Part 2: How to Enable Multiple Users on Windows Remote Desktop?
    • Method 1: RDP Wrapper
    • Method 2: Modify termsrv.dll File

Part 1. Can Multiple Users Use Remote Desktop at the Same Time Windows 10?

By default, Windows 11/10/8/7 does not allow multiple users to use a single desktop at the same time. The licensing of the client version of the Windows OS is for single user use. The latest versions of Windows are promoting multi-tasking, but that's intended for the single user. It is also clear from the single input/output devices, like mouse, keyboard, etc.

Secondly, when you use RDC on Windows 10 or other Windows versions, the host computer (the one you are connecting to) automatically logs off any active session when a new remote session is initiated. This implies that there will be one user session active at a time on non-server editions of Windows.

So, we can conclude that there isn't native support for remote desktop multiple users on Windows 10 or any non-server Windows editions. But wait!! Don't lose your hope! The next part explains the alternative ways you can follow.

Part 2. How to Enable Multiple Users on Windows Remote Desktop?

Although Windows 10 fails to offer built-in support for multiple users, there are still ways to have Windows 10 RDP multiple users session. However, these methods can increase security risks for your device. Therefore, use those methods only for test purposes, as we are not responsible for any legal implications that may arise from their use.

1RDP Wrapper

RDP Wrapper is an open-source project that is accessible on GitHub. It enables the remote desktop host to support concurrent/multiple RDP sessions.

Basically, the RDP Wrapper acts as a layer between Terminal Services and the Service Control Manager. This way, the termsrv.dll file remains untouched. Moreover, its functionality also won't affect with the Windows Update.

Note: Make sure you are using the original or unpatched termsrv.dll file with the RDP Wrapper installation.

Follow the below steps to have Windows 10 RDP multiple users session with RDP Wrapper:

  1. Step 1.Download RDP Wrapper
  2. 1. Go to the RDP Wrapper GitHub webpage.

    2. In the Assets section, select and download the latest RDP Wrapper library version.
  3. RDP Wrapper

  1. Step 2.Install RDP Wrapper
  2. 1. Unzip the downloaded file. Make sure it has the below list of files.

    unzip RDP wrapper


    2. Right-click the install.bat file and tap Run as administrator.

    3. The RDPWrap will get installed to the C: Program Files/RDP Wrapper.

    Once the installation is completed, you will see the Successfully installed message.

    install rdp wrapper

  1. Step 3.Look at the Diagnostic Section
  2. Double-click the RDPConfig.exe file to launch the RDP Wrapper Configuration.

    It will display the Diagnostic section, which tells if the RDP Wrapper is installed as well as running, listening, and supported.

    For first-time use, the diagnostic section will show that the RDP Wrapper is not supported. To make all Diagnostic section elements green, follow the below steps:

    1. Go to the Githubusercontent website.

    2. Copy the page content.

    3. Open the rdpwrap.ini file located in C: Program Files/RDP Wrapper.

    4. Paste the copied content and save the file.

    paste rdp file


    5. Restart the PC.

    6. Relaunch the RDPConfig.exe file and see the status of the Diagnostic section. It should now display all elements in green.

    relaunch rdp file

  1. Step 4.Launch RDPCheck.exe
  2. Lastly, launch RDPCheck.exe as an administrator. Once done, you can now have multiple users on a single Windows 10 system.
  3. launch RDP check file as administrator

That's it! This way, you can easily have remote desktop multiple users on Windows 10 with RDP Wrapper.

2Modify termsrv.dll File

The second way to access Windows remote desktop multiple users on a single system is by modifying the termsrv.dll file. In this method, you have to replace the original termsrv.dll file with a modified one that eradicates the limits on the number of users.

Here's how to enable Windows 10 RDP multiple users by modifying the termsrv.dll file:

  1. Step 1.Stop Remote Desktop Services
  2. The first step is to stop the Remote Desktop Services (RDS).

    1. Click Win + R. In the Run window, type services.msc and hit Enter.

    2. Right-click Remote Desktop Services and click Stop.

    stop remote desktop service

  1. Step 2.Backup termsrv.dll File
  2. 1. Open Command Prompt as an administrator.

    2. Use the below command to back up the termsrv.dll file c:WindowsSystem32termsrv.dll termsrv.dll_old.
  3. backup termsrv.dll file

  1. Step 3.Change the Control Value
  2. 1. Open Command Prompt as an administrator.

    2. Type the below command line:

    REG ADD

    “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f
    REG ADD

    “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fSingleSessionPerUser /t
    REG_DWORD /d 0 /f

    You can also change the value through the Registry Editor as follows:

    In the Registry Editor, go to

    "ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server"

    2.Change the "fSingleSessionPerUser (DWORD)" and "fDenyTSConnections (DWORD)" to 0.

    change registry editor value

  1. Step 4.Change the Control on the termsrv.dll File
  2. 1.Go to C: WindowsSystem32.

    2.Right-click the termsrv.dll file and select Properties.

    Change the Control on the termsrv.dll File


    3.Assign the file ownership to the local administrator group.

    4.Navigate to the Security tab and click Edit.

    5.Choose the local administrators' group from the list.

    6.In the permissions section, select Full Control for administrators and hit OK.

    7.Copy the "termsrv.dll" file and replace it in the "%SystemRoot%\System32" directory.

  1. Step 5.Restart Remote Desktop Services
  2. 1. Click Win + R. In the Run window, type services.msc and hit Enter.

    2.Right-click Remote Desktop Services and click Start.

This way, you can now set up two or more RDP sessions on a single system.

allow multiple remote desktop users windows 10

Conclusion

Windows remote desktop connection is meant for a single desktop. To extend this capability, one native way is to use Remote Desktop Services (RDS), but that requires Windows Server not Windows 10. That's why the above methods come in handy, as they can enable Windows 10 RDP multiple users session easily. However, do keep in mind that they increase security risks. So, we will recommend using them for test purposes only and opting for Windows Server to have a secure multiple users remote desktop session.

Click a star to vote
741 views , 6 mins read
Was This Page Helpful?
Charudatta
Charudatta
Charudatta is a specialist experienced in IT and Android devices. He can provide reliable solutions and how-to tips for iPhone/Android data transfer, Android remote control, Android casting to PC, etc.
You Might Also Like
AirDroid Parental Control Social Content Detection
AirDroid Parental Control Launches Social Content Detection New Feature for Enhanced Child Safety Online
Anita R.
Anita R.
Apr 10, 2025
Introducing the New Launch of AirDroid Parental Control Web Version
Anita R.
Anita R.
Aug 28, 2024
Android Zero-Touch Enrollment with AirDroid Business for Streamlined Android Device Management
Anita R.
Anita R.
Nov 9, 2023
10 Best AI Telegram Chatbots & How to Create It
Isabella
Isabella
Jan 17, 2024
Exploring 10 Free Online Chatbots to Enhance Your Business
Isabella
Isabella
Mar 8, 2024
AirDroid Business Is Now A Google Certified Enterprise Mobility Management Solution Provider
Anita R.
Anita R.
May 31, 2023
AirDroid Parental Control Social Content Detection
AirDroid Parental Control Launches Social Content Detection New Feature for Enhanced Child Safety Online
Anita R.
Anita R.
Apr 10, 2025
Introducing the New Launch of AirDroid Parental Control Web Version
Anita R.
Anita R.
Aug 28, 2024
Android Zero-Touch Enrollment with AirDroid Business for Streamlined Android Device Management
Anita R.
Anita R.
Nov 9, 2023
10 Best AI Telegram Chatbots & How to Create It
Isabella
Isabella
Jan 17, 2024
Exploring 10 Free Online Chatbots to Enhance Your Business
Isabella
Isabella
Mar 8, 2024
AirDroid Business Is Now A Google Certified Enterprise Mobility Management Solution Provider
Anita R.
Anita R.
May 31, 2023
Discussion
The discussion and share your voice here.

Leave a Reply. Cancel reply

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

*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
Home > Remote Control > [Proven] How to Allow Multiple Users in Windows Remote Desktop
Like
Dislike
Airdroid remote support logo
AirDroid Remote Support
Remote Access Anywhere
Try for Free