running scripts is disabled powershell code example
Example 1: powershell enable scripts
Set-ExecutionPolicy unrestricted
Example 2: cannot be loaded because running scripts is disabled on this system
Set-ExecutionPolicy -ExecutionPolicy Unrestricted