Control Panel, Task Manager, Device Manager are a few system applications which we use frequently in our daily computer tasks. Wouldn't it be great if we can access them quickly by right-click on My Computer icon on Desktop?
Today we are going to share a registry script which will add following shortcuts in My Computer context menu:
- Programs (Add/Remove Programs)
- Run Cleanup on this system
- Control Panel
- Device Manager
- Event Viewer
- Manage
- MSConfig
- Registry Editor
- Services
- Task Manager
- Windows Update

Just download following ZIP file, extract it and run desired REG file. It'll ask for confirmation, accept it:
It works in Windows XP, Vista and 7.
Thanks to AskVG Readers "tlm" and cclloyd9785 for sharing them...
Also check:
[AIO] Ultimate Tutorial to Customize My Computer Context Menu in Windows XP, Vista and 7
This article was posted by VG in following section: Windows 7, Windows Vista, Windows XP.
If you enjoyed this article, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our popular articles and archive to read other interesting articles.
Andy
I'm loving these examples and the download files made available - thank you for tutorials - I am currently trying to add an icon for XnView shell extension (v2.60) - any icon e.g. I was trying to get the mspaint icon next to the label in the context menu but I am unable to do this.
Any chance you can have a look at this and see if it is possible ?
thanks.
Mike
excellent touch having the icons also...many thanks indeed.
Mike
I only wanted the 'task manager' option with icon but it doesn't work for me in W7 Ultimate 64bit.
Mike
ignore my previous comment...I had the 2 menu's mixed up.
can the same 'task manager' option with icon also be added to the desktop context menu?
Mike
you can also ignore my last comment :) ...figured it out after reviewing some of your other threads...very useful information you have here 'VG'.
many thanks.
Boris
Sorry for my ignorance but any REG file just opens in Notepad when I run it. Please, can you help?
peter pan
Very handy, but what if I want to delete one of those shortcuts in the future i.e. is there a way to delete them?
VG
^^ Uninstallation scripts are also included in the ZIP file.
@Boris
Right-click on REG file and select "Merge".
Boris
That's the problem, the REG file just continues to open in Notepad. How to force it ?
Thanks for the reply.
VG
^^ Open regedit and goto:
HKEY_CLASSES_ROOT\regedit\shell\open\command
In right-side pane, change value of default to:
regedit.exe "%1"