Windows 10 Start Menu Critical Error

I upgraded my 8.1 laptop to windows 10. I was able to use my laptop for three weeks with no problem. However, when I open my windows 10 laptop while ago and press win logo in keyboard. This message display in my screen. "Critical error start menu. We'll fix it next time you sign in." So, I sign out for 3x but same message display in my screen whenever I press start menu. How would I fix it?


Solution 1:

You could resolve it by following these steps :

  1. Press Win+R

  2. Type Powershell and ensure you have checked "create this task with administrator privileges"

  3. Type the following code:

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

    The above command will reinstall start menu

  4. Once Powershell gets completed reboot your machine