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/2515a4d68ebbd26c0b50f74c92e4429b to your computer and use it in GitHub Desktop.
Save dleidert/2515a4d68ebbd26c0b50f74c92e4429b to your computer and use it in GitHub Desktop.
Set notepad++ as default edit program for .html files
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.html\shell\edit\command /f /ve /t REG_EXPAND_SZ /d "\"^%ProgramFiles^%\Notepad++\notepad++.exe\" %1"

This will create a new key and add an Edit option to the file context menu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment