Solution to No More Connection to a Remote Computer Problem
Got a problem faced by one of our readers that when after logging 10 computers, he tries to access some file or printer shared on the network, he gets this message saying that:
“No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept”.
Causes of this problem:
There are several versions of Windows XP released by Microsoft and the most common of them are XP Professional and XP Home. But Microsoft has put certain restrictions on these products (you may call it, deliberately) so that the users upgrade to its better versions.
While sharing a file or printer, there is a limit on how many users can access the shared resource from the Local Area Network (LAN) simultaneously. Microsoft has restricted the number of remote connections to be 10 for XP Professional and 5 for XP Home editions.
You can check yours by running the following command in cmd
net config server
What you can do now:
• Upgrade to a Windows Server license that supports more network connections than XP Professional and Home editions.
• Decrease the timeout period, to close unused connections faster (Default 15 minutes)
net config server /autodisconnect:1
this will allot the time of 1 minute.
• Use more computers to share the same file or printer (not that effective but can be handy).
• Make another network to share the same thing.
You May Also Like to Read
- Manage Processes on Remote Computer with Remote Process Explorer
- Share Your Computer with Friends Using Gbridge
- Protect your Windows Computer from Conficker Worm
- Microsoft Launches Windows 7 Officially
- WordPress Blogs under Attack by a Computer Worm
- Process Information: What is wmiprvse.exe?
- Fix Computer Problems by Windows Repair
- Internet Explorer 8 is out on the Web
- Steps to Protect Your Computer against Hackers
- Solution to “This operation has been cancelled due to restrictions in effect on this computer”



July 15th, 2009 at 3:51 pm
No More Connection to a Remote Computer Problem
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click to select the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lanmanserver\Parameters
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type MaxMpxCt, and then press ENTER.
5. Right-click MaxMpxCt, and then click Modify.
6. In the Value data box, type the desired value, and then click OK.
Note You can set the number of concurrent SMB commands to a value that is between 10 and 255. The default value is 10. In Microsoft Windows Server 2003, you can set the number of concurrent SMB commands to a maximum value of 65,535.
7. Close Registry Edit
November 6th, 2009 at 7:33 am
Hellow Friend.. Thank’s 4 u’re information before.. I’ve done about what U explained upstairs.. but, it seem not worked.. & I’ve known. the maximum user who can acces the shared file in same times is just 10 user.. By the way, would u give me the solution if I want to change OS of my SErver? Thank you
January 26th, 2010 at 6:49 pm
Thanks for your advices!!!