Skip to content

Open with notepad #3

@Eltink

Description

@Eltink

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions