Questions tagged [event-viewer]

Windows Event Viewer is a utility that shows users logs of events generated by the Windows operating system, and applications/services running on Windows.

The Windows Event Viewer displays events that have been logged, along with each event's severity and several other useful details. Event Viewer runs through Microsoft Management Console. Custom views of events can be created, saved, and exported, allowing users to filter the event log to specific event types, specific applications, specific time ranges, etc.

https://en.wikipedia.org/wiki/Event_Viewer

251 questions
26
votes
7 answers

How to check the event log (if any) for network failure?

Suppose, when you leave your computer running while it's connected to internet and after a while if your WiFi modem freezes in the middle, then there would be a "Limited or No Network connectivity" message indicated by a yellow warning sign on the…
cpx
  • 1,425
25
votes
4 answers

Display all power related events (turn-on/-off/sleep/hibernate/...)?

Imagine your computer is doing strange things regarding turning on, off, sleeping, hibernating, restart, being on in the morning when you set it to sleep in the evening before and similar things. I assume these "events" are somewhere in the Event…
janpio
  • 2,856
22
votes
4 answers

Why did my Windows 10 restart?

I did run my overnight computations and when I came to my computer, it is restarted :-( I would like to find reason why, if it was due to my computation process crashing or some system update. I have tried to look into the Event Log Viewer, Windows…
Tomas
  • 8,080
18
votes
6 answers

How to clear all Windows event log categories fast

Under Windows 7 you open the Event Viewer to browse several categories. You can also clear a single category by clicking Clear Log... on the right pane. Assuming I want to clear ALL categories, am I supposed to click and clear them one by one? There…
nixda
  • 27,634
17
votes
4 answers

How can I use Event Viewer to confirm login times filtered by User?

I'm required to log my start and finish times at work. Occasionally I forget to do this and had a bright idea that checking the Security events log would allow me to retrospectively ascertain my times. Unfortunately, the logs are much bigger than I…
immutabl
  • 1,846
  • 6
  • 23
  • 33
17
votes
1 answer

IIS 10 - Cannot read \\?\ configuration file

Everything worked correctly on my IIS, but I installed Windows Fall Creators Update and everything stopped working. I get an 503 - Service Unavailable error on every app and page inside my AppPool I visit. I've checked the Windows event viewer and…
Unapedra
  • 347
16
votes
1 answer

How to get rid of "server did not register with DCOM" errors in the log?

I have constantly firing the following error in EventViewer: The server {784E29F4-5EBE-4279-9948-1E8FE941646D} did not register with DCOM within the required timeout. How to get rid of it? UPDATE I see the following key under…
Dims
  • 13,414
14
votes
2 answers

Why is the "Task category" drop down to filter a Windows event log disabled?

I've got a specific "Task category" of Windows log events I'd like to see on their own, but the option to filter by category in the "Filter Current Log" dialog is disabled/greyed out. How can I use it?
12
votes
2 answers

How do I decode the "Faulting application start time" in a Windows event log entry?

An app I was running crashed and I wanted to know when it happened, so I opened up the Windows event viewer and looked for an entry. I found the entry, and then noticed one of the details of the entry is this: Faulting application start time:…
raven
  • 5,435
11
votes
4 answers

Event 4797 "An attempt was made to query the existence of a blank password for an account"

On my Windows 8.1 desktop, I see a lot of messages like this from lsass.exe in the Event Viewer's audit log: An attempt was made to query the existence of a blank password for an account. Subject: Security ID: LOCAL SERVICE Account…
Petter H
  • 398
11
votes
2 answers

List of all Windows 7 Event IDs and Sources?

I'm looking for a complete list of Sources + Event IDs for Windows 7. I known there's many web site with built-in search to find informations about a specific source + event id such as Eventid.net but what I'm looking for a complete list of these…
climenole
  • 3,516
  • 1
  • 22
  • 30
11
votes
1 answer

Identifying Windows 10 \Device\Harddisk1\DR2

I'm getting errors in Windows 10's event log stating \Device\Harddisk1\DR2 drive controller is having a problem. I know that the hard disk numbers depend on the BIOS and do not match the physical connections. How can I tell which physical device…
10
votes
2 answers

How to identify drive device from event log (Harddisk#\DR#)?

I have a messages about drive errors in the Windows Event log, like this: Bad Block On Device \Device\Harddisk0\DR0 I have two hard drives in the system. How can I know which one causes these errors? I see nowhere the same identification type,…
Dims
  • 13,414
9
votes
2 answers

Where can I see what caused Windows to make the 'hardware disconnected' sound?

Whenever I switch my desk fan on or off, Windows makes a sound as if a USB device is being (dis)connected. I haven't been able to determine which device is being affected by the power spike, so I hoped Windows could tell me. I've tried using Event…
9
votes
1 answer

How to decode Kernel-Power Event 566 when waking from sleep

On a Dell Vostro 3470 desktop running Windows-11 Pro 21H2 build 22000.795, while troubleshooting an issue related to waking up from sleep (yes S3 sleep, not Modern Standby, as this platform does not support S0) I encounter numerous events in Event…
Charlie
  • 105
1
2 3
16 17