PowerShell Enable unsigned Scripts

Run PowerShell as Administrator and enter:

set-executionpolicy remotesigned

This will allow running unsigned scripts.