添加右键设置powershell注册表命令

This commit is contained in:
2026-07-07 14:18:36 +08:00
parent d4366550bb
commit 72a254d088
+8
View File
@@ -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'"