HI
0.Could you please list each error event ID?
Initial Troubleshoot DCOM Errors 10000, 10001, 10002, 10003 and 10004
https://learn.microsoft.com/en-us/archive/blogs/whereismysolution/initial-troubleshoot-dcom-errors-10000-10001-10002-10003-and-10004
1.Can we run below command in command prompt(open as admin) then check if it can find and solve system file issue?
sfc scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
2.If we do clean boot for current issue computer, will the same issue happen in clean boot mode?
How to perform a clean boot in Windows
https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd
3.If above steps can't help you, I would suggest you to check default DCOM permissions on your issue PC.
How to reset the default DCOM permissions
a.Click Start and select Run, type dcomcnfg, and press Enter.
b.Expand Componet Services\Computers, right-click My Computer and select Properties.
c.In the Default Distributed COM Communication Properties section of Default Properties tab, make sure that:
Default Authentication Level is set to Connect
Default Impersonation Level is set to Identify
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.