Hello, thank you for reaching out to Microsoft Q&A.
1
Restart the Windows Explorer process -
Open the Task Manager and locate the Windows Explorer process.
Right-click on it and select Restart.
This will refresh your taskbar.
2
Run the System File Checker Utility Scan.
Open the Command Prompt (Administrator) Window.
Run these commands one by one and click Enter for each command.
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Once completed, restart your computer.
3
Re-register Shell components.
Open PowerShell as administrator.
Run the command below and click Enter.
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
Once completed, restart your computer.
Let me know if you still need more help.