Created
December 13, 2020 14:21
-
-
Save Delivator/eca287c635413314726041fb8943fff2 to your computer and use it in GitHub Desktop.
Add "Open Windows Terminal here" to directory context menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires the wt_32.ico file in the
%USERPROFILE%\terminal\wt_32.ico
directory