frezenius Posted March 18, 2007 Posted March 18, 2007 I made unattended dvd for winxp(sp2 integrated)+ ms office 2003 and another programs.in the cmdlines.txt[COMMANDS]"useraccounts.cmd""RunOnceEx.cmd"and in the $OEM$ folder useraccounts.cmd and autologon.reg.useraccounts.cmd: net user my_user_name my_pass /addnet localgroup Administrators my_user_name /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regpauseEXIT-----------------------------------------------------autologon.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="my_user_name ""DefaultPassword"="my_pass ""AutoAdminLogon"="1"----------------------------------------------------- unattended dvd running. when installing finalizing it wants me user name . i write another username. when windows is starting:i see windows user name is my_user_name(in the autologon.reg and useraccounts.cmd user)i go to control panel 2 user opened. my_user_name and another user. I want It doesnt want me user name after unattended installations? does anyone know my questions?so thx.sorry for my english.
Roch2001 Posted March 19, 2007 Posted March 19, 2007 In your winnt.sif file or whatever you have called it have you set unto [GuiUnattended] thisAdminPassword=(password here if you want one else *)EncryptedAdminPassword=NoIf anything else is there like autologon or autologon count you need to remove that, as it does it from the stuff you have added in and can cause a conflict if its there.
frezenius Posted March 19, 2007 Author Posted March 19, 2007 my winnt.sif:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS WaitForReboot=No[GuiUnattended] AdminPassword="xxxx" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=130 OemSkipWelcome=1[userData] ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxx FullName="my_name" OrgName="my_org" ComputerName=comp_nameHome_Page=http://www.google.com[Display] BitsPerPel=32 Xresolution=1280 YResolution=1024[TapiLocation] CountryCode=90[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Components] msmsgs=off msnexplr=off zonegames=off[shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now