getting more helpful error messages from the event viewer

if the event has data like:

0000: aa 05 00 00  

you can translate that into an integer:

1450

and then run

$ net helpmsg 1450

which will hopefully give you more insight into what is causing the event to occur

via: http://www.webservertalk.com/message264055.html
Feedback