Double-click on startmenu.diagcab and click Next. Follow the prompts and make any repairs that are discovered. The troubleshooter, like all Microsoft Troubleshooters, uses a database of known Start Menu issues and when found, makes the necessary repairs. 2: Re-register Windows 10 Start Menu. Resetting Windows Update Components will fix those corrupted Components and will help the Update installation quickly. To reset Windows Update Components, follow these steps: Run Command Prompt as Administrator. Stop BITS, Cryptographic, MSI Installer and Windows Update Services. To do this, type the following commands: Net stop wuauserv. Windows 10 Start Menu Corrupted - Tile Database Is Corrupt Published by Timothy Tibbetts on The Windows Start Menu is something we all use daily, and occasionally problems arise. Right click on the folder Database and click copy. Now browse to C: Users UserAccountExperiencingProblems AppData Local TileDataLayer. Rename the Database folder in that account to Database.old. Now paste the Database folder you copied from the other user account. The Tile repository is the database that stores your modern app settings, icons, references between the Name of the App and GUID etc. Anyone familiar with Exchange will be familiar with the EDB database and repairing corrupt edb files. I was very excited to see that it was in use here.
Start menu is a welcome back Feature on windows 10 which is a combination of windows 7 start menu and Windows 8 apps menu. This is now the main way to get things done in this new windows 10. With day to day updates windows 10 Start menu also receive new features and improvements. But Some times users notice After install windows update windows 10 Start menu that refuses to open when clicked, or that frequently disappears from your desktop. Microsoft has worked hard on Start Menu issues and they have now released a dedicated Start menu Troubleshooting Tool that helps to fix problems automatically.
If you are also struggling from Windows 10 start menu problems such as Start menu not working, not opening or freezes Run the Windows 10 start menu troubleshooter that scan your system and detect potential problems with your Start Menu. If they are found, the troubleshooter try to fix them or they will be displayed, and you can then opt to fix them manually.
Post Contents :-
- 2 Apply if start menu troubleshooter fails
Windows 10 start menu troubleshooter
The troubleshooter is a diagnostic cabinet file. You can visit Microsoft's support site and download the tool. Or you can directly down this from here.
- Right click on startmenu.diagcab and select Run As Administrator.
- If UAC prompts click on allow access yes.
- This will start the Troubleshooting Tool.
- The first screen displays basic information about it.
- Click on Advanced and make sure Apply Repairs Automatically check box is selected.
- Now click on next to Start Troubleshooting.
This will scan your system and detect potential problems with your Start Menu. If they are found, they will be displayed
- Required applications are not installed correctly: Indicates the app which needs your attention to re-register or reinstall.
- Permission issues with registry keys: Checks the registry keys for current user and correct its permission if required.
- Tile database is corrupt
- Application manifest data is corrupt
If no problems are found, you will receive a message Troubleshooting couldn't identify the problem.
Apply if start menu troubleshooter fails
Here Some Other solutions to apply if Windows 10 start menu troubleshooter fails to detect and fix the problem.
Install the latest Windows updates
- Press Windows + X select Settings,
- Click update & security then t windows update,
- Now click check for updates button.
- Let windows check and install latest updates (if available)
- Restart windows and check this may help to fix the issue.
Run DISM and Sfc utility
- Press Ctrl + shift + Esc on the keyboard to open task manager,
- Click on file, create new task
- Here type cmd,
- Checkmark on 'create this task with administrative privileges'
- Then ok to open the command prompt as administrator.
- Now run DISM RestoreHealth command, DISM /Online /Cleanup-image /Restorehealth
- Wait until 100% complete the scanning process, After that run sfc /scannow command.
- Restart windows after complete the scanning process check this helps to fix start menu problems.
Re-register start menu
Also, users report re-register start menu using the command below help to fix windows 10 start menu problems. here how to
Again open task manager using Ctrl + shift + Esc on the keyboard
Windows 10 Start Menu Tile Database Corrupt
- Click on file, create new task
- Here type PowerShell,
- Checkmark on 'create this task with administrative privileges'
- Then ok to open PowerShell as administrator.
Now copy paste below command and press enter key.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}
Tile Database Corrupt Fix
Restart windows after execute the command, and check Start menu problem resolved.
Windows 10 1903 Tile Database Corrupt
Did you found the Windows 10 Start menu troubleshooter helpful? Let us know on comments below.
Windows 10 Corrupt Tile Database Software
The database disk image is malformed
At line:1 char:1
+ Get-AppxPackage
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ) [Get-AppxPackage], Exception
+ FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand
After the latest update to Windows 10 I ended up with no start menu (StartMenuExperienceHost was crashing, probably due to a corrupt tile database) and all the options to fix it involved using Get-AppxPackage commands to reinstall the start menu and cortana packages. I couldn't do that because of the above error. Out of options, I took the only remaining available suggestion and did a full in-place reinstall/refresh. This fixed the start menu, but did not fix the Appx database. I still cannot run Appx Powershell commands and nothing connected to the Store works. Attempting to install an app from the store fails, and none of my store apps are present. How can I repair this database? I am very technical and am willing to do surgery on my user profile and system appx databases if anyone knows where those are stored.
Continue reading...