EDIT: This causes issues in build 1803 or newer , we will fix later
This project is made to improve and fix many issues in Windows 10(Bloatware;Telemetry;Privacy;DefaultApps)
so we can have a stable and simple system like windows 7 There is no undo
-
Edit the scripts to fit your need.(remember there is no Undo!)
-
Hit WindowsKey type PowerShell -> rightMouse button -> open as Administrator
-
go to scripts folder -> right mouse button -> properties -> copy the local path In Powershell type -> cd C:\Users\YOURNAME\Downloads\Win10-Purge-master\scripts
-
Execution Open PowerShell(inside the scripts folder) :
Set-ExecutionPolicy -Scope CurrentUser Unrestricted
ls -Recurse *.ps1 | Unblock-File
ls -Recurse *.psm1 | Unblock-File
-
Now you can run the scripts with
./
example:./defaultApps
(no backsticks) -
Enjoy! Share your improvements!
This is a rework project from https://github.com/W4RH4WK/Debloat-Windows-10/ Thank you!