Britec Tech Support Forum

Full Version: Critical error, Your start menu isn't working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Could you install classic shell to recover a start menu instead of going through data recovery britec? Or is that the only option?
(01-11-2016, 01:45 PM)Britec Wrote: [ -> ]To resolve these errors:

Critical Error
Start menu and Cortana aren’t working. We’ll try to fix it the next time you sign in.


Critical Error
Your start menu is damaged. We will try to fix it on start up.



Critical Error
Your Start Menu isn't working. We'll try to fix it the next time you sign in.


You can try this, open Powershell as administrator and re-register Start Menu in Windows 10 (if you can't do this at desktop, try it from safemode)



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

Thanks for this advice. I watched your video on YouTube as well - does the powershell command result in the existing users being deleted?
ViennaCalling please start a new thread, I will close this on.
Pages: 1 2