My start menu is gone.

Fatih_1

Honorable
Jan 11, 2016
73
0
10,630
2n5113.png
the pic says all, how can i get them back? p.s. sfc /scannow is already done




 
Windows Key + R -> should open a box -> type in CMD -> type in "powershell" and than type in the following (or copy and paste)

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

This worked for me at the time.
 


thanks! half of my start menu is returned. but now, i have

http://i63.tinypic.com/2uomlb9.png

how can i get other half? tiles, etc..? p.s i got some errors when i apply your command