From 72a254d088108ba984483d64325ad4a99a15c745 Mon Sep 17 00:00:00 2001 From: gavindiaz Date: Tue, 7 Jul 2026 14:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=B3=E9=94=AE=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEpowershell=E6=B3=A8=E5=86=8C=E8=A1=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 右键添加powershell.reg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 右键添加powershell.reg diff --git a/右键添加powershell.reg b/右键添加powershell.reg new file mode 100644 index 0000000..c50f558 --- /dev/null +++ b/右键添加powershell.reg @@ -0,0 +1,8 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellHere] +@="ڴ˴ PowerShell" +"Icon"="%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" + +[HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellHere\command] +@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%V'" \ No newline at end of file