It is nearly the end of 2010 and one of my machines is still running Windows XP - this either is a testament to how well Windows XP works or to how slow I am at upgrading some of my systems. Anyhow, the other day I encountered a rather unusual problem in that I needed to change a few settings on my network adapter, however for an unknown reason my network connections folder was empty and when accessing it I was greeted with the following error message: “The network connections folder was unable to retrieve the list of Network adapters on your machine. Please make sure that the Network Connections service is enabled and running.” Quickly checking the services running on the systems showed that the network connections service was running correctly and as such there must have been a different culprit. Browsing around the web in hope of finding a solution I ended up going down many different dead ends, but eventually I ran across the following solution which worked, so if you have a similar problem hopefully you’ll find this useful:
1. Click Start/Run. Then type cmd.exe and click OK
2. In the cmd wind type the following and press enter after each
a. regsvr32 netshell.dll
b. regsvr32 netcfgx.dll
c. regsvr32 netman.dll
3. Restart your system
The above fixed the problem for me. It seems that as is typical in the Windows world, some of the DLLs were not registered correctly for one reason or another. If you get an error message trying to register one of the DLLs above it might indicate that the dll is corrupt, in which case you might want to grab a copy from another Windows XP machine and after copying it over the existing one, trying the above procedure again. If that still does not work there is always the brute force option of re-installing Windows XP over itself – This should be a last resort through since a lot of the security patches will need to be downloaded thereafter all over again.








