答案1
注册表中的上下文菜单项配置错误。
以下.reg
文件应该可以修复它:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell]
@="Open PowerShell window Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command]
@="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%L'"
我建议在运行之前先使用regedit
并将上述内容与键中的内容进行比较。
HKEY_CLASSES_ROOT\Directory\shell\powershellmenu