Windows crash time
-
Hi all. There is a way to retrieve the last Windows XP crash time? In other words, the latest time Windows has been running? Thanks, Yaakov
-
Hi all. There is a way to retrieve the last Windows XP crash time? In other words, the latest time Windows has been running? Thanks, Yaakov
Well, those are two different questions. I don't know about the last bluescreen time, but call
GetTickCount()
to get the uptime in milliseconds (but be aware this wraps around after 49.7 days) --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb -
Well, those are two different questions. I don't know about the last bluescreen time, but call
GetTickCount()
to get the uptime in milliseconds (but be aware this wraps around after 49.7 days) --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are DumbI wonder if Windows logs these values somewhere. i.e. I want to get rhe previous uptime. Thanks.
-
Hi all. There is a way to retrieve the last Windows XP crash time? In other words, the latest time Windows has been running? Thanks, Yaakov