Open a Powershell terminal with administrative privilages and run the following command to allow the currently logged in user to run unsigned scripts:set-executionpolicy unrestrictedWhen you have finished you should set the execution policy back to signed:set-executionpolicy signed
0 comments:
Post a Comment