From 6237f250360afc033df35fc6250149b715d5b8df Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 28 Apr 2026 15:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=B3=E9=94=AE=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowsTerminal/install.reg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 WindowsTerminal/install.reg diff --git a/WindowsTerminal/install.reg b/WindowsTerminal/install.reg new file mode 100644 index 0000000..482e501 --- /dev/null +++ b/WindowsTerminal/install.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\Directory\Background\shell\wt] +@="Windows Terminal Here" + +[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] +@="D:\\program\\terminal-1.23.13503.0\\wt.exe" \ No newline at end of file