Created
June 18, 2020 14:18
-
-
Save valtoni/42558bf187d54d94985aa88ecf984e20 to your computer and use it in GitHub Desktop.
Create symbolic link to notepad++ on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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