I have had this issue since I upgraded from Windows 8.1 to Windows 10 during the insider previews and even on the final RTM. I recently formatted my drive and installed Windows 10 from scratch but this issue still persists. This kind of issue was never a problem with Windows 8/8.1. All drivers, software and Windows update are up to date.
It's a very random issue, sometimes it may do it after gaming, other times it may to do it if I leave the PC idle (no power saving options enabled) and just turn the screen off. Days of perfect 24/7 use may go by before this issue happens again.
The default start menu becomes blank or mostly empty, sometimes if I right click on the tabs on the taskbar, text and even icons may be missing.
If I reboot it will fix it, or if run this command in PowerShell (admin mode) it fixes this issue immediately without any reboots or logging out. Sfc /scannow reports no issues at all and everything else runs flawlessly.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Here are two screenshots, before I run the command and after.
If I run a custom start menu like startisback, this will remain perfectly fine while the default one becomes corrupted.
Does anyone else have this issue?
It's a very random issue, sometimes it may do it after gaming, other times it may to do it if I leave the PC idle (no power saving options enabled) and just turn the screen off. Days of perfect 24/7 use may go by before this issue happens again.
The default start menu becomes blank or mostly empty, sometimes if I right click on the tabs on the taskbar, text and even icons may be missing.
If I reboot it will fix it, or if run this command in PowerShell (admin mode) it fixes this issue immediately without any reboots or logging out. Sfc /scannow reports no issues at all and everything else runs flawlessly.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Here are two screenshots, before I run the command and after.


If I run a custom start menu like startisback, this will remain perfectly fine while the default one becomes corrupted.
Does anyone else have this issue?
Last edited by a moderator: