Skip to content

Instantly share code, notes, and snippets.

@mxvin
Created January 29, 2020 06:34
Show Gist options
  • Save mxvin/3af4864fa5e4b1b87f8f227a7b0b3bf5 to your computer and use it in GitHub Desktop.
Save mxvin/3af4864fa5e4b1b87f8f227a7b0b3bf5 to your computer and use it in GitHub Desktop.
Add Windows Terminal to Right click context Explorer menu. https://github.com/microsoft/terminal/issues/1060#issuecomment-572987837
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Open Windows Terminal Here"
"Icon"="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\terminal.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment