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.
- Mark ConroyOct 15, 2018Copper Contributor
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.
- Mark ConroyOct 15, 2018Copper Contributor
Ok, managed to 'hack around' this to some extent until Microsoft actually fix the core issue.
I built a Start Menu layout file (LayoutModification.xml) which I am then applying using the 'Local Group Policy' setting for 'Start Menu'
User Configuration > Administrative Templates > Start Menu and Taskbar > 'Start Layout'
I enabled the setting and specified my LayoutModification.xml file and then restarted.
At each restart this start layout file now gets applied and subsequently the start menu gets sets to the layout I specified.
Attached is a copy of my LayoutModification.xml file
If you do not know how to build these manually then you can export your own from a configured start menu, however, you will need to be able to edit the start menu first so run the below in an elevated PowerShell session:
1. Right-click 'Start' > Windows PowerShell (Admin)
2. Run the following command
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once the command is run you can then go into 'Settings' and apply the Start options you require. You can also then organise the layout of the start menu (pin apps etc.) as required. Make sure to not log off or restart or you will lose this!
Once you have the layout set that you require do the following:
1. Right-click 'Start' > Windows PowerShell (Admin)
2. Run the following command
Export-StartLayout -Path C:\LayoutModification.xml
3. Navigate to your exported LayoutModification.xml and copy / move it into an easily accessible folder (I used 'C:\System\StartMenu\LayoutModification.xml')
4. Right-click 'Start' > Run
5. Enter: gpedit.msc
6. In the Local Group Policy editor navigate to
User Configuration > Administrative Templates > Start Menu and Taskbar
7. Edit the 'Start Layout' policy setting
8. Set it to 'Enabled' and enter the path to your exported layout file
9. Apply the changes
Now when you restart the server the layout file should be applied every time and should no longer reset back to the generic layout.
NOTE: The 'Start' settings that you choose will be reset (curse you Microsoft!) but the actual layout of the pinned apps will stay as defined in the file. I guess we can control the other aspects, such as Apps List visibility, via other policy settings in the local GPO so will continue to look into those.
- Mark ConroyOct 15, 2018Copper Contributor
Hi Cooper,
A few extra local policy settings you can edit under 'User Configuration > Administrative Templates > Start Menu and Taskbar'
- Remove All Programs list from the Start menu : Set to 'Collapsed'
- Remove "Recently added" list from Start menu : Enabled
Sadly it looks like editing the 'Choose which folders to appear on Start' requires a fair bit of registry editing so probably not worth it at the moment.
Hope this helps : )
- Cooper BeutelOct 17, 2018Copper Contributor
Okay, so I resorted to plan B; install WS2019 core inside a Windows 10 Hyper-V host and use the Windows 10 machine as the GUI for WS2019 through RSAT, etc. however it would seem that Windows Deployment Server doesn't work in the core edition.
Back to square one. As much as I like the new features in WS2019, WS2016 has far less bugs and will be serving as my main server OS until MS sorts out WS2019.
- Chris McKennaOct 30, 2018Copper Contributor
Same - domain joined 2019 server. Even tried resetting the permissions/owner on the profile folder.
No luck :\
- InVerterApr 01, 2019Copper Contributor
If you add any file to the "c:\ProgramData\Microsoft\Windows\Start Menu" folder (or in user profile Start Menu folder), it will cause the start menu to be updated. But this is a bug.
- Mary HoffmanApr 01, 2019Microsoft
It is my understanding that a fix is coming and should be out this month. I will update you with the KB # once it is live. Thanks for your patience.
- Mary HoffmanApr 02, 2019Microsoft
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