1 分钟阅读
Powershell 脚本执行错误解决方案
在Powershell中运行脚本出错,提示如下
- Windows - Cannot be loaded because running scripts is disabled on this system
使用管理员权限启动PowerShell,并解除禁止运行脚本
set-executionpolicy remotesigned
互动
1 分钟阅读
在Powershell中运行脚本出错,提示如下
使用管理员权限启动PowerShell,并解除禁止运行脚本
set-executionpolicy remotesigned
暂无留言,来做第一个吧。