How to get "My Computer"s "Manage" on the context menu ?

  • Thread starter Thread starter Richard Mahn
  • Start date Start date
R

Richard Mahn

Context menus are working properly on "My Computer" but haven't figured out
how "Manage" to show. MMC is installed and compmgmt.msc works, but the
context menu option isn't showing.
What is required for the final piece ?
Thanks.
 
Hi Richard,

Adding the following registry keys to a configuration in TD will add
"manage" functionality:
HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage
Default REG_EXPAND_SZ
@%%windir%%\system32\mycomp.dll,-400
Suppression Policy REG_DWORD
0x4000003c(1073741884)

HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\
command
Default REG_EXPAND_SZ
%%windir%%\system32\mmc.exe /s %%windir%%\system32\compmgmt.ms

Hope this helps,

Lynda

"This posting is provided "AS IS" with no warranties, and confers no rights"
 
Thanks.
I'll give it a try.
Note: It looks like the 'c' got dropped on the "compmgmt.msc".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top