ps1 cannot be loaded because running scripts is disabled on this system.
run this command "Set-ExecutionPolicy RemoteSigned"
then showing this
To change the execution policy for the default (LocalMachine) scope, start Windows PowerShell with the "Run as administrator" option. To change the execution policy for the current user, run "Set-ExecutionPolicy -Scope CurrentUser"
So did you run PowerShell as admin?
I don't really understand if you are explaining what you did or the fix.
Try this:
Set-ExecutionPolicy Unrestricted