Skip to content

Instantly share code, notes, and snippets.

@pfaffenrodt
Last active December 3, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfaffenrodt/dee99147cf4d040c568de38d3df722dc to your computer and use it in GitHub Desktop.
Save pfaffenrodt/dee99147cf4d040c568de38d3df722dc to your computer and use it in GitHub Desktop.
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\\\\Username\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps\\\\wt.exe"
[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\\\\Username\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps\\\\wt.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment