Session Windowsupdatetracelog Failed To Start With The Following Error 0xc0000035 Repack Page
Corrupted system files can prevent update services from initializing correctly. In the same administrator Command Prompt, run: sfc /scannow
If the troubleshooting steps above do not resolve the issue, you may need to repack the Windows Update component. Repacking involves re-registering the Windows Update DLL files and resetting the Windows Update service. Corrupted system files can prevent update services from
. In plain English: Windows tried to start a logging session, but it found that a session with that exact name was already running or hadn't closed properly from a previous attempt. learn.microsoft.com When this error is associated with a "repack"
The error "" is a common, often benign, notification found within the Windows Event Viewer, frequently occurring on Windows 10 and 11 systems. When this error is associated with a "repack" (a modified, re-packaged version of Windows, often used for unauthorized activation or customization), it typically indicates that the Windows Update/Event Tracking subsystems have been altered or disabled to prevent activation checks or telemetry tracking. Run the following commands
If the error is caused by corrupted system files, the DISM and System File Checker (SFC) tools can fix it. Open . Run the following commands, pressing Enter after each: DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow Restart your computer. Summary of Solutions Registry Edit Disabling the conflicting log Set Enabled to in AutoLogger Component Reset Clearing Log/Cache files Rename SoftwareDistribution & Catroot2 SFC/DISM Repairing system files Run /RestoreHealth and /scannow
cd /d C:\Windows\System32 regsvr32.exe /u wuapi.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wucltux.dll
: Some users resolve the persistent trace log error by navigating to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\EventLog-System and setting the Enabled and EnableProperty values to 0 . Note: Always back up your registry before making changes.
