Fix SystemSettings.exe Crash When Using Windows 10 Settings
Steps to Fix SystemSettings.exe while using Windows 10 Settings,SystemSettings.exe Crashes when navigating the Windows 10 settings after updating Windows 10.
DISCLAIMER: Disable antivirus or Windows Security controlled folder access AT YOUR OWN RISK. Disabling it is my personal choice and I will not be held personally responsible for any threats or harm to your system.
Keep in mind that if you disable it, your device may be vulnerable to threats and make sure to enable it after the issue is resolved.
Step 1) Run these commands:
sfc /scannow
DISM.exe /Online /Cleanup-image /Restorehealth
Step 2) Re register Windows 10 Settings using PowerShell command
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Step 3) Perform Cleanboot
Step 4) Disable Antivirus- DISCLAIMER: Disable antivirus or Windows Security controlled folder access AT YOUR OWN RISK. Disabling it is my personal choice and I will not be held personally responsible for any threats or harm to your system.
Keep in mind that if you disable it, your device may be vulnerable to threats and make sure to enable it after the issue is resolved.
Step 5) Update Windows 10 using update assistant
Step 6) Use Media creation tool