国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PowerShell > 正文

PowerShell因為在此系統中禁止執行腳本的解決方法

2020-10-29 20:56:08
字體:
來源:轉載
供稿:網友

在Powershell直接腳本時會出現:

無法加載文件 ******.ps1,因為在此系統中禁止執行腳本。有關詳細信息,請參閱 "get-help about_signing"。
所在位置 行:1 字符: 17
+ E:/Test/test.ps1 <<<<
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException

ps1的內容:

在powershell中執行 set-ExecutionPolicy RemoteSigned

下圖可以看到原來是無法運行對的,執行了上面的命令后就可以了,如下圖

查看“get-help about_signing”:

主題
about_signing

簡短說明
說明如何對腳本進行簽名以使其符合 Windows PowerShell 執行策略。

詳細說明
Restricted 執行策略不允許任何腳本運行。
AllSigned 和 RemoteSigned 執行策略可防止 Windows PowerShell 運行沒有數字簽名的腳本。

本主題說明如何運行所選未簽名腳本(即使在執行策略為 RemoteSigned 的情況下),還說明如何對
腳本進行簽名以便您自己使用。

有關 Windows PowerShell 執行策略的詳細信息,請參閱 about_Execution_Policy。

允許運行簽名腳本
-------------------------------
首次在計算機上啟動 Windows PowerShell 時,現用執行策略很可能是 Restricted(默認設置)。

Restricted 策略不允許任何腳本運行。

若要了解計算機上的現用執行策略,請鍵入:

get-executionpolicy

若要在本地計算機上運行您編寫的未簽名腳本和來自其他用戶的簽名腳本,請使用以下命令將計算機上的
執行策略更改為 RemoteSigned:

set-executionpolicy remotesigned

有關詳細信息,請參閱 Set-ExecutionPolicy。

執行“set-ExecutionPolicy RemoteSigned ”:

執行策略更改
執行策略可以防止您執行不信任的腳本。更改執行策略可能會使您面臨 about_Execution_Policies
幫助主題中所述的安全風險。是否要更改執行策略?
[Y] 是(Y) [N] 否(N) [S] 掛起(S) [?] 幫助 (默認值為“Y”): y

Run a CMD batch file

To run a batch script from the CMD shell, save the file as plain ASCII text with the file extension .CMD, then from the command line, enter the name of the script and press return.

C:/Batch> Demo.cmd

To run a batch file from within another batch file, use the CALL command, otherwise the first script will exit without performing any further commands.

It is also possible to run batch scripts with the old (Windows 95 style) .BAT extension, but be aware that these will set ERRORLEVEL differently.

Run a Powershell script
To run a PowerShell script from the CMD shell:

復制代碼 代碼如下:

C:/> powershell -file "c:/batch/demo.ps1"

Run a VBScript file

To run a VBScript from the CMD shell:

復制代碼 代碼如下:

C:/> cscript c:/batch/demo.vbs

“The method of the enterprising is to plan with audacity and execute with vigor” ~ John Christian Bovee

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 横山县| 巴楚县| 澄迈县| 永兴县| 怀安县| 霍邱县| 孙吴县| 刚察县| 丹东市| 洛浦县| 萍乡市| 昌江| 上思县| 晋中市| 称多县| 渭源县| 韶山市| 梅州市| 六安市| 新泰市| 田阳县| 遵化市| 平罗县| 葵青区| 嘉定区| 韶关市| 丹棱县| 五指山市| 沐川县| 洞口县| 昌邑市| 九江县| 万源市| 当雄县| 弥渡县| 临高县| 厦门市| 堆龙德庆县| 揭东县| 常熟市| 台北市|