Created
January 29, 2020 06:34
-
-
Save mxvin/3af4864fa5e4b1b87f8f227a7b0b3bf5 to your computer and use it in GitHub Desktop.
Add Windows Terminal to Right click context Explorer menu. https://github.com/microsoft/terminal/issues/1060#issuecomment-572987837
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt] | |
@="Open Windows Terminal Here" | |
"Icon"="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\terminal.ico" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] | |
@="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment