Hello It seems you are getting Event ID10016 issue.
- It is usually a permission issue. We could refer to the following link to add the permission. [FIX] DCOM Event 10016 Error in Windows 11/10 (kapilarya.com)
- According to the error message, it seems to be related to "Windows.SecurityCenter.WscCloudBackupProvide". We could try to remove it. a. We could open powershell command line and run "get-appxpackage >C:\package.txt". Get the related package name. b. Then run "remove-appxpackage -package xxxxxxxxx" (replace xxxx with actual package name)
- Event ID can be ignored. We could refer to the following link to ignore it. Event ID 10016 is logged in Windows - Windows Client | Microsoft Learn