How to edit context menu in Windows


It often happens that I have enough of some items in context menu, and some, the opposite seems excessive. Today I will talk about editing, point to New on the menu and add some items to the My Computer context menu.

We will not edit "by hand", and in a semi-automatic mode - with create the reg-file .. REG-files - plain text files that can be created in Notepad, just by change the extension.

So, let's get started. To begin with we will remove unnecessary items from the menu Make:

Windows Registry Editor Version 5.00

[-
HKEY_LOCAL_MACHINESOFTWAREClasses.bfcShellNew]
[-
HKEY_LOCAL_MACHINESOFTWAREClasses.rtfShellNew]
[-
HKEY_LOCAL_MACHINESOFTWAREClasses.bmpShellNew]
[-
HKEY_LOCAL_MACHINESOFTWAREClasses.wavShellNew]
[-
HKEY_LOCAL_MACHINESOFTWAREClasses.zipCompressedFolderShellNew]


You can guess how you delete types of unwanted files. Add a row, or, conversely, will be deleted. As a result - in This menu only items that you need.

Now we proceed with the edit menu context when you click My Computer. To add a point to Administrative write the following text:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell1]
@="Administrative Tools"

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell1command]
@="Control admintools"


To add a Control Panel, write:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell4]
@="Control Panel"

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell4command]
@="Rundll32.exe shell32.dll, Control_RunDLL"


This is useful for adding items to the Registry Editor, to use the line command is not always convenient:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell44]
@="Registry Editor"

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell44command]
@="Regedit.exe"


Add or Remove Programs:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell66]
@="Add or Remove Programs"

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID
{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell66command]
@="Control appwiz.cpl"



I think to begin with and this will be enough.

Stumble
Delicious
Technorati
Twitter
Facebook

0 Comments:

 

Sundries article Copyright © 2010 LKart Theme is Designed by Mobile