# HG changeset patch # User Oleksandr Gavenko # Date 1327077842 -7200 # Node ID 8f0d869b37bfa28e4e9c2c543702591d60b029cc # Parent b369997b60a2179722d5d66f7cdd39e442557074# Parent bd2a6d024b5f90e9ed183b6183b1ee7d79c4a02b merged diff -r b369997b60a2 -r 8f0d869b37bf windows-driver.rst --- a/windows-driver.rst Fri Jan 20 00:38:17 2012 +0200 +++ b/windows-driver.rst Fri Jan 20 18:44:02 2012 +0200 @@ -199,6 +199,10 @@ Debugging Tools for Windows http://msdn.microsoft.com/en-us/library/ff543450%28VS.85%29.aspx Checked and Free Build Differences + http://msdn.microsoft.com/en-us/library/windows/hardware/ff540793.aspx + Debugging Driver Installation + http://msdn.microsoft.com/en-us/library/windows/hardware/ff550863.aspx + SetupAPI Device Installation Log Entries Driver signing. =============== diff -r b369997b60a2 -r 8f0d869b37bf windows.rst --- a/windows.rst Fri Jan 20 00:38:17 2012 +0200 +++ b/windows.rst Fri Jan 20 18:44:02 2012 +0200 @@ -532,6 +532,14 @@ cmd> systeminfo +From ``Win+R``:: + + helpctr.exe -mode hcp://system/sysinfo/msinfo.xml + +or by:: + + cmd> %SystemRoot%\pchealth\helpctr\binaries\helpctr.exe -mode hcp://system/sysinfo/msinfo.xml + Automatically logon to Windows. =============================== ::