What is the equivalent of dmesg on WinXP and later?

The output from dmesg is often useful for determining which hardware is detected on a given system but it is also very useful for looking at hardware errors such as when wifi interface won't work or when a a hard drive is about to die.

I would very much like to learn about a Windows alternative to read kernel messages of that sort. I imagine It could be useful in determining the cause of the bsod in some cases.

2 Answers

There is the system error log ("eventvwr.msc"), but it's not as descriptive as dmesg. There's also C:\BOOT.LOG, where available.

2

see wevtutil and Sysinternals' psloglist

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like