chkdsk event logging

Does anyone know what chkdsk does to log events and not lose them when it reboots?

On 2/7/2014 12:37 PM, xxxxx@hotmail.com wrote:

Does anyone know what chkdsk does to log events and not lose them when it reboots?

chkdsk.exe is the win32 application; autochk.exe is the native
application that runs via BootExecute and apparently calls
NtShutdownSystem to reboot if it fixes errors. It seems it does some
tricks rewriting the BootExecute key with parameters it needs, but I
don’t know how it would make sure the WinInit event it creates gets
saved to disk. Does it run early enough in the boot process that it
needs to explicitly load/activate the logging system itself?


Bruce