Warning
This repo has not been updated since August 2021 and is likely very out of date.
Various tweaks and modifications to clean up Windows and improve performance without removing any default functionality (excluding Xbox and Cortana). I've tried to avoid making any aesthetic changes aside from changing to dark mode, it should still feel like normal Windows 11, just better. Use at your own risk, all functions are experimental.
- Go to UUP dump, this allows you to download the offical ISO directly from Microsoft servers
- Go to latest dev channel build and click on the newest version of Windows 11 (10.0.22000.100 at time of writing)
- Select your preferred language, click
Next
- Deselect all editions except
Windows Pro
, clickNext
- Select
Download and convert to ISO
, tick onlyInclude updates
, clickCreate download package
- Extract all files from the downloaded
.zip
, and run the.cmd
file to download the ISO - Use Rufus to make a bootable USB drive using the ISO, just use default settings
- Boot from the USB drive and install Windows as per normal
- Run Windows update, reboot, and repeat until there are no updates left
- Install the latest GPU drivers and any other drivers you need that are not automatically installed by Windows update
- Right click
CleanW11.ps1
and run it in Powershell - Reboot, enjoy Windows 11
Not recommended unless you really know what you're doing. Normal methods of disabling Windows Defender used for Windows 10 have proven ineffective, so this script simply deletes it from the OS. Use at your own risk - this is obviously not reversable.
- Place
DeleteWinDefender.sh
into the root of your Windows drive (ie.C:\
) - Boot from an external Linux OS (ie. Ubuntu on a USB drive)
- Navigate to your Windows drive
- Execute
DeleteWinDefender.sh
with elevated privilege (ie.sudo ./DeleteWinDefender.sh
) - Boot back into Windows