Hi, good day!
- When was the last time it worked properly?
- Have you made any changes to your computer recently?
Please let me know if you have tried the methods below.
- Restart Windows Explorer
Press Ctrl + Shift + Esc to open Task Manager.
Select the Processes tab.
Scroll down and select Windows Explorer, Right click then select Restart.
- Please try to run SFC and DISM to check for any system errors and corrupted files.
After that, restart your computer
- Re-register Settings app and built-in apps via PowerShell
Windows key+X then select Windows Terminal (Admin)
Copy and paste the commands below one at a time then press Enter. Please ignore the red errors and let the process complete.
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer
I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.