Questions tagged [event-viewer]

Event Viewer - tool in Windows systems that allows users to inspect the event logs.

Event Viewer - tool in Windows systems that allows users to inspect the event logs.

353 questions
2
votes
0 answers

Log in Event Viewer while system is off

My PC were off for two days. After two days when I checked Event Viewer, I find some Logon logs in security section. What happened?
rick
  • 1,009
  • 2
  • 10
  • 28
2
votes
0 answers

Does "Faulting Application" in Windows Event Viewer correlate to segmentation fault in software?

A C++ application that we don't have the source code for is crashing. The crash is being reported in the Windows Event Viewer: More specifically, the report shows the following: Faulting application name: SEP.exe, version: 0.0.0.0, time stamp:…
Trevor Hickey
  • 36,288
  • 32
  • 162
  • 271
2
votes
0 answers

Remove one event from eventlog (or cast EventRecord to EventLogEntry)

My code sifts through events from a remote PC to test whether there are some 6008 (unexpected reboot) events. I'm using code like: EventLog log = new EventLog("System",remoteMachine); EventLogEntryCollection entries = log.Entries; var…
2
votes
1 answer

How to retrieve PID from windows event log?

I have a python code that uses WMI module of python to get windows event viewer logs. But I am unable to retrieve the PID of the process that generated the log. My code : wmi_obj = wmi.WMI('.') #Initialize WMI object and query. wmi_query = "SELECT *…
Umang Agrawal
  • 475
  • 1
  • 5
  • 15
2
votes
1 answer

How to read event viewer log in Windows XP in C#.net

I'm using the below XML Query to read system "Turn on event" from event viewer in last 24 hours. string query = "" + "" + "