In Windows 11/10 Event Viewer, you can find error code 0xC0000035, which indicates Kernel Event Tracing.
Error 0xC0000035 is related to the detection of an identical domain security identifier (SID) and this occurs when processes are not running. These can be processes such as PerfDiag Logger, NetCfgTrace, Microsoft.Windows.Remediation and Sensorframework.
In this guide, we will look at ways to resolve error 0xC0000035 in Windows 11/10.
1. Change the Autologg registry setting
- Press Win+Rand type regedit and follow the path below
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\EventLog-System\{b675ec37-bdb6-4648-bc92-f3fdc74d3ca2}
- On the right, double-click Enabled
- Set value to 0
- Next double click on EnableProperly
- Set value to 0
- Restart your PC
2. Uninstall third-party antivirus
If you are using a third-party antivirus like Kaspersky , then uninstall it completely to check whether error 0xC0000035 with the PerfDiag Logger, NetCfgTrace, Microsoft.Windows.Remediation or Sensorframework event is resolved.
3. Restore system files
Damaged system files in Windows 11/10 may be the cause of error code 0xC0000035. To automatically restore system integrity, run Command Prompt as an administrator and enter the spinning wheel commands below:
- sfc /scannow
- DISM /Online /Cleanup-Image /CheckHealth
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
4. Outdated Intel network drivers
Error 0xC0000035 was noticed in Intel owners with outdated WiFi network drivers, where MurocApi.dll and MurocLog.log can be found in the Event Viewer . In this case, you need to download through the official Intel Driver & Support Assistant web utility and update all Intel drivers, in particular WiFi and Ethernet network drivers.
If the web utility displays a scanning error following the link, download it and install it.
5. Reset the network in Windows 11/10
Reset network settings that may be causing error 0xC0000035 inWindows 11/10 Event Viewer with PerfDiag Event Logger , NetCfgTrace , Microsoft.Windows.Remediation and Sensorframework . To do this, run the command line as an administrator and enter the commands in order:
- ipconfig /all
- ipconfig /flushdns
- ipconfig /release /all
Restart your PC and see if the error is resolved. If not, then try changing the DNS server in Windows 11 or 10 .