Skip to content

PowerShell 脚本

允许脚本执行

TIP

windows上默认是不允许执行脚本的,需要手动开启。

powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned