Quote:
Originally Posted by koboje
it seems that windows 11 default blocks powershell script. Run powershell as admin. Then, copy and paste the command below in powershell.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
Then, select yes.
|
Or right click on the .ps1 script file and check unblock under the General tab. I prefer this to a blanket allow.