Customize Windows in Audit Mode
Applies To: Windows 7, Windows Server 2008 R2
Note
This content applies to Windows 7. For Windows 8 content, see Windows Deployment with the Windows ADK.
This topic describes how to boot to audit mode, customize your computer, and then prepare your computer for end users.
Booting to Audit Mode
You can use one of the following methods to boot to audit mode:
For attended installations, from the Windows® Welcome screen, press SHIFT+CTRL+F3.
In unattended installations, configure the Microsoft-Windows-Deployment
\Reseal\Mode
setting to audit. For more information about this setting, see the Windows® Unattended Setup Reference.On existing images, modify the image by adding an answer file that has the Microsoft-Windows-Deployment
\Reseal\Mode
setting. For more information, see Modify an Image to Boot to Audit Mode.
After you configure a computer to boot to audit mode, the computer boots to audit mode by default until you configure the computer to boot to Windows Welcome.
Customizing the Computer
From audit mode, you can add device drivers, install applications, and test the validity of the installation. OEMs and corporations should use audit mode to complete manual customizations before they send the computer to an end user.
Warning
To disable the screensaver, either change the power plan through Windows Control Panel, or configure and deploy a custom plan. For more information, see Configure Power Plans.
To change Unattend settings in audit mode
When the computer is in audit mode, you can create a new Unattend file to modify system settings.
On your technician computer, in Windows System Image Manager (Windows SIM), create a new Unattend file. For more information, see Create a New Answer File.
In the Unattend file, add only the settings that you want to change.
Save the file onto a portable storage device, such as a USB drive. For example, save the file as
F:\Unattend-NewSettings.xml
, whereF:
is the drive letter of the portable storage device.Remove the portable storage device, and then insert the device in the reference or destination computer.
From a command line, run the Sysprep utility. Use the /unattend setting to reference the file. For example, use the following command:
sysprep.exe /audit /reboot /unattend:F:\Unattend-NewSettings.xml
where F: is the drive letter of the portable storage device.
This command shuts down the computer, applies the new unattend settings, and then reboots the computer back into audit mode.
Note
If your computer is joined to a network domain, and you run the sysprep command together with the /audit option, the computer will be removed from the domain. You can rejoin the domain after the computer has booted back into audit mode.
Preparing the Computer for End Users
After you have completed your customizations and have verified that the computer is ready to send to a customer, you can configure the system for end users.
Note
To preconfigure Windows Welcome, see Automate Windows Welcome.
To prepare the computer for deployment
To configure the computer to boot to Windows Welcome, use one of the following methods:
From audit mode, run the Sysprep command together with the /oobe option.
In unattended installations, configure the Microsoft-Windows-Deployment
\Reseal\Mode
setting to oobe. For more information about this setting, see the Windows® Unattended Setup Reference.
The computer restarts and boots to Windows Welcome.
See Also
Concepts
Sysprep Technical Reference
Understanding Audit Mode
Modify an Image to Boot to Audit Mode