Answers for "execution policy"

0

execution policy

Get-ExecutionPolicy

# output: Restricted
Posted by: Guest on October-25-2021
0

execution policy

Set-ExecutionPolicy AllSigned
Posted by: Guest on October-25-2021
0

execution policy

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Posted by: Guest on October-25-2021

Browse Popular Code Answers by Language