Windows Registry Editor Version 5.00
; Context menu for directories
[HKEY_CLASSES_ROOT\Directory\shell\openwithnotepad]
@="Open with Notepad"
"Icon"="C:\Windows\notepad.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\openwithnotepad\command]
@="C:\Windows\notepad.exe "%1""
; Context menu for drives
[HKEY_CLASSES_ROOT\Drive\shell\openwithnotepad]
@="Open Drive with Notepad"
"Icon"="C:\Windows\notepad.exe,0"
[HKEY_CLASSES_ROOT\Drive\shell\openwithnotepad\command]
@="C:\Windows\notepad.exe "%1\""
Windows Registry Editor Version 5.00
; Context menu for directories
[HKEY_CLASSES_ROOT\Directory\shell\openwithnotepad]
@="Open with Notepad"
"Icon"="C:\Windows\notepad.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\openwithnotepad\command]
@="C:\Windows\notepad.exe "%1""
; Context menu for drives
[HKEY_CLASSES_ROOT\Drive\shell\openwithnotepad]
@="Open Drive with Notepad"
"Icon"="C:\Windows\notepad.exe,0"
[HKEY_CLASSES_ROOT\Drive\shell\openwithnotepad\command]
@="C:\Windows\notepad.exe "%1\""