Skip to content

Instantly share code, notes, and snippets.

@gavxin
Created July 11, 2022 16:50
Show Gist options
  • Save gavxin/e26085f0680d8697466b3be199d117e1 to your computer and use it in GitHub Desktop.
Save gavxin/e26085f0680d8697466b3be199d117e1 to your computer and use it in GitHub Desktop.
add shell shortcut menu for windows terminal
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