Session Windowsupdatetracelog Failed To Start With The Following Error 0xc0000035 Info
Open Registry Editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger
Check for the presence of the WindowsUpdateTraceLog key.
Open an elevated Command Prompt and run: Check for the presence of the WindowsUpdateTraceLog key
logman query -ets
Look for any session named WindowsUpdateTraceLog. If present but not functioning, it may be a stale session.
If the error persists, we can manually target the log file itself. The file extension is .etl. Because these files can be hidden or system-protected, this requires a bit of navigation. Look for any session named WindowsUpdateTraceLog
WindowsUpdateTraceLog.WindowsUpdateTraceLog.etl, try to rename it to WindowsUpdateTraceLog.old.
logman stop <SessionName> -ets
or use:
wevtutil.exe stop <ChannelName>
(Replace / with the exact name displayed.)Boot into Safe Mode with Networking, then run:
logman stop "Windows Update Trace Log" -ets
Reboot normally.
Why does this collision happen? There are three primary culprits:
For administrators who prefer a GUI over command lines: Boot into Safe Mode with Networking