yo i think i found a fix basically run the rdp and when it gives u the message dont close the rdp screen instead run another instance of rdp on the same port and it will give u the option of logging off the current user, so log that session off and it shud connect
the number of connections to this computer is limited and all connections are in use windows 10
RDP is not working and direct system login throwing below error.
User: administrator
Error:
the number of connections to this computer is limited and all connections are in use right now. try connecting later or contact your system administrator.
Undo ethernet cable and reboot
in safe mode: cmd --> netsh int ip reset
in safe mode: DWORD MaxConnectionsPer1_0Server & MaxConnectionsPerServer added
in safe mode: all network adapters disabled.
Ran sfc /scannow.
in gpedit -- Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections section
-- Changed value to 999999.
But still no luck. Any help would be greatly appreciated
3 answers
Sort by: Most helpful
-
-
Limitless Technology 44,431 Reputation points
2022-10-25T14:19:38.183+00:00 Hi,
Thank you for your question and reaching out.
I understand that you're having issues with using Remote Desktop Program.
- May I know when the issue started to happen?
- Have you made any changes on the PC that might cause the issue?
- Are you using a Windows device, a mobile phone or a Mac device?
In the meantime, I recommend trying to modify the registry and see if it would help.
- Press Windows key + R and type REGEDIT in Run dialog box to open Registry Editor then click OK.
- In the left pane of Registry Editor, navigate to this path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- Right-click Internet Settings key and select New -> DWORD Value. Name the newly created DWORD (REG_DWORD) as MaxConnectionsPer1_0Server. Similarly create another registry DWORD and name it MaxConnectionsPerServer.
- Now, double click on anyone of the and in the Edit DWORD Value box, select Decimal as Base and put the Value data equals to 10 (which is equivalent to a in Hexadecimal Base). Click OK. Similarly, change the Value data for another DWORD and put same value for it as well. Close registry once done.
- Restart the device and see if it fixed the issue.
-------------------------------------------------------------------------------------------------------------------------------------------
If the answer is helpful kindly click "Accept as Answer" and upvote it. Thanks.
-
Gangi Reddy 71 Reputation points
2022-10-25T14:24:36.667+00:00 Hi ,
Thanks for your reply.
May I know when the issue started to happen? I think it is started on Oct 1st week 2022
Have you made any changes on the PC that might cause the issue? No, We haven't made any changes to the system.
Are you using a Windows device, a mobile phone or a Mac device? It is HP laptop running with Windows 10 OS.
I tried registry edit settings, However no luck.
Right-click Internet Settings key and select New -> DWORD Value. Name the newly created DWORD (REG_DWORD) as MaxConnectionsPer1_0Server. Similarly create another registry DWORD and name it MaxConnectionsPerServer.I tried below steps aswell, but still no luck.
safe mode: cmd --> netsh int ip reset
safe mode: DWORD MaxConnectionsPer1_0Server & MaxConnectionsPerServer added
safe mode: all network adapters disabled.
Ran sfc /scannow.
gpedit -- Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections section-- Changed value to 999999.