Posted on 06-10-2024 | Category: General | Views: 197
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 1: Download UniversalTermsrvPatch
Step 2: Extract the Patch
Step 3: Run the Patch
UniversalTermsrvPatch.exe
).termsrv.dll
file. The patch will modify the file to allow multiple user sessions.Step 4: Restart Your Computer
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
Windows + R
, type regedit
, and press Enter.Step 2: Navigate to RDP Settings
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
Step 3: Modify the fSingleSessionPerUser Value
fSingleSessionPerUser
.fSingleSessionPerUser
and change its value from 1
to 0
. This change allows multiple sessions for the same user.Step 4: Enable Remote Desktop
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
AllowTSConnections
is set to 1
.Step 5: Restart Your Computer
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
Windows + R
, type gpedit.msc
, and press Enter.Step 2: Navigate to RDP Settings
Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
Step 3: Edit the Limit Settings
Step 4: Apply Changes
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.