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"
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"





