Benjamin-Loison / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
0 stars 0 forks source link

Why need to change `Get-ExecutionPolicy` `Restricted`? #8

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

With PowerShell, you must ensure Get-ExecutionPolicy is not Restricted. We suggest using Bypass to bypass the policy to get things installed or AllSigned for quite a bit more security.

Source: https://chocolatey.org/install

+2