Hi Glenn Mason,
The error code 0xc000012f usually indicates a corrupted or incompatible system file, often related to Windows updates or application dependencies. To resolve this, I recommend running the System File Checker (sfc /scannow) and the DISM tool (DISM /Online /Cleanup-Image /RestoreHealth) from an elevated Command Prompt to repair any damaged files. Additionally, ensure your system is fully updated through Windows Update, as patches often address these issues.
Regarding the SecurityHealthSSO message that appears at startup, this is tied to the Windows Security app and its sign-on process. If it continues to pop up, you can disable the SecurityHealth entry in Task Scheduler or check for pending updates to the Windows Security platform. In some cases, reinstalling or resetting the Windows Security app through PowerShell (Get-AppxPackage Microsoft.SecHealthUI | Reset-AppxPackage) can eliminate the recurring prompt.
If this guidance helps resolve your concern, please click “Accept Answer” to mark it as resolved so others can benefit as well 😊.
Jason.