Windows 10 Start Menu Critical Error
You could resolve it by following these steps :
Press Win+R
Type
Powershell
and ensure you have checked "create this task with administrator privileges"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
Once Powershell gets completed reboot your machine