Powershell scripts won’t run or import because running scripts is disabled
In the event that you are unable to run power shell script’s, it’s quite a simple fix actually. The error Powershell scripts won’t run or import because running scripts is disabled is because the execution policy within PowerShell is preventing it from running.
From and then Powershell simply execute the following:
Set-ExecutionPolicy RemoteSigned and select yes. Now you should be able to run or import your script s.