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 the Start Menu button.
Whatever specific issue you’re having with the Windows 10 Start Menu, we’ll go over some quick and not so quick fixes in this tutorial.
Issues addressed in this tutorial:
start menu automatically close when i click
start menu closes immediately
start menu closes when typing
start menu keeps opening and closing
start menu does not close after opening app
start menu opens then closes
windows start menu closes automatically
windows 10 start menu not closing automatically
start menu opening by itself windows 10
windows 10 start menu closes after a few seconds
windows 10 start menu closes when typing
i cannot click on the start menu windows 10
click on start menu and nothing happens
Despite being integral to the operating system’s user interface (UI), the Windows 10 Start Menu can often be found not working for a variety of reasons, with very few of them being in any way serious. Most of the time, it’s due to a simple bug that can be fixed with a quick reboot of the PC. Sometimes, it doesn’t even require you to turn off the computer at all.