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

Some features are possible under Windows 11 but not shown up when guided trough the options #36

Closed costesbas closed 7 months ago

costesbas commented 7 months ago

Thank you very much for your script. One of the most reliable once I found.

"Only show option for disabling context menu items for windows 10 users"

Those options are working also on Windows 11 (23H2) when we choose to revert back to the Windows 10 styled context menu.

Raphire commented 7 months ago

Heya,

This was somewhat intended. A lot more options were added to the script with the release of Windows 11, and with the new W11 context menu these options seemed a lot less relevant. Additionally I had personally stopped using them as the context menu options often reappeared after a Windows update. (Thanks Microsoft!)

I can definitely understand there's still a usecase for them though. So I have just pushed an update so these options once again show up for W11 users that selected the revert to Windows 10 context menu option. bd6de86

costesbas commented 7 months ago

Thank you very much