Skip to content
/ wt Public

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

License

Notifications You must be signed in to change notification settings

MERZAK-X/wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks