Sysprep and GUIRUNONCE COMMAND: NEED HELP

G

Guest

Having issues with the SYSPREP GUIRUNonce command that sysprep uses.
I Need it to set off a vbs, or bat file that will launch an appliation once
the machine has been bound to the domain, and has rebooted.
Not having any luck finding any good info on how to configure sysprep to do
this for me. any help out there ?????
Thanks in advance !
jared
 
J

Johan Arwidmark

Here is a sample sysprep.inf that will automatically logon after
rebooting (after mini-setup) and launch the C:\Local\Post1.bat batch
file.

; Sysprep.inf file.

[Unattended]
OemSkipEula = Yes
OemPnPDriversPath ="Drivers\Nic;Drivers\Video"
DriverSigningPolicy = Ignore
ExtendOemPartition = 1
KeepPageFile = 0

[GuiRunOnce]
"C:\Local\Post1.bat"

[Networking]
InstallDefaultComponents=Yes

[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
Vrefresh=60

[TapiLocation]
AreaCode=888
CountryCode=1

[RegionalSettings]
LanguageGroup=1
Language=00000409

[GuiUnattended]
AdminPassword=local
OEMSkipWelcome=1
OEMSkipRegional=1
TimeZone=010
AutoLogon="Yes"
AutoLogonCount=1

[Identification]
CreateComputerACcountInDomain=Yes
JoinDomain=CONTOSO
MachineObjectOU= "OU=Workstations, dc=contoso, dc=com"
DomainAdmin=Contoso\Administrator
DomainAdminPassword=password

[UserData]
ComputerName=*
FullName="Full Name"
OrgName="Organization Name"
ProductKey=XXXXX-YYYYY-ZZZZZ-AAAAA-BBBBB

[Sysprep]
BuildMassStorageSection = Yes

[SysprepMassStorage]


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment
 
M

mr.roboto.ny

jaredwetmore said:
Having issues with the SYSPREP GUIRUNonce command that sysprep uses.
I Need it to set off a vbs, or bat file that will launch an appliation once
the machine has been bound to the domain, and has rebooted.
Not having any luck finding any good info on how to configure sysprep to do
this for me. any help out there ?????
Thanks in advance !
jared

Jared: Take a look at:

http://unattended.msfn.org/ -and-
http://unattended.msfn.org/unattended.xp/view/web/10/

The 2nd URL points to a PDF of the entire Unattended XP site. Take in
as little or as much as you require....MR
 

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