J
John Callisti
Guest
This is a reviving of this thread, into which I couldn't post a reply for some reason :
CONFIGURATION:
SCENARIO:
2. The "Settings" window briefly appears.
EXPECTED:The list of applications currently installed gets displayed eventually
OBSERVED (Faulty) : The window disappears almost immediately and nothing happens.
TROUBLESHOOTING:
Faulting application name: SystemSettings.exe, version: 10.0.17763.1, time stamp: 0x9d9d9332
Faulting module name: Windows.UI.Xaml.dll, version: 10.0.17763.168, time stamp: 0x4b439076
Exception code: 0xc000027b
Fault offset: 0x0000000000708ab2
Faulting process id: 0x2d8
Faulting application start time: 0x01d493169446e2bf
Faulting application path: C:\Windows\ImmersiveControlPanel\SystemSettings.exe
Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll
Report Id: 426010f9-5e67-47ee-a88d-36a3781100c4
Faulting package full name: windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: microsoft.windows.immersivecontrolpanel
ATTEMPTS TO RESOLVE:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
> Issue still identical
2. Tried to create a new Profileusing lusrmgr.msc
As described here : [FIX] Settings App Not Working In Windows 10
> Issue still identical
3. Tried to reset Windows entirely
Opened Windows menu, selected "Reset this PC", clicked on "Get started" and followed the steps. After reset, followed the wizard to create an account. Then immediately retried to open "Add or remove programs".
> Issue still identical
4. Tried to uninstall every app
> issue still identical even when the list of programs is entirely mpty.
QUESTION
Could Microsoft please debug the Immersive Control Panel to make it less crash-prone? There are several occurrences of its instability over the Internet.
More...
CONFIGURATION:
- Windows 10 Pro
- Brand new Dell computer (Dell XPS 15 7590)
- no programs installed apart from the ones provided by Dell.
- Same issue on both local admin profile and roaming company profile.
SCENARIO:
- Open the list of installed programs. There are two ways of doing it :
- Open the Windows settings by opening the Windows menu (or by pressing press Windows key + R) and select the app named "Settings". This is SystemSettings.exe under the hood. Then click on "Apps and features".
- Alternatively, still in the Windows menu, you can run "Add or remove programs" which leads to the same settings menu, just directly.
- Do not confuse this with the "old" programs list that can be opened through the Control Panel.
2. The "Settings" window briefly appears.
EXPECTED:The list of applications currently installed gets displayed eventually
OBSERVED (Faulty) : The window disappears almost immediately and nothing happens.
TROUBLESHOOTING:
- Open the Windows menu, type "event" and open the Even viewer.
- Expand "Windows logs" -> "Application"
- Observe that an error entry appeared in the journal when the crash of SystemSettings.exe occurred.
Faulting application name: SystemSettings.exe, version: 10.0.17763.1, time stamp: 0x9d9d9332
Faulting module name: Windows.UI.Xaml.dll, version: 10.0.17763.168, time stamp: 0x4b439076
Exception code: 0xc000027b
Fault offset: 0x0000000000708ab2
Faulting process id: 0x2d8
Faulting application start time: 0x01d493169446e2bf
Faulting application path: C:\Windows\ImmersiveControlPanel\SystemSettings.exe
Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll
Report Id: 426010f9-5e67-47ee-a88d-36a3781100c4
Faulting package full name: windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: microsoft.windows.immersivecontrolpanel
ATTEMPTS TO RESOLVE:
- Tried to re-register the settings app using Powershell :
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
> Issue still identical
2. Tried to create a new Profileusing lusrmgr.msc
As described here : [FIX] Settings App Not Working In Windows 10
> Issue still identical
3. Tried to reset Windows entirely
Opened Windows menu, selected "Reset this PC", clicked on "Get started" and followed the steps. After reset, followed the wizard to create an account. Then immediately retried to open "Add or remove programs".
> Issue still identical
4. Tried to uninstall every app
- Open the Control Panel (windows+R --> Control Panel)
- Click on "uninstall a program"
- uninstalled every app one by one and let the computer restart whenever requested
> issue still identical even when the list of programs is entirely mpty.
QUESTION
Could Microsoft please debug the Immersive Control Panel to make it less crash-prone? There are several occurrences of its instability over the Internet.
More...