When I click on the start menu or use the Windows key, the start menu will open momentarily then close or crash. I checked the event viewer and found the following messages repeated.
Faulting application name: StartMenuExperienceHost.exe, version: 10.0.26100.7019, time stamp: 0xa6258ab3
Faulting module name: ntdll.dll, version: 10.0.26100.7019, time stamp: 0x9c8f8241
Exception code: 0xc000071f
I tried doing the following with no luck:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | reset-AppxPackage
Get-AppxPackage Microsoft.Windows.StartMenuExperienceHost | reset-AppxPackage
The issue persisted after doing a full reinstall as well.
Any ideas what the fix is for this?
I running Windows 11 Pro 25H2 (OS Build 26200.7171)