Hello. From your screenshots it’s clear this isn’t random duplication but a scheduled MSI reconfiguration run. At the same second, the same apps get “reconfigured”: Office Click-to-Run, Intel drivers, Visual C++ runtimes, .NET, Dell SupportAssist, Update Health Tools, GameInput, all marked as “Successful application reconfiguration.”
That points to a scheduled task or service forcing Windows Installer to repair every MSI package. The usual suspects are Dell SupportAssist (and its Remediation/OS Recovery modules) or Microsoft’s Update Health Tools. The result is a flood of info events in Reliability Monitor, which drags the stability index down even though nothing is actually failing.
Please check two things:
- In Task Scheduler > Task Scheduler Library, do you see Dell SupportAssist or “OS Recovery / Remediation” tasks firing around the same time the Reliability Monitor entries appear?
- In Event Viewer > Windows Logs > Application, filter for Event ID 1035 (MsiInstaller). Do those events show the same parent process, for example
SupportAssistAgent.exeorsedsvc.exe(Update Health Tools)?