Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created December 12, 2024 07:25
Show Gist options
  • Save parsibox/799b67a5d3228173ef81c526d8fd6722 to your computer and use it in GitHub Desktop.
Save parsibox/799b67a5d3228173ef81c526d8fd6722 to your computer and use it in GitHub Desktop.
notepad++.reg for windows 11
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Notepad++]
@="Edit With Notepad++"
"Icon"="C:\\Program Files\\Notepad++\\notepad++.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Notepad++\command]
@="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment