Ryuuuga
New member
Please, if anyone could shed some light on this ^ I have the exact same problems. I've tried everything but nothing has worked thus far.
The below mentioned steps worked for me:
1. Right click on "This PC" and open properties.
2. Open "system security".
3. Go to "system protection" tab and click system restore.
4. Restore the system to one of the previous dates available. (Be patient as it will take some time, mine took more than 40 mins).
5. The system will restart automatically and hopefully start menu and cortana will be up again.
Go to Action Center, and activate Tablet Mode. Try if Start Menu works and come back to "normal mode".
If don't work: Open PowerShell as Admin and try this:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
and press enter