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

Spotify, Linkedin were not uninstalled (default mode) #69

Closed vanlil closed 3 months ago

vanlil commented 3 months ago

OS Source was: Win11_23H2_English_x64v2.iso (no updates installed), Win 11 Pro (without online account)

Spotify & LinkedIn App remained installed.

Thanks for the great tool

Raphire commented 3 months ago

Heya,

Could you check if they're actually installed (and found in the appslist)? It sounds like it's actually the issue explained here: #41. Some apps are not actually installed, and are just stubs in the start menu.

I haven't found a way yet to remove these individual app stubs from the start menu as they're not actually installed and the start menu file is a binary file that can't be (easily) edited.

Currently the only way for the script to remove them is to clear the start menu entirely, which is an option in the custom mode of the script.

Raphire commented 3 months ago

Closing issue as it's likely related to the issue discussed in #41.