How to Patch RDP for Multiple User Access: UniversalTermsrvPatch Guide
Remote Desktop Protocol (RDP) is an essential feature in Windows, allowing users to connect to remote systems. However, by default, Windows allows only one a...
Remote Desktop Protocol (RDP) is an essential feature in Windows, allowing users to connect to remote systems. However, by default, Windows allows only one active user session at a time. If you need to enable multiple simultaneous user sessions for administrative or testing purposes, patching the termsrv.dll file is one way to achieve this. The UniversalTermsrvPatch is a widely used method for this purpose. Below is a step-by-step guide on how to patch RDP using UniversalTermsrvPatch or other methods.
Step-by-Step Guide to Patch RDP
Prerequisites
- Backup Your System: Before making any changes to system files, create a backup of your important data and set a restore point in Windows.
- Administrative Access: Ensure you have administrative privileges on the system.
Method 1: Using UniversalTermsrvPatch
Step 1: Download UniversalTermsrvPatch
- Find the Patch: Search for "UniversalTermsrvPatch" online and download the latest version from a reputable source. Make sure to download from a trusted website to avoid malware.
Step 2: Extract the Patch
- Unzip the File: Extract the downloaded ZIP file to a convenient location on your computer.
Step 3: Run the Patch
- Locate the Patch Executable: Open the extracted folder and find the executable file (usually named
UniversalTermsrvPatch.exe). - Run as Administrator: Right-click on the executable and select Run as Administrator.
- Apply the Patch: Follow the on-screen instructions to apply the patch to the
termsrv.dllfile. The patch will modify the file to allow multiple user sessions.
Step 4: Restart Your Computer
- Reboot: After the patch is applied, restart your computer to ensure the changes take effect.
Method 2: Manual Registry Edit
If you prefer not to use third-party software, you can enable multiple RDP sessions by editing the Windows registry. This method requires caution, as incorrect changes can affect system stability.
Step 1: Open the Registry Editor
- Access the Registry: Press
Windows + R, typeregedit, and press Enter.
Step 2: Navigate to RDP Settings
- Locate the Key: Navigate to the following path:
arduinoCopy code
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
Step 3: Modify the fSingleSessionPerUser Value
- Find fSingleSessionPerUser: In the right pane, look for
fSingleSessionPerUser. - Edit the Value: Double-click on
fSingleSessionPerUserand change its value from1to0. This change allows multiple sessions for the same user.
Step 4: Enable Remote Desktop
- Enable RDP: Still in the Registry Editor, navigate to:
and ensure thatarduinoCopy code
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal ServerAllowTSConnectionsis set to1.
Step 5: Restart Your Computer
- Reboot: Close the Registry Editor and restart your computer for the changes to take effect.
Additional Method: Modify Group Policy (Windows Pro and Enterprise Editions)
If you have Windows Pro or Enterprise, you can also use the Group Policy Editor to enable multiple sessions.
Step 1: Open Group Policy Editor
- Access Group Policy: Press
Windows + R, typegpedit.msc, and press Enter.
Step 2: Navigate to RDP Settings
- Locate the Path: Go to:
rustCopy code
Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
Step 3: Edit the Limit Settings
- Modify the Settings: Double-click on Restrict Remote Desktop Services users to a single Remote Desktop Services session and set it to Disabled.
Step 4: Apply Changes
- Apply: Click Apply, then OK, and restart your computer.
Conclusion
By following the methods outlined above, you can successfully patch RDP to enable multiple simultaneous user sessions. Whether you opt for UniversalTermsrvPatch, manual registry editing, or Group Policy modifications, each method provides a way to enhance your remote desktop experience. Always remember to back up your system before making significant changes, and proceed with caution to ensure a stable and secure environment.
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.