- May 7, 2013
- 10,400
Hmm, not completely sure why the Start Menu has broken, the error code being thrown is just a generic internal application error. However, since the Start Menu is technically like a store app now, I wonder if the following will work:
Please open a command prompt window and then enter the following command:
Please open a command prompt window and then enter the following command:
Rich (BB code):
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ShellExperienceHost*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"