I have an HP desktop computer running windows 10 which has stopped showing the start menu after automatic updates were installed.
When clicking on the windows logo, or tapping the windows key on the keyboard nothing happens. The corner menus also don't show when I drag the mouse pointer to the edges of the screen.
I'm using a local user account, this PC has no microsoft accounts.
I have tried a few solutions, with no success:
- dism (
DISM.exe /Online /Cleanup-image /Scanhealth ; DISM.exe /Online /Cleanup-image /Restorehealth) - reports no issues - sfc (
sfc /scannow) - reports no issues - deleted
c:\users\<user>\AppData\Local\TileDataLayerand rebooted - re-register apps (
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}) - stalls forever. Actually, running justGet-AppXPackagein powershell does nothing, just hangs, ctrl+c can't kill it. - create a new local user and login as it. the first login gets stuck forever at "we're preparing the stuff for you".
- boot in safe mode, login, and restart
- disabled firewall and antivirus
None of the methods have worked so far. I have also found that launching the settings application via explorer -> computer -> settings will cause explorer to lock up.
I'm really trying to avoid reinstalling windows without at least figuring out what has happened, since this may happen again.
