Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoveApps doesn't remove apps from the pinned apps #181

Closed
lackovic opened this issue Jan 18, 2025 · 1 comment
Closed

RemoveApps doesn't remove apps from the pinned apps #181

lackovic opened this issue Jan 18, 2025 · 1 comment
Assignees

Comments

@lackovic
Copy link

lackovic commented Jan 18, 2025

Describe the bug

RemoveApps doesn't remove the removed apps from the pinned apps.

To Reproduce

Steps to reproduce the behavior:

  1. Run in an elevated shell .\Win11Debloat.ps1 -RemoveApps
  2. Wait for the script to complete

Expected behavior

All the apps listed in Appslist.txt without # in front them are removed and none of them appear in the pinned apps.

Actual behavior

The removed apps links remain in the pinned apps (e.g. Clipchamp.Clipchamp, LinkedInforWindows, Microsoft.XboxApp, etc.).

Additional context

Windows 11 freshly installed with all its latest updates:

> systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                       Microsoft Windows 11 Pro
OS Version:                    10.0.26100 N/A Build 26100
@lackovic lackovic changed the title The -RemoveApps argument doesn't remove most apps RemoveApps doesn't remove apps from the pinned apps Jan 18, 2025
@Raphire
Copy link
Owner

Raphire commented Jan 18, 2025

Heya,

It is sounds like you're running into the issue outlined here: #41

In short, these pinned apps are likely not actually installed, they're app stubs that will install the app once you click them.

Win11Debloat cannot remove individual pinned items from the start menu, because they're saved to a binary file. The only way to do it is fully replace the start menu binary (which Win11Debloat can do), or by removing apps entirely if they're actually installed.

@Raphire Raphire self-assigned this Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants