Estimated reading time: 1 minutes
If you are trying to run a Powershell script, you may find sometimes that you get this following error message:
Cannot be loaded because the execution of scripts is disabled on this system.
There is a very simple fix for this, all you have to do is ensure that you run your Powershell program as administrator to give it elevated rights and then run the command below:
set-executionpolicy remotesigned
Then re-run your Powershell script and you should find that it will now run correctly.
Click to rate this post!
[Total: 0 Average: 0]
Share this content: