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
浙公网安备 33010602011771号