Windows 11. After clean reinstall of windows 11, system settings doesnt open anymore.

Troubleshooting System Settings Access Issues After a Windows 11 Reinstallation

Experiencing difficulties with Windows 11’s System Settings not opening after a clean reinstall can be a frustrating ordeal. This guide aims to familiarize users with common causes and effective solutions for resolving this issue based on real-world user experiences and technical insights.


Background and Context

A user recently faced a complex scenario: after an unsuccessful Windows 11 update, which impeded system bootability and prevented uninstallation or system restore, they performed a clean reinstall of the operating system. While this approach temporarily resolved boot issues, it introduced a new problem—the inability to open System Settings.

Key details from the issue include:

  • Post-reinstallation, System Settings do not launch.
  • Event Viewer logs reveal an error related to the DCOM (Distributed Component Object Model) server for the immersive control panel.
  • Specific error code encountered: 2147942852.

Understanding the Underlying Cause

The error message points toward a problem with the “Immersive Control Panel” component, which is integral to Windows 11’s Settings app. When the system attempts to invoke this component, it fails, likely due to corruption, misconfiguration, or permissions issues introduced during the reinstall process or remnants from failed updates.

Event Viewer Snippet:

Unable to start a DCOM Server:
windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
Error: 2147942852
Occurred while starting command:
C:\Windows\ImmersiveControlPanel\SystemSettings.exe -ServerName:microsoft.windows.immersivecontrolpanel


Potential Solutions

Here are a series of steps to troubleshoot and likely resolve the issue:

1. Run the System File Checker (SFC) and Deployment Image Servicing and Management (DISM)

Corrupted system files can prevent core components from functioning correctly. Running these tools helps repair them.

  • Open Command Prompt as Administrator
  • Execute the following commands:

bash
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Allow the process to complete, then restart your system.

2. Reset the Windows Store and Reset System Settings

Problems with Windows Store cached data can affect

Share this content:

Leave a Reply

Your email address will not be published. Required fields are marked *