Skip navigation

JSI Tip 9735. How can I make setup record registry information in the Windows XP Setupapi.log file?

When you open the %SystemRoot%\Setupapi.log file to troubleshoot installation and setup issues, no registry information is present.

To configure verbose logging:

1. Open a CMD.EXE window.

2. Type the following command and press Enter:

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Setup /V LogLevel /T REG_DWORD /F /D 0x0000FFFF

NOTE: To turn off verbose logging:

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Setup /V LogLevel /T REG_DWORD /F /D 0

NOTE: Verbose logging will grow the %SystemRoot%\Setupapi.log file to ~ 4 MB.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish