前言 上一篇博文,我介绍了一下powershell和cmd的对比.通过学习,我发现powershell的确比cmd更加power,也更加适应现在的使用场景. 那么本文将继续介绍一个powershell的另一个特性,执行策略. execution policy描述 首先我们看看官网是怎么描述execution policy的: PowerShell's execution policy is a safety feature that controls the conditions under w…