Handy quick one to change script execution policy for PowerShell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
Now all scripts should work fine 🙂
by skufel | Aug 13, 2013 | Scripting, Windows | 0 comments
Handy quick one to change script execution policy for PowerShell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
Now all scripts should work fine 🙂