我正在使用带有Service Pack 1的Windows 7 Enterprise以及最近的Windows更新。 PowerShell也是v5.0。
最近我无法从PowerShell控制台访问任何exe文件ex:Notepad.exe或Calc.exe文件。
我也在下面执行了脚本
set-executionpolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
答案 0 :(得分:0)
好像你没有得到许可。尝试升级模式(Runas Administrator)
答案 1 :(得分:-1)
尝试以管理员身份运行控制台:)