Hi Henry, thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.
I understand the issue you have, there is nothing to worry I am here to help, this issue occurs when there is a system file issue or there is an application that triggers the issue, if you currently installed any apps that may cause the problem, kindly try to uninstall it and recheck it, if the issue persists, kindly follow the steps below:
Method 1. Repair Built-in apps such as the Start menu and icons:
On Powershell(admin), copy and paste the command below:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Then hit Enter, once the process is done, restart the PC and check.
Method 2. Run system file checker.
On Powershell(admin), copy, paste, and enter each command below:
sfc /scannow
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Once done restart the PC and check.
Note: If the issue persists, we will run a system repair.
Let me know how it goes and I hope that helps.
Bernard