This all started suddenly. I was playing FFXIV but then logged out for the night, went to the start menu to put the machine into sleep mode and the start menu would not open. I've had this issue before so I right-clicked on my taskbar, went to the Task Manager to restart Explorer. That didn't help. The icon on the start menu changed, the start menu still does not open, and now the taskbar (including the clock) is invisible. I know the taskbar is still there because all of the shortcuts still work and I can right click and interact with it.
After everything I have tried, I finally found that ShellExperienceHost.exe is suspended and not running. I have no idea that caused this.
Specs as follows:
Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631
System Model B650 GAMING X AX
Processor AMD Ryzen 5 7600X 6-Core Processor, 4701 Mhz, 6 Core(s), 12 Logical Processor(s)
Installed Physical Memory (RAM) 32.0 GB
Screen 1: AMD Radeon(TM) Graphics Driver Version 32.0.11024.2
Screen 2: NVIDIA GeForce RTX 4070 Driver Version 32.0.15.6603
What I have done so far to try to fix this:
1. Restarted explorer.exe - the first attempt hid my taskbar, doing into the taskbar settings have not helped because the settings do not show it as hidden.
2. Restarted my pc - no change
3. Updated windows and restarted my pc - no change
4. ran sfc via elevated cmd prompt - scan found no integrity violations
5. ran DISM via elevated cmd prompt - scan found no corruptions
6. Looked through multiple help articles, Found this apparently an issue with ShellExperienceHost.exe. Attempted to restore via elevated powershell with the following:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
**Powershell kicked back a massive error list that I can't copy and paste here because it is too long.