This article was written @
There are no more endpoints available from the endpoint mapper « Russ Brown Development
quote:
Are you trying to create a shared folder on your windows 7 computer and getting error code #1753 “There are no more endpoints available from the endpoint mapper”. If you are using windows file explorer and just seeing the error text, try running the following from the command prompt:
1
net share testShare=c:/windows
After 4 hours of searching and finding a zillion other causes for my error I finally found a solution that fixed my flavor of the problem. It turns out to be related to a firewall service issue/dependency. You can probably diagnose your issue just by opening up your services and seeing if you have a listing for Windows Firewall. You may also not be able to enable the firewall from the Control Panel / Windows Firewall admin panel.
Download the following registry files and merge them (double click on the files and accept merge).
MpsSvc.reg
BFE.reg
With those merged, open regedit.
Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE
Right click on it-permissions. (Note: I did not do this step and it still solved my problem)
Click on ADD and use the Everyone group
Select full control.
Now reboot your computer
Hope it Helps..