After Windows 10 22H2 December 12, 2023—KB5033372 update, in the Settings app, Privacy and Phone no longer launch.
This occurs on all our systems.
Windows 10 Education
22H2
Build: 19045.3636
Tried:
chkdsk
SFC scan
DISM CheckHealth
DISM ScanHealth
DISM RestoreHealth (from Downloads and locally sourced)
Clean boot
Safe Mode
PowerShell to reinstall app
Other software removed systematically
Drivers - rolled back to defaults
Ran:
Get-AppxPackage windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
and
$Manifest = (Get-AppxPackage *ImmersiveControlPanel*).InstallLocation + '\appxmanifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $Manifest
Safe Mode:
They failed to launch, however, was able to glean more information after attempting the launches. An error message presented itself with the following info:
SystemSettings.exe - System Error
The system detected an overrun of a stack-based buffer in this application. The overrun could potentially allow a malicious user to gain control of this application.
Event Viewer and CBS didn't supply any illuminating data.
Of course, one can work around the issue by a repair install using the ISO BUT that breaks lots of other stuff on the system: i.e. Desktop layouts, some settings resetting, Control Panel resorting to default, etc, Now, for one machine no big deal but for hundreds? That is a big deal.
So, anyone experiencing this problem? Are there known fixes for the issue? Suggestions?
Thanks,
Admin
Computer / Networking Operations, Maintenance and Support