In truth, any user can see error 0xC0000035 in their Event Viewer. It means that the system was unable to start a particular service. There are quite a few of its varieties, including those related to the Circular Kernel Context Logger, Kernel EventTracing, STATUS_OBJECT_NAME_COLLISION and others. However, the most common mistake looks like this:
Failed to start session “Microsoft.Windows.Remediation” due to the following error: 0xC0000035!
Do I need to do something with error 0xC0000035?
In fact, you don’t need to do anything in most cases. As they say in one of the branches of technical support Microsoft, this is one of the common mistakes that usually does not need additional fixing. If the error does not lead to any real problems, you can simply ignore it or simply turn off the display of this code. It appears for the reason that the system simply did not have time to start some service or its call was made too early (before it had time to start). The usual Windows response to code like this is to try again and succeed next time.
If you are not satisfied with ignoring this error code, you can disable its appearance using the registry editor. Here’s how you can do it:
- Use the Win + R keys to launch the “Run” line.
- Enter the rededit command in an empty line and press Enter.
- Sequentially open Computer HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control WMI Autologger EventLog-System {b675ec37-bdb6-4648-bc92-f3fdc74d3ca2}.
- In the right workspace, double-click on EnableProperly and set the value for the parameter – Hexadecimal, instead of the standard Base. If there is an Enable parameter, we also set it to the same value.
- Set the Value parameter to 0.
If you cannot put up with this error, there are several ways you can try. Several people wrote that it worked for them.
What can be done?
Here’s everything someone has suggested and has been proven effective by other users:
- Disable IPv6. It looks like it’s not very stable on older versions of Windows. To do this, go to the “Network and Sharing Center”, select “Change adapter settings” and go to the properties of the connection that is actively used. Just uncheck “IP version 6”, save changes and exit.
- Restore associations. Poor installers can break system file associations, making Windows unable to start services. The easiest way is to download a reg-file from the Internet to restore the association for a specific version of Windows and run it.
- Update the loopback kernel context logger. The service creates snapshots of the system with a size of 100 MB and there may be problems in them. You need to insert in the Run line% windir% panther and find setup.etl, and then rename this file to setup.old. The system will automatically generate a new file and the error may disappear.
As a result, it can be noted that the error itself with the code 0xC0000035 is not something extravagant that needs to be corrected. It appears in almost all operating systems when Windows fails to start a service. Ultimately, the OS repeats the request and completes the task. If the error does not create any additional problems, it is better to ignore it. In other cases, you can try the several solutions described above.
If you know anything else, please let us know in the comments. Perhaps this will help other readers in their search for an answer or us in order to create the most useful material.