"OWScott" <> wrote:
> I'm pretty new to sysprep. I'm looking to run a task AS sysprep
> finishes, but before a user logs in. Basically I would like to make a
> web service call from a .vbs file to announce that the computer has
> finished sysprepping. I want the time to be as accurate as possible.
>
> If I run this in the specalize pass, it's too early since sysprep still
> has a lot to finish. In the OOBE step, it's too late since it requires
> a user to login.
>
> Are there any suggested ways to have something triggered as a final
> sysprep step?
Not part of sysprep, but what about a self-deleting (i.e., one-time) set in
place in the specialize pass? (Don't just delete the script; get rid of the
call to it as well. Recall that a startup (or shutdown) script runs in the
system context.)
The devil, as usual, would be in the details. If you would post just what
you're trying to do someone might suggest a less complex way to achieve the
desired result but without knowing the parameters of the task it's hard to
know what could be done.
Joe Morris
|