Created
August 31, 2020 16:07
-
-
Save dizys/c70515624a2856870f29b6e02ce824b7 to your computer and use it in GitHub Desktop.
Add "Open Windows Terminal here" to explorer menu. Get `wt_32.icon` [here](https://github.com/yanglr/WindowsDevTools/tree/master/awosomeTerminal/icons)
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\\<YOUR USERNAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt_32.ico" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] | |
@="C:\\Users\\<YOUR USERNAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d ." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment