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.
Please try the steps below and see which of those works on your PC.
- 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.
- 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.
- Perform a system restore. On your keyboard, press the Windows key + R then type rstrui then press enter > select Next > Select the restore point/Date that you want to use on your computer click > Next > click Finish.
If the reply is helpful, please Upvote and Accept it as an answer.