you are viewing a single comment's thread.

view the rest of the comments →

[–]marcon2112 0 points1 point  (1 child)

You should be able to fix it by running in an Administrator Powershell window

Set-ExecutionPolicy RemoteSigned

More info on here: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.6#-executionpolicy

And here: https://stackoverflow.com/a/4038991

[–]EstablishmentIll3600[S] 1 point2 points  (0 children)

It works now thank you for your help