Hi, thanks for coming into the forums. I'm also a user like you and I'll be more than happy to help you to the best of my knowledge.
- Press on your keyboard the Ctrl + Shift + Esc key to open the task manager, find Windows Explorer under the Processes tab, right-click it then select restart.
- Run the SFC scan & update all pending updates for your Window, below is the link for the complete guide.
https://support.microsoft.com/windows/365e0031-36b1-6031-f804-8fd86e0ef4ca
- Press on your keyboard the Ctrl + Shift + Esc key to open task manager > click Run new task > type Powershell and hit Enter > right click on the PowerShell from the taskbar and select Run as Administrator. Copy and paste the command below:
Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
Hit Enter, once completed, run the command below.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your PC.
- If that still didn't work, reset your PC, click this link for the complete guide https://support.microsoft.com/windows/0ef73740-b927-549b-b7c9-e6f2b48d275e
If the reply is helpful, please Upvote and Accept it as an answer.