rjalex Posted April 6, 2005 Share Posted April 6, 2005 Dear friends,I ALMOST have what I need.I would appreciate if you could help me spot what is missing/wrong from my WINNT.SIF in order to avoid the following interactions:1) Install stops at "Regional Options" in which I need to change most things to "Italian". 2) There is a question on something like"Connected to LAN or directly to Internet"3) There is a question on the name of my usersI'd love to avoid all three stops.I am doing experiments with Daemon Tools to mount my ISO and VirtualPC to emulate the install and UltraISO to change the ISO .... COOOOL Follows my current WINNT.SIF. Thank you and good night,Bob;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes[Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemPnPDriversPath="Drivers\006\SI3112" TargetPath=\WINDOWS UnattendSwitch="no" DriverSigningPolicy=Ignore WaitForReboot="No" KeyboardLayout="Italian"[GuiUnattended] AdminPassword="xxxxxxxxxxxxxxxxxxx" EncryptedAdminPassword=NO OEMSkipRegional=0 TimeZone=110 OemSkipWelcome=1[UserData] ProductKey= FullName="xxxxx" OrgName="xxxxxx" ComputerName=Fenice[Display] Xresolution=1280 YResolution=1024 Vrefresh=60[RegionalSettings] LanguageGroup=2[Identification] JoinWorkgroup=xxxxxxxx[Networking] InstallDefaultComponents=Yes Link to comment Share on other sites More sharing options...
giuliano Posted April 6, 2005 Share Posted April 6, 2005 For italian guys[RegionalSettings] LanguageGroup=1 SystemLocale=00000410 UserLocale=00000410 InputLocale=00000410per le altre cose scrivimi in privato perchè non ho capito molto bene il problema che ti si presenta.Giuliano Link to comment Share on other sites More sharing options...
Yzöwl Posted April 6, 2005 Share Posted April 6, 2005 Also[GuiUnattended] AutoLogon=Yes AutoLogonCount=2 OEMSkipRegional=1 Link to comment Share on other sites More sharing options...
BoardBabe Posted April 6, 2005 Share Posted April 6, 2005 About that autologon:I am currently running a command from cmdlines.txt as followscmdow @ /HID@echo offnet user USERNAME /addnet localgroup Administratorer USERNAME /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITautologon.reg:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="USERNAME""DefaultPassword"="""AutoAdminLogon"="1"Could i remove this and just use [GuiUnattended] AutoLogon=Yes AutoLogonCount=2 OEMSkipRegional=1 ?Would it still make USERNAME admin user? Does AutoLogonCount=2 mean it autologson 2 times, then you have to click logon on the welcome screen? (If so, perfect) Link to comment Share on other sites More sharing options...
Yzöwl Posted April 6, 2005 Share Posted April 6, 2005 This will log you in basically for the install and a possible initiated reboot from your commands or applications. It will log you in as Administrator using the password as supplied in the winnt.sif.This should give you time if you wish in the GUI to add another user or even rename the Administrator account. If you do not create a new user, you will just have Administrator at the welcome screen after your specified number of AutoLogons have elapsed. Link to comment Share on other sites More sharing options...
BoardBabe Posted April 6, 2005 Share Posted April 6, 2005 Ah I get it. Thank you!Im a bit annoyed by the fact that the method i am currently using (see above) auto logs on forever. I do not get the welcome screen where I can click a name to logon.If I removed autologon.reg from my usercreate.cmd and add the[GuiUnattended] AutoLogon=Yes AutoLogonCount=2 OEMSkipRegional=1to winnt.sif, would this make my UA cd autologon the 2 times it needs while installing, and from there ask me to click logon? Would it then list my real username since I still make this from the command file above? Link to comment Share on other sites More sharing options...
BoardBabe Posted April 7, 2005 Share Posted April 7, 2005 burp Link to comment Share on other sites More sharing options...
Yzöwl Posted April 7, 2005 Share Posted April 7, 2005 Yes it should... Link to comment Share on other sites More sharing options...
BoardBabe Posted April 7, 2005 Share Posted April 7, 2005 Ok, thanks ill check it then! Please excuse my burp. An awefull habit of mine. Link to comment Share on other sites More sharing options...
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