This registry will make you able to have an Open in Windows Terminal option for folders like the one in Linux distros
Before installing this registry you must change {USERNAME} with your current user folder name in the Line 12 & optionally specify an icon by uncommenting and setting its path in the wt.reg
.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal]
@="Open in Windows Terminal"
; Uncoment and set your custom icon path
;"Icon"="%USERPROFILE%\\AppData\\Local\\Icons\\wt.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal\command]
@="\"C:\\Users\\{USERNAME}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\" -d ."
Open regedit
from Win + R
Run prompt, go to Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal
from the path bar, then right click the Windows Terminal folder and click delete.