diff --git a/terminal/wt.reg b/terminal/wt.reg new file mode 100644 index 0000000..fafe86d --- /dev/null +++ b/terminal/wt.reg @@ -0,0 +1,8 @@ +Windows Registry Editor Version 5.0 + +[HKEY_CLASSES_ROOT\Directory\Background\shell\wt] +@="Open Windows Terminal Here" +"Icon"="%USERPROFILE%\\AppData\\Local\\terminal\\wt_32.ico" + +[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] +@="%LOCALAPPDATA%\\Microsoft\\WindowsApps\\wt.exe" \ No newline at end of file diff --git a/terminal/wt_32.ico b/terminal/wt_32.ico new file mode 100644 index 0000000..a584e7a Binary files /dev/null and b/terminal/wt_32.ico differ