Menü schliessen
Created: June 29th 2017
Last updated: May 8th 2020
Categories: Windows 10
Author: Marcus Fleuti

[SOLVED] Windows 10 Start Menu is not responding - 5 ways to repair a non-working Startmenu

Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

5 Ways to repair a non-working Windows 10 Start Menu

The OP is from here: http://www.urtech.ca/2015/05/solved-windows-10-start-menu-and-modern-apps-do-not-function/
We copied some of the guidelines and optimized them to our needs. Also we copied this in order to conserve it online.


1: Delete Corrupted AppLocker Files

The I found the fix:

  1. Press the Windows-Button on your keyboard together with the button R => The "run" dialog appears:
  2. Type command
    ren %windir%\System32\AppLocker\Plugin*.* *.bak
    
  3. Do NOT simply click on OK. Instead execute the command by pressing CTRL+Shift+ENTER. This will run the command with administrator privileges.
  4. Restart Windows
  5. Check if the Windows startmenu works again. If not try the next step...

2: Start APPLICATION IDENTITY Service

Another fix for the The Start Menu Does Not Work problem is:

  1. Press the Windows-Button on your keyboard together with the button R => The "run" dialog appears:
  2. type
    SERVICES.MSC
  3. Do NOT simply click on OK. Instead execute the command by pressing CTRL+Shift+ENTER. This will run the command with administrator privileges.
  4. Right-click on the APPLICATION IDENTITY (DE: Anmeldeinformationsverwaltung) service and select START
  5. Check if the Windows startmenu works again. If not try the next step...

3: Use DISM Command

UPDATED: August 19, 2015: A third fix I have used successfully is:

  1. Create a new user and log into it
  2. Press the Windows-Button on your keyboard together with the button R => The "run" dialog appears:
  3. Type
    dism /online /cleanup-image /restorehealth
  4. Do NOT simply click on OK. Instead execute the command by pressing CTRL+Shift+ENTER. This will run the command with administrator privileges.
  5. Restart the PC
  6. Check if the Windows startmenu works again. If not try the next step...

4: PowerShell Command to Reregister Packages

A forth fix I found came directly from Microsoft Partner support:

  1. Press the Windows-Button on your keyboard together with the button R => The "run" dialog appears:
  2. Type the following into the run dialog
    powershell
  3. Do NOT simply click on OK. Instead execute the command by pressing CTRL+Shift+ENTER. This will run the command with administrator privileges.
  4. Now paste the following command and hit ENTER:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  5. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
  6. Check if the Windows startmenu works again. If not try the next step...

5: Replace the “TileDataLayer” Database - Added Sept 24, 2015:

If none of these fix the Start Button, you can try our advanced solution to the Windows 10 Start Button not working, which has solved the issue for me twice already this month and you can read about it here.  
If you have had enough, you can just give up and REFRESH you machine.

  1. Press the Windows-Button on your keyboard together with the button R => The "run" dialog appears:
  2. Type  the following into the run dialog:
    reagentc /enable /boottore
  3. Do NOT simply click on OK. Instead execute the command by pressing CTRL+Shift+ENTER. This will run the command with administrator privileges.
  4. Restart your computer => It should boot into the Windows Recovery Environment (RE)
  5. Select TROUBLESHOOT from the recovery menu
  6. Select REFRESH YOUR PC
  7. Attention!!! The refresh will NOT delete your data BUT it will delete all your settings and applications. After refreshing your computer YOU WILL NEED TO RE-INSTALL YOUR APPLICATIONS and reconfigure your system. Please we ware of this before you continue! This will reinstall Windows 10 but it will keep all of your files (Documents, Pictures…) but it will kill all of the programs that have been installed.  Everything that is dead will be in C:\WINDOWS.OLD so you can fish out anything that is missing, but you will have to reinstall your programs, like Microsoft Office.