1、以管理员方式运行powershell。

2、使用命令更改计算机的执行策略 PS C:\Users\Administrator> set-ExecutionPolicy RemoteSigned

3、查看执行策略 get-ExecutionPolicy

4、重新执行需要执行的命令