JSI Tip 9735. How can I make setup record registry information in the Windows XP Setupapi.log file?
Jerold Schulman
September 13, 2005
1 Min Read
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 HKLMSoftwareMicrosoftWindowsCurrentVersionSetup /V LogLevel /T REG_DWORD /F /D 0x0000FFFF
NOTE: To turn off verbose logging:
REG ADD HKLMSoftwareMicrosoftWindowsCurrentVersionSetup /V LogLevel /T REG_DWORD /F /D 0
NOTE: Verbose logging will grow the %SystemRoot%Setupapi.log file to ~ 4 MB.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like