Windows Terminal Preview now provides native support of this feature.
Download the icon here
Move the icon to directory
C:\Users\<your username>\AppData\Local\WindowsTerminal
Create a
.reg
file and run it.1
2
3
4
5
6
7
8
9Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Open with Windows Terminal"
"Icon"="C:\\Users\\<your username>\\AppData\\Local\\WindowsTerminal\\terminal.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\harmo\\<your username>\\Local\\Microsoft\\WindowsApps\\wt.exe"In Windows Terminal’s settings, Add
"startingDirectory" : "."
intodefaults
list:1
2
3
4"defaults":
{
"startingDirectory" : "."
},