Add "Open with Notepad" to right-click context men

Copy and paste the code below into Notepad. Then save it as a .reg file and import it by clicking on it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
@=""

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"

0 Comments: