Hi RAHUL JAIN2.
I'm David, and I'm happy to help you.
Try the procedures below. If you've already done one, skip to the next one.
Reset the Settings app:
- Press "Windows + X" and select "Windows PowerShell (Admin)";
- Type or paste the following command and press Enter:
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
If it persists, use the system file checker to repair possible corrupted or missing system files.
- Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
- Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
- Restart the PC.
If it persists, re-register the Settings app:
- Press "Windows + X" and select "Windows PowerShell (Admin)";
- Type or paste the following command and press Enter:
Get-AppXPackage -Name Windows.Immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Restart the PC.
I hope this helps. Feel free to ask back any questions.