Hello Imperius
Thank you for contacting Microsoft community support. I can understand your concern and I am here to assist you and resolve this issue.
To fix the Settings app not working properly in Windows 11 version 24H2, try resetting the app, running system scans, or performing an in-place upgrade.
These Solutions you can try to resolve this your issue:
- Reset the Settings App:
Right-click on the Start Menu and select Apps & Features or use the search bar to find Settings.
Locate the Settings app in the list, click on it, and select Advanced options.
Click the Reset button to reset the app
- Run System File Checker (SFC) Scan:
Open Windows Terminal (Admin) by right-clicking the Start button and selecting it.
Type sfc /scannow and press Enter. This command will scan for and repair any corrupted system files
- Perform DISM Scan:
In the same Windows Terminal, execute the following commands one at a time, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
After these scans, restart your computer
- Re-register the Settings App:
Open PowerShell as Administrator (search for PowerShell, right-click, and select "Run as Administrator").
Use the following command to re-register the Settings app:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Once done, restart your PC
- In-place Upgrade:
If the above methods do not resolve the issue, consider performing an In-place upgrade. This method reinstalls Windows without removing your personal files or applications.
Download the Windows 11 ISO from the official Microsoft website.
Run the ISO and select the option to keep personal files and apps during the installation process. Make sure to disconnect from the internet to avoid issues during setup.
Additionally, you can do
- Check for Windows Updates: If you can access other settings or control panel options, check if there are any pending updates that may fix known issues.
- Safe Mode: If necessary, reboot your computer into Safe Mode to see if the Settings app works properly there. This can help you determine if third-party applications are causing the issue
- System Restore: If the problem persists, consider using System Restore to revert your computer to a previous state when the Settings app worked correctly
Using these above methods will help you troubleshoot and potentially resolve the problems you're experiencing with the Settings app on Windows 11 24H2. If any other issue you have you can contact me. I am here to help you. Have a great day.
Best Regards
Roop_green
Microsoft community support specialist