Skip to content

Instantly share code, notes, and snippets.

@SimonTheCoder
Last active February 28, 2020 05:10
Show Gist options
  • Save SimonTheCoder/3b1b616fb169ec89ac3f82d1004be260 to your computer and use it in GitHub Desktop.
Save SimonTheCoder/3b1b616fb169ec89ac3f82d1004be260 to your computer and use it in GitHub Desktop.
Add "open windows terminal here" into Right-click menu. REPALCE "<YOUR WINDOW USER NAME>" with your username !
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Open Windows Terminal here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\<YOUR WINDOW USER NAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe new-tab -d \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment