Frequently Asked Question
De-Bloat WIndows 10/11
Last Updated 8 days ago
Windows Debloat
Windows has become a monster of bloat and advertising with Microsoft constantly pushing things on users that they don't need, don't want and didn't ask for, and there's no sign of this slowing down. Where possible always use the LTS versions with volume licensing to avoid 'most' of this.
For everyone else, there's a script for that.
Launching the Script
First open powershell with administrator privileges.
Download the launched with
Invoke-WebRequest -Uri "https://support.gen.uk/files/debloat.ps1" -OutFile ".\debloat.ps1"
Enable scripts with
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Launch the script with
.\debloat.ps1
And then let it run and do it's magic.
The actual magic is thanks for the work of Andrew Taylor
https://github.com/andrew-s-taylor/public/tree/main/De-Bloat
and we owe him a great deal of thanks.