Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

valid for Windows 11 23H2 ? #50

Closed kiquenet closed 5 months ago

kiquenet commented 5 months ago

Windows 11 debloat for v11. 23H2 Quick Start Guide for step-by-step instructions on running your first optimization ?

Raphire commented 5 months ago

Heya,

The script has been tested with W11 23H2, and will work just fine :)

As for a quickstart guide, the script is pretty straight forward, but i'll walk you through the important stuff.

All features are listed in the README.

Instructions for how to run the script can be found here.

Once you run the script it will first show a menu where you can either choose to run the script with the default settings, or pick and choose yourself with the custom mode. This is shown below: image

If you choose default mode it'll show you the changes that will be made like so: image

And in custom mode you'll go through the options one by one like this: image

After that the script will apply the changes one by one, and the script will restart the windows explorer process to apply the changes. This means the desktop will flicker for a second as things are restarted.

And done!

I hope this clears things up :)

P.S. All apps that are selected by default can easily be reinstalled via the Microsoft store. All other changes can be reverted via the registry files provided with the script, although most changes can also be reverted in the Windows settings.

2feath3rs commented 5 months ago

Can it disable windows updates?

Raphire commented 5 months ago

@2feath3rs No, this script doesn't have an option for that. I wouldn't advise disabling updates either.

Raphire commented 5 months ago

Closed due to inactivity