You are on page 1of 1

Execution

Enable execution of PowerShell scripts:

PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser


Unblock PowerShell scripts and modules within this directory:

PS> ls -Recurse *.ps*1 | Unblock-File

Usage
Scripts can be run individually, pick what you need.

Install all available updates for your system.


Edit the scripts to fit your need.
Run the scripts you want to apply from a PowerShell with administrator privileges
(Explorer Files > Open Windows PowerShell > Open Windows PowerShell as
administrator)
PS > Restart-Computer
Run disable-windows-defender.ps1 one more time if you ran it in step 3
PS > Restart-Computer

You might also like