Start Menu

Windows 10 Start Menu grayed out and unresponsive

Windows 10 Start Menu grayed out and unresponsive

If you've upgraded to Windows 10 and are having problems with the Start Menu, then in today's post, we show you what to do to attempt to resolve the issue if your Windows 10 Start menu grayed out and unresponsive after an update.

Windows 10 Start Menu grayed out or unresponsive

Below is an image showing exactly how a Windows 10 Start menu is grayed out.

If you're experiencing this issue, try any of these recommended solutions in no particular order:

  1. Run the Windows Store App Troubleshooter
  2. Run the Start Menu Troubleshooter
  3. Re-register the Windows Store
  4. Update the Graphics Card Driver
  5. Run the SFC/DISM scan.

Now, let's take a detailed look at these possible solutions.

1] Run the Windows Store App Troubleshooter

Running the Windows Store App troubleshooter can help fix this issue in some cases. So it's suggested you try it and see if that helps.

2] Run the Start Menu Troubleshooter

The Start Menu troubleshooter is another one that might come in handy for fixing grayed out Start menu.

Once you have downloaded the tool, do the following:

3] Re-register the Windows Store

Corrupted installed Windows Store files can cause the issue of grayed out Start menu. Consequently, re-registering the Windows Store app might resolve the issue. Here's how:

Launch PowerShell in admin mode.

In the PowerShell window, copy and paste the command below and hit Enter:

'Get-AppXPackage | Foreach Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”'

Restart your device.

After re-registering Windows Store, you'll need to reset the Windows Store's cache.

To do that, press Windows key + R.

In the Run dialog box, type the command below and hit Enter:

wsreset.exe

The Windows Store app might then update and fix the grayed out Start menu issue.

Also, you can run the command below in PowerShell elevated mode, then restart your computer and see if that helps.

Get-appxpackage -all shellexperience -packagetype bundle |% add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)

4] Update the Graphics Card Driver

Try updating GPU drivers. This issue is known to have been caused by NVIDIA drivers before so if you have one of those, update NVIDIA drivers. Here's how:

Once the driver installation is complete, restart the PC and see if the issue is resolved.

5] Run the SFC/DISM scan

Performing the SFC/DISM scan operation can help resolve this issue. The procedure simply replaces corrupt/damaged system files with fresh healthy copies - it also can rebuild the installed Windows 10 system image.

For the purposes of ease and convenience, you can run the scan using the procedure below.

Open Notepad - copy and paste the command below into the text editor.

@echo off date /t & time /t echo Dism /Online /Cleanup-Image /StartComponentCleanup Dism /Online /Cleanup-Image /StartComponentCleanup echo… date /t & time /t echo Dism /Online /Cleanup-Image /RestoreHealth Dism /Online /Cleanup-Image /RestoreHealth echo… date /t & time /t echo SFC /scannow SFC /scannow date /t & time /t pause

Save the file with a name and append the .bat file extension - eg; SFC_DISM_scan.bat.

Repeatedly run the batch file with admin privilege (right-click the saved file and select Run as Administrator from the context menu) until it reports no errors - at which point you can now restart your PC and see if the grayed out Start menu issue has been resolved.

That's it, folks - All the best!

Open Source Ports of Commercial Game Engines
Free, open source and cross-platform game engine recreations can be used to play old as well as some of the fairly recent game titles. This article wi...
Cele mai bune jocuri de linie de comandă pentru Linux
Linia de comandă nu este doar cel mai mare aliat al tău când folosești Linux - poate fi și sursa de divertisment, deoarece poți să o folosești pentru ...
Best Gamepad Mapping Apps for Linux
If you like to play games on Linux with a gamepad instead of a typical keyboard and mouse input system, there are some useful apps for you. Many PC ga...