Windows Shutdown Sequence Logging

We are working on a hardware platform that freezes during shutdown of Windows.

I would like to be able to log what is happening (for example, to identify problems with ACPI or Windows driver, etc.).

What tools can I use to register a shutdown sequence for Windows?

+3
source share
1 answer

You can get mileage from registry values VerboseStatusand DisableStatusMessages:

http://support.microsoft.com/kb/325376

What version of Windows are you testing?

0
source

All Articles