10073 is very stable imho...but I soon realized Start menu isn't working in my account...fortunately this command when executed via powershell in admin mode fixes the problem.
You will not see any output. It will be quick. Restart machine after this command.
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + ?\appxmetadata\appxbundlemanifest.xml?)}
You will not see any output. It will be quick. Restart machine after this command.