How To Reset Taskbar !new! -

Get-AppXPackage -AllUsers | Where-Object $_.Name -like "*ShellExperienceHost*" | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Then restart Explorer. These methods work for Windows 10 and Windows 11. For persistent problems, try running sfc /scannow or DISM /Online /Cleanup-Image /RestoreHealth in Command Prompt (admin).

Then run this command:

Get-AppXPackage -AllUsers | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Then restart Explorer: how to reset taskbar