ps1 cannot be loaded because running scripts is disabled on this system

后端 未结 9 827
执笔经年
执笔经年 2020-12-12 11:55

I try to run powershell script from c#.

First i set the ExecutionPolicy to Unrestricted and the script is running now from

9条回答
  •  无人及你
    2020-12-12 12:23

    Open powershell in administrative mode and run the following command

    Set-ExecutionPolicy RemoteSigned

提交回复
热议问题