Powershell启用运行脚本

代码示例

11
0

在此系统上禁用运行脚本

=>run powershell as administrator
=>run foll command
get-ExecutionPolicy
=>if restricted; run following command
set-ExecutionPolicy Unrestricted
=>and set to all
=>again check by foll. command
get-ExecutionPolicy
**it will get unrestricted and problem is solved**
9
0

无法加载,因为在此系统上禁用了运行脚本

Set-ExecutionPolicy -ExecutionPolicy Unrestricted
6
0

powershell启用脚本

Set-ExecutionPolicy unrestricted
2
0

加载,因为运行脚本在此s被禁用

PS C:\> Set-ExecutionPolicy RemoteSigned

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................