1

如何禁用安全警告:

Run only scripts that you trust
While scripts from the Internet can be useful, this script can potentially harm your computer
Do you want to run in POWERSHELL

我尝试将策略设置为不受限制。

操作系统是windows server 2003。

我试图执行的脚本在网络驱动器中。

4

1 回答 1

2

网络位置通常与 Internet 的其余部分位于同一不受信任的区域中。您可以将该位置添加到您的受信任站点,也可以Set-ExecutionPolicy使用提升的 PowerShell 更改执行策略。

于 2012-10-24T11:51:25.770 回答