You are on page 1of 1

In order for Powershell to run any of the scripts contained in this package you

need to Enable Un-Signed Scripts.


To do so copy number 1 below and paste into Powershell ran as an ADMINISTRATOR.
All scripts have to be ran from the same Powershell window with admin rights or
they will not work correctly.

1. To Enable Scripts copy below and run.


Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force;

To Disable Scripts copy below and run.


Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted -Force;

All powershell scripts will automattically disable the ability to run unsigned
scripts once complete.

You might also like