MERZAK-X / wt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License