FBRESEAL Commands
To use the fbreseal
command, type the following syntax in a command prompt.
Note The fbreseal.exe tool does not support cloning an image more than once. Once the System Cloning tool reseals a run-time image, the file fbreseal.exe is deleted from the image. This behavior is by design, and it prevents end users from accidentally launching the fbreseal.exe utility in the deployed run-time image.
FBRESEAL [-autologon | -keepall | -keepdomain | -keepmounted | -keepnet | -keepuser]
Parameters
autologon
When specified, keeps the Automatic Logon settings.
keepall
When specified, keeps all the settings that are listed earlier and keeps auto logon information during cloning.
The fbreseal –keepall
option disables the System Cloning tool advanced property cmiGenerateComputerName. To create a random system name,
- In the Advanced settings of the System Cloning tool, make sure that cmiGenerateComputerName is set to a value of 1.
- Use the following fbreseal command:
fbreseal -autologon -keepdomain -keepnet -keepuser –keepmounted
keepdomain
When specified, keeps the currently joined domain during cloning.
keepmounted
When specified, keeps mounted drive and drive letter setting intact during cloning.
keepnet
When specified, keeps any network settings intact during cloning.
keepuser
When specified, keeps user specific settings intact during cloning.
Example
The following code sample shows a typical syntax.
C:\>fbreseal -keepmounted
This example reseals the device and keeps the mounted drives and drive letters unchanged during cloning.
See Also
Customizing the Reseal Phase | Cloning Overview | Mass Deployment | Reseal Phase
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.