I couldn't run script because it somehow still yet blocked me from running it when using command Set-ExecutionPolicy RemoteSigned.
Only helped when I did steps to turn it into unrestricted type.
Select Start > All Programs > Windows PowerShell version > Windows PowerShell (run as administrator).
Type Set-ExecutionPolicy RemoteSigned to set the policy to RemoteSigned.
Type Set-ExecutionPolicy Unrestricted to set the policy to Unrestricted.
Type Get-ExecutionPolicy to verify the current settings for the execution policy.
I couldn't run script because it somehow still yet blocked me from running it when using command Set-ExecutionPolicy RemoteSigned. Only helped when I did steps to turn it into unrestricted type. Select Start > All Programs > Windows PowerShell version > Windows PowerShell (run as administrator).