Skip to content

Instantly share code, notes, and snippets.

@a2902793
Created August 13, 2020 14:43
Show Gist options
  • Save a2902793/e656d748159b76626879f7cc643d5e89 to your computer and use it in GitHub Desktop.
Save a2902793/e656d748159b76626879f7cc643d5e89 to your computer and use it in GitHub Desktop.
Windows Terminal Here
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