Saturday, January 10, 2009

Adding / Removing Items from New Menu

A. To Add an Item in "New" menu:

1. Open regedit and expand "HKEY_CLASSES_ROOT" key.
2. Now look for the file type which you want to add in "New" menu, e.g. for adding MP3 file type look for .MP3 key.
3. Right-click on it and select "New -> Key" and give it name "ShellNew".
4.In right-side pane, right-click and select "New -> String Value". Give it name "NullFile" and press Enter.
5. Thats it. You'll immediately get the file type entry in "New" menu.

B. To Remove an Item from "New" menu:

1.Open regedit and expand "HKEY_CLASSES_ROOT" key.
2.Now look for the file type which you want to remove from "New" menu, e.g. for removing MP3 file type look for .MP3 key.
3. Expand it and delete the "ShellNew" key.
4. Thats it. The file type will be removed from "New" menu.

No comments: