Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

UnpinStartMenuTiles not working in Windows 10 1909 #286

Closed KurtTheBerner closed 4 years ago

KurtTheBerner commented 4 years ago

The function UnpinStartMenuTiles does not work in Windows 10 1909, after executing it, the Start Menu remains unchanged.

Disassembler0 commented 4 years ago

Can't reproduce on freshly installed 1909 Pro (18363.535).

Did you restart or at lease log off / log on after application of the tweak?

Could you please try to reapply the tweak once more? There can be some rare race condition when Windows are refreshing the collection after some trigger (like application installation), which can cause the original collection to be written even though you've previously emptied it.

KurtTheBerner commented 4 years ago

I did restart. Now I tested it again and it worked correctly (after a restart)! OS: 1909 Pro 18363.418

Disassembler0 commented 4 years ago

Good to hear. The unpinning tweaks are still kinda hackish and experimental (more details in #8), so I'll chalk this one as accidental and close the ticket.