为什么有 50% 的时间会弹出执行策略变更提示?

为什么有 50% 的时间会弹出执行策略变更提示?
Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic at
https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"):

在我运行 ps1 脚本时,大约有一半的时间会弹出上述提示。有时我只需关闭 Powershell 窗口,再次运行脚本,它就会顺利通过。其他时候我会再次收到提示。

这种情况在 Windows 10 的各个版本(Insider、LTSC、Home)中一直存在,包括全新安装,现在又出现在 11 中。

我确保Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned在运行任何脚本之前运行。

这是否只是微软的又一个漏洞?

相关内容