Created
July 11, 2022 16:50
-
-
Save gavxin/e26085f0680d8697466b3be199d117e1 to your computer and use it in GitHub Desktop.
add shell shortcut menu for windows terminal
This file contains hidden or 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\wt] | |
@="通过 Windows Terminal 打开" | |
"Icon"="C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_1.13.11431.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe" | |
[HKEY_CLASSES_ROOT\Directory\background\shell\wt\command] | |
@="wt -d \"%V\"" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment