Skip to content

Instantly share code, notes, and snippets.

@valtoni
Created June 18, 2020 14:18
Show Gist options
  • Save valtoni/42558bf187d54d94985aa88ecf984e20 to your computer and use it in GitHub Desktop.
Save valtoni/42558bf187d54d94985aa88ecf984e20 to your computer and use it in GitHub Desktop.
Create symbolic link to notepad++ on windows
cmd /c mklink "$LOCALAPPDATA\Microsoft\WindowsApps\edit" "C:\Program Files (x86)\Notepad++\notepad++.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment