Skip to content

Instantly share code, notes, and snippets.

@dizys
Created August 31, 2020 16:07
Show Gist options
  • Save dizys/c70515624a2856870f29b6e02ce824b7 to your computer and use it in GitHub Desktop.
Save dizys/c70515624a2856870f29b6e02ce824b7 to your computer and use it in GitHub Desktop.
Add "Open Windows Terminal here" to explorer menu. Get `wt_32.icon` [here](https://github.com/yanglr/WindowsDevTools/tree/master/awosomeTerminal/icons)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Open Windows Terminal here"
"Icon"="C:\\Users\\<YOUR USERNAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt_32.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\<YOUR USERNAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d ."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment