So, I installed Windows 10 the first week it was offered- it was flawless & operated flawlessly since; up until a couple of days ago when i noticed the response time getting a bit longer when clicking the menu icon to the left of the search box. today- it doesn't respond at all; I camn right click & get to programs and such that way but nothing left clicking the icon (which is now white) any thoughts ??
Is your issue related to long delay of the Start Menu respond time?
Which icon is color white?
If Start Menu not responding to mouse clicks then execute below commands one at a time and for each command inputted press Enter key from Command Prompt that is opened as administrator.
Wsreset.exe <-- The Windows Store may open after the cache has been cleared with the command.
bitsadmin /reset /allusers Del /s /q %tmp%\*.* PowerShell <---
Press Enter key and execute below
PowerShell command.
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} Above command tells Windows to install those default apps again. Give it some time and allow it to finish, even if nothing appears to happen at first. Even if you see an error message, restart and examine your Start Menu.
Edited by FreeBooter, 24 May 2016 - 07:45 PM.