Method 2: Windows 10 start button stuck

I have had this issue occur again in Windows 10, I am trying my original solution as I type this but there is another possible solution I found here

 

Method 2
Go to Start menu button and right click on it. This will open the contextual menu, after which you need to select Command Prompt (Admin). Once Command Prompt is open, go ahead with the following steps.

  1. Type and enter: Powershell
  2. Type the following: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Seeing so many codes on the screen might seem overwhelming, but fret not, the Start menu will become functional again.

If my first method does not work, I will try this.

Similar Posts