Created
August 13, 2020 14:43
-
-
Save a2902793/e656d748159b76626879f7cc643d5e89 to your computer and use it in GitHub Desktop.
Windows Terminal Here
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\wt] | |
| @="Windows Terminal here" | |
| "Icon"="%USERPROFILE%\\AppData\\Local\\terminal\\wt_32.ico" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] | |
| @="C:\\Users\\a2902\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d ." | |
| [HKEY_CLASSES_ROOT\Directory\shell\wt] | |
| @="Windows Terminal here" | |
| "Icon"="%USERPROFILE%\\AppData\\Local\\terminal\\wt_32.ico" | |
| [HKEY_CLASSES_ROOT\Directory\shell\wt\command] | |
| @="C:\\Users\\a2902\\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