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

Recalling saved options on next run does not remove pinned apps #57

Closed wired-bc closed 3 months ago

wired-bc commented 4 months ago

A custom selection of removals saves a file - but when the script picks that file up on the next run the option to remove pinned apps from start menu is not applied.

Raphire commented 4 months ago

Heya,

@wired-bc I am unfortunately unable to reproduce this issue myself, I do however have an idea what might be causing this.

Clearing the start menu relies on replacing the startmenu binary with one provided by the script. Could you check if in the Win11debloat script folder there's still a folder called Start with a start2.bin file inside?

Raphire commented 3 months ago

Heya,

@wired-bc I am unfortunately unable to reproduce this issue myself, I do however have an idea what might be causing this.

Clearing the start menu relies on replacing the startmenu binary with one provided by the script. Could you check if in the Win11debloat script folder there's still a folder called Start with a start2.bin file inside?

@wired-bc

Raphire commented 3 months ago

Closing issue due to lack of information to reproduce this issue. Feel free to open a new issue in the future if the issue persists.