Jump to content

Please help for last tweaks


Recommended Posts

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 users

I'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 :lol:

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


For italian guys

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000410
   UserLocale=00000410
   InputLocale=00000410

per 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

About that autologon:

I am currently running a command from cmdlines.txt as follows

cmdow @ /HID
@echo off

net user USERNAME /add
net localgroup Administratorer USERNAME /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg


EXIT

autologon.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

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

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=1

to 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...