No Memory for Desktop Icons – Vista Rant 2

This just bothers me to no end. Three major revisions of an OS and not a single programmer thought to put some sort of memory or control on the location of your desktop icons?

It doesn’t matter if your using Windows 95 or the latest offering. If your computer should happen to crash, or your monitor changes resolution or sometimes it seems if you sneeze the wrong way your desktop icons end up all messed up.

Is it that hard to program around these things? You’d think this would be an area they would have actually improved on in vista.

I guess all that value packed DRM code they implemented was more important.

WMP11 DLL Problems

I came across a funny thing this morning that just about drove me crazy. I was trying to test for a live webcast and for some reason I couldn’t see the picture via the web. I tried about a dozen things, eventually I got it running with VLC but a webcast isn’t much of one if it isn’t on a webpage.

Then I tried one of the other computers in the house and had no issues whatsoever.

I’m still not sure what the problem was, but it has something to do with Vista and WMP11 I think. I did however come upon the solution.

regsvr32 C:\WINDOWS\system32\wmnetmgr.dll

If you run this via Start->Run or a command prompt it will again register the Windows Media Net Manager DLL. Apparently now and then there is some registry corruption which could cause problems and this little piece of code re-adds all the information and reloads the needed DLL.

I’m not sure on the specifics honestly but I did find this article on re-registering DLLs.