Forum Discussion
FinneasHayes
Apr 24, 2026Iron Contributor
In Windows 10, clicking the Start menu does not respond
A few days ago, after a Windows 10 automatic update, the system became very sluggish, and the Start menu stopped responding to clicks. After uninstalling the update and rolling back to the previous v...
KapilArya
Apr 26, 2026MVP
Try to re-register Start Menu, see if that helps.
Execute this command in administrative Windows PowerShell:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}