Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I want to know, if there a way I can identify on windows systems an event / log generated due to patches incorrectly installed / or corrupted in the process. Is there a way I can process or look into these logs.

share|improve this question

closed as off topic by Lucas Kauffman, Hendrik Brummermann Jan 11 at 7:26

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

What you are asking for how to do crash dump analysis for determining the source of crash. There are number of techniques though i describe the basic one.

  1. First you need to install Windows Debugger (WinDbg.exe) which is installed with windows software development kit.
  2. Second part is to configure WinDbg with Microsoft symbol server.
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.