Control Panel as menu includes a blank item

2

When viewed as a menu attached to the Start Menu in Windows 7 Ultimate x64, the Control Panel contains a blank item. It looks like this:
Control Panel blank item

This item cannot be deleted or removed. I also cannot create a shortcut to it. No error message is displayed, instead simply nothing happens.

I've tried using Shell Object Editor (using Run as Administrator) to find out if there is an errant entry on the Control Panel, but many entries (almost two dozen) are blank. There are several valid entries as well. I've looked through the registry and through C:\Windows, \system32, and \SysWOW64 but have had no success. I looked at this question, but I am not using Windows XP and thus have no option to use Tweak UI's Rebuild Icons function.

Please note that this is no empty entry in the Control Panel when opened normally, only when attached to the Start Menu as a menu. I have compared the list of entries on the attached menu to the normal Control Panel and other than the blank entry, they are exactly the same. Nothing is missing from one or the other. I've also compared the menu and the normal view to reference images and lists of Control Panel items and have found no irregularities.

Is anyone familiar with this problem or know of a solution? I've performed virus and malware scans and found nothing. I've used CCleaner with no change. Nothing with Shell Object Editor. Nothing with Registry Editor. Certainly someone here knows how to fix this. My only guess is the many blank entries visible in Shell Object Editor, but I am reluctant to delete that many items without further analysis and guidance.

I appreciate your time and consideration.

user49422

Posted 2010-09-15T18:49:11.207

Reputation:

Answers

1

Try using a registry cleaner. It seems that there was an entry created but not properly disposed of.

http://sourceforge.net/projects/littlecleaner/

Is the one I use.

Jeff F.

Posted 2010-09-15T18:49:11.207

Reputation: 4 293

This program found and fixed many issues, but unfortunately it did not fix my main issue in this question. Thanks anyway though, as this tool is worthing keeping around. – None – 2010-09-15T19:05:26.160

Ah there are a few more you can try including CCleaner. Other then that, however, I'm not sure. – Jeff F. – 2010-09-16T14:38:44.737

1

The blank entry in left behind by an invalid entry in the registry.

Type regedit in the Start Menu and navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\

The entries contained inside NameSpace are displayed within Control Panel. Navigate each Key (Folder) and under data you will see the Control Panel entry name.

If you find something you UN-installed, remove this key and reboot. The blank entry will also be removed.

Make sure you backup the registry before you make any changes!

Kashim

Posted 2010-09-15T18:49:11.207

Reputation: 11

0

I had the same problem (though I think that, for me, it appeared after installing revision 14.3.x.x of PROSet/Wireless, but I could be wrong and I might also have skipped revisions).

Looking in the registry, I found a seemingly unused control panel namespace labelled "Intel® WiFi Connection Utility", with key

{B9F96805-88EC-4952-929F-397985D7B2D7} 

In:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace

That key did not appear anywhere else in my registry, so I surmised that it was likely to be unused.

I first renamed the key to something invalid (prefixing it with "aaa") and the blank icon disappeared. The "Intel PROSet/Wireless tools" control panel was not affected (still present and working). I then searched the web for:

B9F96805-88EC-4952-929F-397985D7B2D7

and found a post on Lenovo's forum where another user found the same thing. So I backed up ("export") the key to be safe and then deleted it. That seems to have resolved the problem.

Peter

Posted 2010-09-15T18:49:11.207

Reputation: 1