📎 AI Summary:
The thread discusses solutions for fixing issues with the Windows 10 start menu and Cortana not functioning properly. The original poster, Sonny, shares a PowerShell command that resolved the problems and credits a website for the solution. Subsequent contributor kemical mentions a similar command found elsewhere, pondering its effectiveness, while Sonny agrees it’s worth trying, noting that different fixes may work for different users. Overall, the discussion centers on troubleshooting start menu issues, with a positive and collaborative tone.

Sonny

Fantastic Member
Joined
Nov 17, 2009
Messages
1,386
Thread Author #1
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/