Good Day LauChi,
My name is Carlo, I'm an Independent Advisor and community member like you.
I am also using Windows 10 pc. Let us work together to sort this out.
Here's the steps you can try.
-Press Windows key + X
-Go to Settings
-Click Update and Security
-Click Troubleshooter then Additional troubleshooter.
-Look for Search and Indexing and run the troubleshooter.
Once done proceed with these steps.
-Press Windows key + X
-Click Windows Powershell Admin
-Copy and paste each of the command below and hit enter.
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Once done restart your computer and check.
If issue persists, try these steps.
https://docs.microsoft.com/en-us/troubleshoot/w....
I hope the information above helps. Please let me know how it goes.
Have a wonderful day ahead and stay safe.
Sincerely,
Carlo T.