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