This modification will enable the context menu with the option to open the file with Notepad.
1. HKEY_CLASSES_ROOT \ *
2. Create a new key under '*' named "Shell" (without the quotes)
3. Create a new key under 'Shell' named "Open" (without the quotes)
4. Modify the string 'Default' inside of 'Open' to whatever you would like to appear on the context menu. I.E. "Open With Notepad" (without the quotes)
5. Create a new key under 'Open' named "Command" (without the quotes)
6. Modify the string 'Default' inside of 'Command' to "C:\WINDOWS\NOTEPAD.EXE %1" (without the quotes)
No comments:
Post a Comment