"MrBill" <> wrote
>>
>>If it's just the shell extension not working, I'd try this:
>>http://www.nirsoft.net/utils/shexview.html
>
> I tried this and saw no trace of my shell extension in the listing.
> Additionally, ShellExView doesn't tell me how to add a new extension
> to the group.
Sorry, you're right, it's not there.
Let's try a different approach.
1) Check if command is working
Type
Start > Run > CompMgmtLauncher.exe
Does it work?
2) Check if the registry key is missing.
HKEY_CLASSES_ROOT \ CLSID \ {20D04FE0-3AEA-1069-A2D8-08002B30309D} \ shell \
Manage
SuppressionPolicy value should be dword:4000003c
3) Check if the command is disabled by Group Policy
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \
Policies \ Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \
Policies \ Explorer
Anything in there?
If not, you can also add a new DWORD value: "NoManageMyComputerVerb"=-
(Same for both of them, 0 is the default value, 1 would remove Manage)
Save regedit, logoff and login back for changes to take effect.
IMPORTANT
All of the above works perfectly for the 32-bit version of Windows 7.
Maybe it's not exactly the same for the 64-bit version, which I do not have.
Hope you can figure out.