国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
PowerShell: 如何解決File **.ps1 cannot be loaded because the execution of scripts is disabled on this sy

PowerShell: 如何解決File **.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get- help about_sig" for more de

PowerShell 默認(rèn)不允許執(zhí)行*.ps1腳本文件。運(yùn)行ps1文件會(huì)得到下面的錯(cuò)誤:

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 <<<<

 

可以通過(guò)Get-ExecutionPolicy,來(lái)取得當(dāng)前策略。

用Set-ExecutionPolicy設(shè)置當(dāng)前策略。

 

下面的命令可以解決上面的錯(cuò)誤

PS C:\Windows\system32> Set-ExecutionPolicy RemoteSigned  <按回車>

Execution Policy Change

The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose 

you to the security risks described in the about_Execution_Policies help topic. Do you want to change the execution

policy?

[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"):<按Y>

 

 在PowerShell中的執(zhí)行

 

 

Policy的有效參數(shù):

-- Restricted:  不載入任何配置文件,不運(yùn)行任何腳本。 "Restricted" 是默認(rèn)的。

-- AllSigned: 只有被Trusted publisher簽名的腳本或者配置文件才能使用,包括你自己再本地寫(xiě)的腳本

-- RemoteSigned:  對(duì)于從Internet上下載的腳本或者配置文件,只有被Trusted publisher簽名的才能使用。

-- Unrestricted: 可以載入所有配置文件,可以運(yùn)行所有腳本文件. 如果你運(yùn)行一個(gè)從internet下載并且沒(méi)有簽名的腳本,在運(yùn)行之前,你會(huì)被提示需要一定的權(quán)限。

-- Bypass: 所有東西都可以使用,并且沒(méi)有提示和警告.

-- Undefined: 刪除當(dāng)前scope被賦予的Execution Policy.  但是Group Policy scope的Execution Policy不會(huì)被刪除.

分類: PowerShell
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
PowerShell入門(mén)(十):使用配置文件
如何讓PS可以在計(jì)劃任務(wù)中自動(dòng)執(zhí)行
解決python venv虛擬環(huán)境 Scripts\Activate.ps1,因?yàn)樵诖讼到y(tǒng)上禁止運(yùn)行腳本的問(wèn)題
Hyper-V Server 2012快速上手之創(chuàng)建腳本運(yùn)行環(huán)境
Pycharm無(wú)法加載文件 xx\Scripts\Activate.ps1,因?yàn)樵诖讼到y(tǒng)上禁止運(yùn)行腳本
【PS神技能:4步打造純風(fēng)景!】將相機(jī)設(shè)置每10秒一拍,拍15張左右。用PS的“文件(Flie)>腳本(Scripts)>數(shù)值(Statistics)”的“中間值(median)”打開(kāi)這些照片,接下來(lái)
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服