使用Powershell运行脚本报错的处理方法

最近在一台办公电脑上运行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

 

 

posted @ 2024-11-29 17:39  zhg1016  阅读(29)  评论(0编辑  收藏  举报