Sonny

Fantastic Member
Joined
Nov 17, 2009
Messages
1,387
I noticed some had a problem in the past with the start menu not working. I just had that problem and came across something that worked. It even got my Cortana to work after not having it respond at all.
Just open up powershell and run as admin. Type in the command below:

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

Found the answer for me at this site.

https://www.techmesto.com/fix-start-menu-broken-windows-10-technical-preview/
 


Back
Top