最近在一台办公电脑上运行powershell脚本时报错如下:
系统上禁止运行脚本。有关详细信息,请参阅 https :/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。 所在位置 行:1 字符: 1 + .\CreateFolders.ps1 + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (:) [],PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
处理方法:以管理员身份运行powershell,然后命令行输入 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser