Skip to content

Instantly share code, notes, and snippets.

@saiwolf
Last active September 19, 2020 20:40
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 saiwolf/89979766e5f49932f71ab9322bf3e3d2 to your computer and use it in GitHub Desktop.
Save saiwolf/89979766e5f49932f71ab9322bf3e3d2 to your computer and use it in GitHub Desktop.
Add 'Open Windows Terminal Here...' to Directory Right-Click Context Menu
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\WindowsTerminal]
"Icon"="C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_1.2.2381.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe"
@="Open Windows &Terminal Here"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\WindowsTerminal\command]
@="\"wt\" \"-p default -d %V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment