Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: set powershell script execution policy to Bypasss
It didn't work anymore and I googled the error and I found out about PowerShell Execution Policies, which explicitly aren't a security thing apparently, so, yeah, let's not let ourselves be restricted by policy. For Bypass, it says > This execution policy is designed for configurations in which a > PowerShell script is built into a larger application or for > configurations in which PowerShell is the foundation for a program that > has its own security model. which seems appropriate!
- Loading branch information