Some users including me who upgraded to Windows 10 are finding out that their start menu stopped working. I have checked a lot of forums and blog posts to solve the issue. But, I failed to find the right solution.
Finally, from a YouTube video I had the find the simple way to solve the issue Windows 10 start menu not working. Here we go.
1. Ctrl+Alt+Delete
2. Click Task Manager
3. Click on More Details
4. Click on File you see at the top of the Task Manager Bar
5. Click Run New Task
6. Put powershell and tick on create this task with administrator privileges
7. Click ok
8. Copy and Paste this command and Enter
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”
That’s it. It went through the whole process of rebuilding some of the app packages. You can see some commands in red color. Just ignore that and close the bar.
Now restart your computer and I’m sure that now the start is menu working. I believe this method works well if Windows 10 Start Menu Stopped Working on your device.