Llámanos al ó

Session Windowsupdatetracelog Failed To Start With The Following Error 0xc0000035 «DELUXE»

Open an elevated Command Prompt. Press Win + X , then select "Terminal (Admin)" or "Command Prompt (Admin)."

logman stop "WindowsUpdateTraceLog" -ets The -ets flag tells logman to talk directly to the Event Tracing subsystem. Open an elevated Command Prompt

ETW is a high-performance logging mechanism built into the operating system. It allows services like Windows Update to log diagnostic data without slowing down the system. Open an elevated Command Prompt

logman query You will see a list of Data Collector Sets. Look for any entry named WindowsUpdateTraceLog . It may appear under "Sessions." Open an elevated Command Prompt

Query existing trace sessions to confirm the collision. Type the following command:

logman delete "WindowsUpdateTraceLog" -ets Restart the Windows Update service.