Windows Event Viewer Errors To Ignore

less than 1 minute read

Description:

You shouldn’t ever ignore errors, but there are some that will show up a lot that may be false alarms:

Examples:

  1. Errors regarding “Service Control Manager” => This means service failed to start. This is common when you were just in Safe Mode. If in regular Windows, check and see what caused the service not to start. Look at dependencies in services.msc.

  2. Errors regarding “Time Service”: Run => cmd w32tm /resync see if that works. These can be signs of networking issues since Windows has to ping the time server to get an updated time every so often.

  3. Errors like “Session Circular Kernel Context Logger” failed to start with the following error: 0xC0000035″: This error is safe to ignore, if you really want to get rid of it, try renaming this file: %windir%panthersetup.etl to setup.old and reboot.

Comments