Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Making the Windows 10 Start Menu Work Again
  2.  
  3. There can be multiple reasons for the broken Start Menu and as usual, one solution cannot fit everywhere. Still, you should definitely give the following a try and who knows, the Start Menu starts working again, saving you from a full reset or reinstalling Windows 10 again.
  4.  
  5. Do backup any data you’ve saved in the Modern Apps as all of them will be re-installed. Desktop software and apps won’t be affected though.
  6. Open Windows PowerShell as Administrator
  7. Right click Start button
  8. Choose Command prompt (Admin)
  9. Key in Powershell in the black window and hit Enter
  10. Paste the following command in the Administrator: Windows PowerShell window and press Enter key:
  11. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  12. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement