Fix: .ps1 cannot be loaded because the execution of scripts is disabled on this system

preview_player
Показать описание
To fix .ps1 cannot be loaded because the execution of scripts is disabled on this system you need to follow these steps:

1) Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy.

2) Enable running unsigned scripts by entering:
set-executionpolicy unrestricted

This will allow running unsigned scripts that you write on your local computer and signed scripts from Internet.

Follow me & Request Tutorials @
Рекомендации по теме
Комментарии
Автор

Fantastic thank you so much FINALLY solved my problem after hours of fruitless searching

stevejones
Автор

Thank you very much i have seen many other videos but this actually worked keep it up bro

nirmeetgandhi
Автор

thanks much . really ... thanks a lot
u saved my life. i was searching for stackoverflow and every where from yesterday . but this one saved me . special thanks

damodaranm