T
Tom Hagen Jr
I'm creating a slipstream image for my Windows 2000 Pro computers to use both on a server running RIS and a bootable DVD. The problem I'm having now is I'm trying to have the Windows 2000 Pro workstations add a printer after the install. I have the following in the winnt.sif file for autologon, but when it does the autologon it goes for the local admin not the domain account that I use to add the workstation to the OU, thereby not allowing the printer to be added. (Areas have been changed so that password and accounts are not exposed)
[GuiUnattended]
AdminPassword = workstaion.admin.password
AutoLogon = Yes
AutoLogonCount = 1
OEMSkipRegional = 1
OEMSkipWelcome = 1
TimeZone = 20
[Identification]
DomainAdmin = Workstation.Install.account
DomainAdminPassword = workstation.password
JoinDomain = CompanyDomain
; MachineObjectOU="OU=MyOU,OU=MyParentOU,DC=mydom,DC=MyCompany,DC=com" ;Read KB302158, KB226315
[GuiRunOnce]
Command0 = "rundll32 printui.dll,PrintUIEntry /in /n \\server.name\\HP LaserJet 5Si"
Command1 = "Robocopy D:\I386 C:\I386 /E /R:3 /A-:RA"
Command2 = "C:\I386\Software Apps\Media Player\wmp.cmd"
Command3 = "regedit.exe /s C:\I386\Registry\wmp.reg"
Command4 = "regedit.exe /s C:\I386\Registry\srcpath.reg"
Command5 = "regedit.exe /s C:\I386\Registry\explorer.reg"
Command6 = "C:\I386\Software Apps\Install.bat"
Thanks for any help
[GuiUnattended]
AdminPassword = workstaion.admin.password
AutoLogon = Yes
AutoLogonCount = 1
OEMSkipRegional = 1
OEMSkipWelcome = 1
TimeZone = 20
[Identification]
DomainAdmin = Workstation.Install.account
DomainAdminPassword = workstation.password
JoinDomain = CompanyDomain
; MachineObjectOU="OU=MyOU,OU=MyParentOU,DC=mydom,DC=MyCompany,DC=com" ;Read KB302158, KB226315
[GuiRunOnce]
Command0 = "rundll32 printui.dll,PrintUIEntry /in /n \\server.name\\HP LaserJet 5Si"
Command1 = "Robocopy D:\I386 C:\I386 /E /R:3 /A-:RA"
Command2 = "C:\I386\Software Apps\Media Player\wmp.cmd"
Command3 = "regedit.exe /s C:\I386\Registry\wmp.reg"
Command4 = "regedit.exe /s C:\I386\Registry\srcpath.reg"
Command5 = "regedit.exe /s C:\I386\Registry\explorer.reg"
Command6 = "C:\I386\Software Apps\Install.bat"
Thanks for any help