CMD报错“禁止运行脚本”的解决

症状:

xxx : 无法加载文件
X:\xx\xx.ps1,因为在此系统上禁止运行脚本。
有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1

解决:

  1. 以管理员身份运行PowerShell
  2. 执行set-ExecutionPolicy RemoteSigned
  3. 键入Y或者A,同意
  4. 执行get-executionpolicy查看是否更改成功,为RemoteSigned表示成功
    如图
openwrt-luci界面无法访问