Reboot after clone

  • Thread starter Thread starter Snaz
  • Start date Start date
S

Snaz

I need to automaticaly reboot a system on the first boot
after running fbreseal.exe

The reason for the Reboot is because the FBreseal program
changes the computer name without rebooting.


The sequence of exents is like this
1. load Image
2. FBA runs
3. add changes to image
4. run fbreseal
5. deploy resealed images to devices
6. When the device is powered on the system needs to be
rebooted here.
Does anyone know how to trigger a reboot at this point?
 
Snaz,

Options:
- An FBA Generic command with the phase set to after Cloning (> 12000 by default). The command either calls to a reboot app (see
below) or just does nothing but REBOOT flag of the command is set to TRUE.
- Use Runonce reg entry or a Startup item batch file that cleans up itself. The command you can issue "shutdown.exe -r",
"xpepm -reboot" or "fba -reboot".
 
Im not able to understand the real requirement here..however I guess
you should be able to play with the RunOnce ..
 
Thanks

The FBA generic command with Reboot set to true solved my
problem.
-----Original Message-----
Snaz,

Options:
- An FBA Generic command with the phase set to after
Cloning (> 12000 by default). The command either calls to
a reboot app (see
below) or just does nothing but REBOOT flag of the command is set to TRUE.
- Use Runonce reg entry or a Startup item batch file
that cleans up itself. The command you can
issue "shutdown.exe -r",
 
Back
Top