Solved Start Menu Automatically Close When I Click It In Windows 11/10 [FIX]
Solved Start Menu Automatically Close When I Click It In Windows 11/10 [FIX] PowerShell Commands Used:$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “SystemApps“} sfc /scannow Sometimes the open Start Menu freezes up and is unresponsive, and other times it won’t open at all when you click … Read more