Session Windowsupdatetracelog Failed To Start With The Following Error 0xc0000035 __exclusive__ -

Troubleshooting: "session windowsupdatetracelog failed to start with the following error 0xc0000035"

This document explains what the error means, why it happens, and gives a clear, step-by-step plan to fix it. It’s written for Windows system administrators and power users who want a fast, practical resolution with optional diagnostics and prevention tips.

If you see "WindowsUpdateTraceLog" in the list, stop it by typing:logman stop "WindowsUpdateTraceLog" -ets. PowerShell: wevtutil

Registry check

$path = "HKLM:\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\WindowsUpdateTraceLog" if (Test-Path $path) Write-Host "AutoLogger exists" -ForegroundColor Yellow or logman query providers wevtutil el

7. Related Error Codes

| Error Code | Meaning | Typical Cause | |------------|---------|----------------| | 0xc0000034 | STATUS_OBJECT_NAME_NOT_FOUND | Missing AutoLogger registry key | | 0xc0000035 | STATUS_OBJECT_NAME_COLLISION | Duplicate session name | | 0xc0000022 | STATUS_ACCESS_DENIED | Insufficient permissions for ETW | Reboot after completion.

  • Look for entries containing "WindowsUpdateTraceLog", "WindowsUpdate", "WindowsUpdateClient", or similar.
  • If found, note the session name and PID. To stop a session (if owned by you/allowed):
    logman stop <SessionName> -ets
    
    or use:
    wevtutil.exe stop <ChannelName>
    
    (Replace / with the exact name displayed.)
  • If you want, I can:

    0
    您有什麼想法嗎?歡迎留言。x
    ()
    x