You are trying to install Window XP Professional on a computer. After several failed attempts, you determine that you need to examine a debug log for the setup routine. You want the setup routine to create the most detailed debug log possible. Which of the following commands would you use?
Explanation
Answer - A - The correct syntax used to setup a debug log is /debug[level]:[filename]. Since the highest debug level is 4, Winnt32 /debug4:debug.log is the appropriate command.
Key Takeaway: The different possible options defining the level of detail associated with the debug log varies from 0 to 4. 0 represents severe errors, 1 represents errors, 2 represents warnings, 3 represents informational messages, and 4 represents very detailed information. Each higher level of debugging includes information from all lower levels.