If the icons on the taskbar are messed up or you can’t change the settings for the taskbar then try the following
Open command prompt as Administrator and run the following
- sfc /scannow
- DISM.exe /Online /Cleanup-image /Scanhealth
- DISM.exe /Online /Cleanup-image /Restorehealth
- sfc /scannow
Open Powershell as an Administrator and run the following
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}COPY