Город МОСКОВСКИЙ
00:00:37

Windows Powershell Tutorial - Change Execution Policy

Аватар
Расчеты с плавающей точкой Excel
Просмотры:
48
Дата загрузки:
06.12.2023 02:38
Длительность:
00:00:37
Категория:
Обучение

Описание

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:
1. About Execution Policies - https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies
2. Set-ExecutionPolicy - https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy
3. Get-ExecutionPolicy - https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-executionpolicy

Рекомендуемые видео