Forum Discussion
Start menu layout cannot be changed
- Apr 02, 2019
https://support.microsoft.com/help/4490481 - the KB doesn't specifically mention this bug, but the fix is included in this update. You can download from here: Microsoft Catalog
I managed to hide the all apps list via a registry change, but now the button to open the all apps list is completely missing. Something tells me WS2019 wasn't ready to be released... The documents and pictures buttons are also useless and fail to open explorer.
Certainly looks that way!
I did manage to get the Start working again temporarily by resetting the Windows Store apps etc. by running the script below in an elevated PowerShell session
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once the above is run you can then change the Start menu personalisation options as per normal through Settings and the changes apply, however, as soon as you log out and back in again it once again resets everything.
I have gone through 101 other steps including a full 'sfc /scannow' and 'dism /online' repair and yet the same issue occurs non-stop.
As soon as I restore the VM back to before it was promoted to to a domain controller it all works fine again, till I once again promote it and log back in with a domain account.