Easily Opening a File with Notepad
This will enable you to right click on any file and have the option to open
it with notepad. Also if a file has no association and you try to open it
it will open with notepad
-
Run 'regedit.exe'
-
Expand "HKEY_CLASSES_ROOT"
-
Inside "HKEY_CLASSES_ROOT", expand "*"
-
Inside "*", create a key called "shell"
-
Inside "shell" create a key called "open"
-
Inside "open" edit the string "(default)" to say "open (notepad)"
-
Inside "open" create a key called "command"
-
Inside "command" edit the string "(default)" to say "C:\WINDOWS\NOTEPAD.EXE
%1"
Submitted by EIBON
|