📜  设置执行策略 powershell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:39.087000             🧑  作者: Mango

代码示例6
Select Start > All Programs > Windows PowerShell version > Windows PowerShell.
Type Set-ExecutionPolicy RemoteSigned to set the policy to RemoteSigned.
Type Set-ExecutionPolicy Unrestricted to set the policy to Unrestricted.
Type Get-ExecutionPolicy to verify the current settings for the execution policy.