Hi Friends,
Here is the cool trick which enables the "Open With Notepad" option to Right click menu.
To do this Just copy the below code in note pad and save file as "OpenWithNotepad.reg" along with double quotes.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"
Don't forget. Your file name should be "OpenWithNotepad.reg" along with double. quotes. Now double click on the registry file. Your file looks like below.
If you don't want to display Open With Notepad option on right click menu, then again create another text file with the following code and save "RemoveOpenWithNotepad.reg" along with double quotes.
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
You can directly download "OpenWithNotepad.reg" and "RemoveOpenWithNotepad.reg" from the below link
Download Registry files
Here is the cool trick which enables the "Open With Notepad" option to Right click menu.
To do this Just copy the below code in note pad and save file as "OpenWithNotepad.reg" along with double quotes.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"
Don't forget. Your file name should be "OpenWithNotepad.reg" along with double. quotes. Now double click on the registry file. Your file looks like below.

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
You can directly download "OpenWithNotepad.reg" and "RemoveOpenWithNotepad.reg" from the below link
Download Registry files
No comments:
Post a Comment