Skip to content

Instantly share code, notes, and snippets.

@atez
Last active May 15, 2020 10:51
Show Gist options
  • Save atez/8026a44a755ce741080ccfd8d5668bad to your computer and use it in GitHub Desktop.
Save atez/8026a44a755ce741080ccfd8d5668bad to your computer and use it in GitHub Desktop.
windows terminal添加到右键菜单
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows Terminal Here"
"Icon"="%USERPROFILE%\\AppData\\Local\\Terminal\\terminal.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\用户名\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment