參考引用
https://www.cnblogs.com/shanyou/archive/2011/09/03/2165371.html
問題說明
執(zhí)行PowerShell腳本時(shí)提示
無(wú)法加載文件 D:\Workshop\Powershell\Sprinkler\src\Scripts\SPRINKLE.ps1,因?yàn)樵诖讼到y(tǒng)-中禁止執(zhí)行腳本邮绿。
+ D:\XXX\XX.ps1 <<<<
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
解決辦法
- 以管理員身份打開PowerShell
- 輸入Set-ExecutionPolicy RemoteSigned烛谊,執(zhí)行策略更改
執(zhí)行策略可以防止您執(zhí)行不信任的腳本。更改執(zhí)行策略可能會(huì)使您面臨 about_Execution_Policies
幫助主題中所述的安全風(fēng)險(xiǎn)嗜浮。是否要更改執(zhí)行策略?
[Y] 是(Y) [N] 否(N) [S] 掛起(S) [?] 幫助 (默認(rèn)值為“Y”): y
PS C:\Windows\system32>