Windows Powershell Tutorial - Change Execution Policy

preview_player
Показать описание
This video shows how you can easily change the Execution Policy in Windows Powershell to be able to run scripts on your machine.

Steps:
1. Open Windows Powershell in Administrator Mode.
2. Run the following command: Set-ExecutionPolicy RemoteSigned
3. Accept all by writing "a" and press the Enter key.
4. Check whether the Execution Policy has changed by running: Get-ExecutionPolicy

Check out the following links for more details:
Рекомендации по теме
Комментарии
Автор

This video shows how you can easily change the Execution Policy in Windows Powershell to be able to run scripts on your machine.

Steps:
1. Open Windows Powershell in Administrator Mode.
2. Run the following command: Set-ExecutionPolicy RemoteSigned
3. Accept all by writing "a" and press the Enter key.
4. Check whether the Execution Policy has changed by running: Get-ExecutionPolicy

Check out the following links for more details:

thewizardstudios