Skip to content

Instantly share code, notes, and snippets.

@Delivator
Created December 13, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Delivator/eca287c635413314726041fb8943fff2 to your computer and use it in GitHub Desktop.
Save Delivator/eca287c635413314726041fb8943fff2 to your computer and use it in GitHub Desktop.
Add "Open Windows Terminal here" to directory context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal]
@="Windows Terminal Here"
"Icon"="%USERPROFILE%\\terminal\\wt_32.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal\command]
@="wt.exe -d \"%V\""
@Delivator
Copy link
Author

Delivator commented Dec 13, 2020

Requires the wt_32.ico file in the %USERPROFILE%\terminal\wt_32.ico directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment