Solved: Start Menu not working (100% working fix)

Опубликовано: 17 Сентябрь 2020
на канале: Kapil Arya Microsoft MVP
3,821
13

If you can't open Start Menu using Start button and your Start Menu not working in Windows 10, this video will help you to fix.

Code to fix the Start Menu problem:

Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}