Reseal
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
Reseal
indicates whether the computer runs in audit mode or Windows® Out-of-Box Experience (OOBE) when the computer is next started. For more information about modes, see Configuration Passes.
Reseal
is a special-case setting:
If Reseal is added to either the auditSystem or oobeSystem configuration pass, it is processed before all other settings in that configuration pass. In some cases, Setup ignores all other configuration-pass settings in the configuration pass, and will immediately start the new configuration pass or shutdown the system.
If Reseal is added to the auditUser configuration pass, it is processed after all other settings in the configuration pass.
The following table provides scenarios for each combination of configuration pass, mode, and forced-shutdown behavior. When a configuration pass has more than one result, the table lists the results in the order that they take place.
Configuration pass | Mode value | ForceShutdownNow value | Result | ||
---|---|---|---|---|---|
auditSystem |
Audit |
false |
Starts the auditSystem configuration pass. |
||
auditSystem |
Audit |
true |
|
||
auditSystem |
OOBE |
false |
|
||
auditSystem |
OOBE |
true |
|
||
auditUser |
Audit |
false |
|
||
auditUser |
Audit |
true |
|
||
auditUser |
OOBE |
false |
|
||
auditUser |
OOBE |
true |
|
||
oobeSystem |
Audit |
false |
|
||
oobeSystem |
Audit |
true |
|
||
oobeSystem |
OOBE |
false |
Starts the oobeSystem configuration pass. |
||
oobeSystem |
OOBE |
true |
Warning Unsupported, do not use. Sets the computer into a loop of reboots.
|
Child Elements
Specifies whether the computer shuts down immediately after the |
|
Specifies whether the computer starts in audit mode or OOBE. |
Valid Configuration Passes
auditSystem
auditUser
oobeSystem
Parent Hierarchy
Microsoft-Windows-Deployment | Reseal
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Deployment.
XML Example
The following XML output shows a deployment with no asynchronous or synchronous commands.
<AuditComputerName>
<MustReboot>true</MustReboot>
<Name>MyComputer</Name>
</AuditComputerName>
<ExtendOSPartition>
<Extend>true</Extend>
</ExtendOSPartition>
<Reseal>
<ForceShutdownNow>true</ForceShutdownNow>
<Mode>Audit</Mode>
</Reseal>