Have you ever wondered how come your folder options in explorer doesn't appear even if you are damn sure that your PC is not infected by virus. Have you ever wondered how could you get your run and search menu reappear in your start menu. Have you ever wondered how can you remove applications from add/remove list even though you have uninstalled the program or deleted the application folder manually. Have you ever wondered how can you implement certain level of security in your home PC or workplace such as hiding drives or allow or disallow certain programs to run, so that other's might not jingle-mingle with the computer. Or you still google to search for some freeware to do all of these. If you are then here I am about to quench your quest.
This key consists of general settings for your file system. By file system I mean Drive, Folders and files and by general settings I mean settings such as menus that appear while you right click on your drive or folder or files, configuring those menus to fire some application when they are clicked, changing icon for particular file extension, changing default application for any file extension. Let me explain you with an example.
Ok, let’s try to add a menu to the drive.
- Open registry editor.
- Expand [HKEY_CLASSES_ROOT].
- Under it find a key named [Drive]. Expand it.
- Again find another sub key named [Shell]. Expand it.
- Create a new key under [Shell] key. To do so right click on [Shell] key and then click on New menu then click on key.
- You can see a new key being created. Right click on the key and then rename it to the desired name you want for your new menu. Let’s say you named it as [Notepad].
- Now create another sub key and rename it to [Command] under the key named [Notepad]. Remember this name should be [Command] as windows identify it as the place to determine the action to be performed when user click on this menu.
- Click on [Command] sub key.
- At the right hand side you can see a default string value being created named [Default].
- Double click the string value. And change the content to Notepad.exe or the full path of the application you want to execute when any user click on it.
- Now close the registry editor.
- Open My computer. Right click on drive. Your new menu will appear on it.
(Note: Remember some settings might require you to log off or restart completely to take effect.)
I guess this sample is enough for you to acknowledge the power of Registry settings.
2 comments:
hi , is it working in Windows 7??
Never tried on it. Coz' i don't have windows 7 yet.
Post a Comment