If an installation of windows is unbootable, is it possible to access the event log from a Linux LiveCD?
|
feedback
|
|
In theory it is possible.... If you are running vista or Windows 7. The event log data is now written to a XML file... For the binary format, this web page, covers the structure of the file... http://www.whitehats.ca/main/members/Malik/malik%5Feventlogs/malik%5Feventlogs.html The first link on the page, http://www.sentinelchicken.org/projects/grokevt/ , is an opensource event log reader... The default locations of the logs are: %SystemRoot%\System32\Config\SysEvent.Evt (System Log) %SystemRoot%\System32\Config\AppEvent.Evt (Application log) %SystemRoot%\System32\Config\SecEvent.Evt (Security Log) | |||||
feedback
|