By default, Windows 11 allows only one Remote Desktop Protocol (RDP) session at a time. However, you can enable multiple RDP sessions by following these steps:
-
Enable Remote Desktop on the target Windows 11 computer:
a. Right-click on the Start button and select "System."
b. Click on "Remote Desktop" in the left panel.
c. Toggle the "Enable Remote Desktop" switch to "On." d. Confirm your selection when prompted. -
Edit the Group Policy:
a. Press
Win + Rto open the Run dialog.b. Type
gpedit.mscand press Enter to open the Local Group Policy Editor.c. Navigate to the following path:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connectionsd. Double-click on "Limit number of connections" in the right panel.
e. Select "Enabled" and set the "RD Maximum Connections allowed" value to the desired number (e.g., 2 for two users).
f. Click "Apply" and then "OK." -
Edit the registry:
a. Press
Win + Rto open the Run dialog.
b. Typeregeditand press Enter to open the Registry Editor.
c. Navigate to the following path:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Serverd. Double-click on the "fSingleSessionPerUser" DWORD value in the right panel. If it doesn't exist, create it by right-clicking on an empty space, selecting "New" > "DWORD (32-bit) Value," and naming it "fSingleSessionPerUser."
e. Set the "Value data" to 0 and click "OK."
f. Close the Registry Editor. -
Restart the Remote Desktop Services:
a. Press
Win + Xand select "Windows Terminal (Admin)" or "Command Prompt (Admin)" to open an elevated command prompt.
b. Type the following commands, pressing Enter after each one:net stop termservicenet start termservicec. Close the command prompt.
Now, you should be able to allow two users to connect via RDP at the same time on the target Windows 11 computer. Keep in mind that this method works for Windows 11 Pro, Enterprise, and Education editions. The Home edition does not have the Remote Desktop feature by default.
Comments
0 comments
Please sign in to leave a comment.