Powershell error when running scripts – scripts disabled

powershell

Last updated on March 30th, 2023 at 06:07 pm

Read Time:26 Second

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]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.