I'm deploying an unaltered Win10, Enterprise 1709 WIM via SCCM Task Sequence that is configured to deprovision apps using Michael Niehaus's method and it turns off the installation of consumer apps via the registry setting:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v ^
DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f
as is discussed in many places including here
In the end, the apps are all removed (or never installed), but the start menu is still showing "broken" tiles for them:
I have not attempted to customize the Start Menu in any way. I just want it to be mostly empty as it is supposed to be when applying these settings.
Why might this be happening and how might I fix it?