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]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

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