Forum Discussion
waptaincaffles
Aug 23, 2021Copper Contributor
Windows 11 Task Bar Empty
Ok, so almost every time I boot up windows 11, my task bar shows, but only the tray icon arrow shows/works. The rest of the task bar doesn't load/appear. If I wait for maybe half hour and kill ex...
Jackized
Feb 24, 2022Copper Contributor
Ran this in PowerShell worked for me when nothing else did. Restart after or restart explorer.exe Change the two web quotes “ ” to normal quotes.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Leftstrat2Feb 24, 2022Copper Contributor
Jackized thank you very much. I will definitely try that out.