Runonce after fbreseal... partitioning and formatting a 2nd disk...

  • Thread starter Thread starter andrea
  • Start date Start date
A

andrea

I need to find a way to execute a script after fbreseal.
I have a script (using DISKPART & FORMAT commands) wich prepare a
second ide disk where the system will store backups.
We must prepare a ghost image, (wich is deployed with fbreseal to
change SID & others) wich will do the job at first boot after FBA...
suggestions?
thanks
 
andrea,

How about:
- Setting up a FBA generic command at phase > 12000
- or, if you use Explorer Shell, set up a Runonce command using registry:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] Or RunOnceEx. You can set it up just before you reseal the image.
- or, if you use Explorer Shell, place a self-cleaning batch or CMD script file in StartUp folder of All Users.
 
Back
Top