IT Toolbox

Event ID 1001 —Buzz Windows

View my favorites

Windows saved information about a blue screen or bug-go.

Source of event

Microsoft-Windows-WER- (2003)Error reporting — System category.

Possible causes

  • Defective driver
  • Hardware problem
  • memory
  • Storage failure

Verifications to be carried out

  1. Read the bug check code
  2. Locate the file
  3. Analyze events just before the crash

Useful orders….

Get-WinEvent -FilterHashtable @{LogName='System'; Id=1001} -MaxEvents 10

To be retained….

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0