📌  相关文章
📜  powershell 允许执行 - Shell-Bash 代码示例

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

代码示例1
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.