How to disable execution of PowerShell scripts?

Configurare noua (How To)

Situatie

This is how you can disable execution of PowerShell scripts.

Solutie

Pasi de urmat

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

Disable running unsigned scripts by entering:

Set-ExecutionPolicy Restricted

Tip solutie

Permanent

Voteaza

(2 din 5 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?