Minggu, 01 November 2009

Windows Audit Mode

◦Untuk Vista: Nilai ImageState pada HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State
◦Untuk XP: Nilai AuditInProgress pada HKLM\System\Setup

IMAGE_STATE_COMPLETE : The image has successfully been installed. The specialize and oobeSystem passes are complete. This image is not deployable to alternate hardware because it is now hardware-dependent.

IMAGE_STATE _UNDEPLOYABLE : This is the default state for an image in a given phase of Windows Setup that is not yet complete. If a process queries the IMAGE_STATE value and IMG_UNDEPLOYABLE is returned, the image is in one of the following states:
Setup is currently running and has not fully completed the phase. Once a given phase is complete, the IMAGE_STATE will be set to an appropriate completion value.
If queried online while Setup is not running, there was a failure when completing a Setup phase. This image must be reinstalled.
If queried offline, the image did not complete a phase and will never be deployable.

IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE : The image has successfully completed the generalize pass and will continue into OOBEsystem when Setup is initiated.

IMAGE_STATE_GENERALIZE_RESEAL_TO_AUDIT : The image has successfully completed the generalize pass and will continue into audit mode when Setup is initiated.

IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE : The image has successfully completed the specialize pass and will continue into OOBEsystem when Setup is initiated.

IMAGE_STATE_SPECIALIZE_RESEAL_TO_AUDIT : The image has successfully completed the specialize pass and will continue into audit mode when Setup is initiated.

Tidak ada komentar: