Reboot after clone

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?
 
K

KM

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".
 
K

Kesavan

Im not able to understand the real requirement here..however I guess
you should be able to play with the RunOnce ..
 
S

Snaz

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",
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top