Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dleidert/3d0e1c1ebab3ae0acc1bca46995edd04 to your computer and use it in GitHub Desktop.
Save dleidert/3d0e1c1ebab3ae0acc1bca46995edd04 to your computer and use it in GitHub Desktop.
Set notepad++ as default edit program for text files
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\text\shell\edit\command /f /ve /t REG_EXPAND_SZ /d "\"^%ProgramFiles^%\Notepad++\notepad++.exe\" %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment