Windows 10 Missing Apps/Windows Start Menu Missing Apps

If your window 10 start menu loses all its APPS and/or the apps go missing from the start menu run the below commands:

Load windows power shell on the machine and run the command below:

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