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/
 

Nice find Sonny.
I found a similar command here:
http://windowsforum.com/threads/how...-open-on-windows-10-technical-preview.206926/
I wonder if that would have helped too?
 

I found a similar command here:
http://windowsforum.com/threads/how...-open-on-windows-10-technical-preview.206926/
I wonder if that would have helped too?

I am sure it would be worth trying. It seems that there are a few different commands for fixing the start button. What works for one may not work for somebody else.
 

Back
Top