July 4, 2025

USEFUL-IT

A blog for USEFUL-IT information

Windows 10 Technical Preview StartMenu and Search not working

Microsoft-Windows-10-Banner

Issue with windows 10 TechPreview Build 9926.
After installing the lastest KB’s today, the startMenu and the Search were not working anymore.

I fixed this by running the following command in Powershell(Admin)
Start powershell as Administrator

Paste the following command.

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

 
Reference : Microsoft Answers
http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_desktop/windows-10-cannot-open-start-menu-action-center/b8b56dd6-1d0b-4920-b883-78f1e6ca28b8

About The Author