横槊临江

New give up !

导航

随笔分类 -  Powershell

PowerShell: 如何解决File **.ps1 cannot be loaded because the execution of scripts is disabled on this sy
摘要:PowerShell 默认不允许执行*.ps1脚本文件。运行ps1文件会得到下面的错误:File C:\Temp\Test.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get- help about_signing" for more details.At line:1 char:19+ c:\Temp\Test.ps1 Set-ExecutionPolicy RemoteSigned Execution Policy Change 阅读全文

posted @ 2013-07-04 22:14 jian60521 阅读(542) 评论(0) 推荐(0)