how to fix constant crashes?

bearscomp 5 Reputation points
2024-01-20T22:37:19.59+00:00

My computer keeps crashing and the error message says "The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID AMD64 Windows.SecurityCenter.WscCloudBackupProvider and APPID Unavailable to the user Bears-Comp\dmitr SID (S-1-5-21-806824735-1617529218-3110551179-1001) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool." I am on an Asus Vivobook and use AMD64. This first started happening when i temporarily turned on "Performance mode" Please help it wont let me run anything but my broswer and peggle

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,988 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 6,760 Reputation points
    2024-01-24T09:12:38.1266667+00:00

    Hello It seems you are getting Event ID10016 issue.

    1. 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)
    2. 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)
    3. 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
    0 comments No comments