Windows 10 start menu not working
My company uses Windows 10 Enterprise and the following resolved the issue for me.
-
Run Powershell as an admin administrator.
-
Reinstall the Windows apps using the following command:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}