This repository is a collection of scripts to help you gain back your privacy and performance back.
THOSE SCRIPTS AREN'T FOR NEWBIES. EXPERTS ONLY.
There is no undo, I recommend only using these scripts on a fresh installation (including Windows Updates). Test everything after running them before doing anything else. Also there is no guarantee that everything will work after future updates since I cannot predict what Microsoft will do next.
Just clone the repository and extract it. Or download it from the releases tab.
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
- Install all available updates for your system.
- Edit the scripts to fit your need.
- Run the scripts in an Admin PowerShell except for
postRun.ps1
(ExplorerFiles > Open Windows PowerShell > Open Windows PowerShell as administrator
) PS > Restart-Computer
- Run
disable-windows-defender.ps1
one more time. PS > Restart-Computer
- Boot your PC to a Win PE environment. eg: https://www.hirensbootcd.org/
- Open
This PC
and note the driver letter of your Windows installation and another disk for backups(can be same as Windows drive) - Open the
postRun.ps1
with a text editor and change thesystemDisk
andbackupDisk
according to your drives.
All scripts are provided as is and you use them at your own risk.
I would be happy to extend the collection of scripts. Just open an issue or send me a pull request.