Tuesday 11 October 2022

How to Solve the error saying scripts cannot be loaded because running scripts is disabled on this system ?

 You might be encountering an error when you are trying to run some scripts in terminal of windows .

heres how you can solve the error , follow the steps below

1) open the windows power shell by administrator rights 

2) copy and paste the below command in the terminal

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

3)click enter after entering pasting the above command 

4) later when it asks enter the letter 'y' from the keyboard and hit enter

5) check running your scripts now and this should help





0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home