Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.36 KB

Windows Terminal Tweaks

wt

This registry will make you able to have an Open in Windows Terminal option for folders like the one in Linux distros

wt

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 ."

Uninstall

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.

rm wt.reg