"Manage Wireless Networks" has blank or missing information in Windows

I came across this problem on my own computer. When going to “Manage Wireless Networks” in the Network and Sharing Center, I saw icons for the wifi networks I had previously connected to, but the data in the columns was blank.

I did some googling and came across a couple of posts that had the fix and wanted to share it. Its quite simple. The file

C:\Users\Username\AppData\Local\Microsoft\Windows\UsrClass.dat

has to be removed. This is easy to do with the right tools.

Go to http://technet.microsoft.com/en-us/sysinternals/bb897556 and download the PendMoves and Movefile package. Copy the executable files to the C:\Windows\ folder.

Open an administrative command prompt.


Type in the following:

cd c:\Users\username\AppData\Local\Microsoft\Windows\

movefile UsrClass.dat “”

Now reboot the computer. The movefile program will delete the file on the next boot before it is in use by the system, and when it is found to be missing, it’ll be recreated. Customizations to the Notification Area will be lost, as will default program settings. Its a small price to pay for an actual fix to this quite annoying issue.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.