Bypass dumb powershell execution policy problems #138
Loading…
Reference in New Issue
No description provided.
Delete Branch "powershell-policy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For god knows what reason, PowerShell by default will not allow you to run scripts at all. Ever. But incredibly, you can also just trivially bypass this apparent security restriction by saying
-ExecutionPolicy Bypass
.PowerShell is high quality software.
Closes #118.
ahem
Closes #118
a5fb9f0505
to34127134d5