I am facing issue on it please check it and solve the problem

Copper Contributor
2 Replies
Try to re-register Start Menu using this PowerShell command:

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