Windows 10 Start menu

tweaky123

Reputable
Jun 29, 2014
50
0
4,640
So I've upgraded to Win 10 from Win 7 yesterday, and today I've realised I can move/edit/delete some apps from the start menu. I had some Windows Store suggestions of game and all that stuff, so I decided to get rid of it. Now I kinda regret that. I am wondering if I can restore/reset the start menu?
 

Unkk

Distinguished
Apr 20, 2012
224
0
18,760
Check for updates for apps from Windows Store and install if you find any.

http://windows.microsoft.com/en-us/windows-10/check-for-updates-for-apps-and-games-from-windows-store#

1. Type CMD in Search. Right click it to run as an administrator.
2.Type the following 4 commands at the CMD prompt:

WSReset.exe.

dism /online /cleanup-image /restorehealth

sfc /scannow

powershell

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
1.Close the CMD window
2.Check to see if the issue is resolved. If not, restart the PC.
 

tweaky123

Reputable
Jun 29, 2014
50
0
4,640

I am new to Win 10, could you explain further.
I still haven't learned to use the Win 10 console, do I just type them all in at once or one by one?