Jump to content

Recommended Posts

Posted

I have

[Unattended]
   FileSystem=*
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   OEMSkipWelcome=1
   UnattendedSwitch="Yes"
   OemPnPDriversPath="drivers\001_ISDN"
   DriverSigningPolicy=Ignore
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword="xxxxxxxxxxxxxxx"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=100
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipWelcome=1

I try by adding user autom like this in WINNT.sif

[UserAccounts]
    like

[like.account]
    Description="like man"
    Alias=like
   

But again nothing.! It ask me again to create users.!!!!

Then I try second thing.! but agin same problem, it's from this forum from

useraccounts.cmd called from commands.cmd

[COMMANDS]
useraccounts.cmd

going something like this

net user like /Passwordreq:no /add
net localgroup Administrators like /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

But again I was asked to create user.!

How can I not be asked for creating user and Windows Welcome where he is going to connect on Internet.!

And click that I do not want to active now.!!!


Posted

I am having the same problem.

I have unattenendswitch = yes and windows welcome shows up everytime.

i want windows welcome turned off, and not show up again! I am using a winxp pro SP2 slipstreamed disc

Here is my winNT.sif btw

[Data]
AutoPartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes
AutomaticUpdates = Yes

[Unattended]
UnattendMode = FullUnattended
OemSkipEula = Yes
OemPreinstall = Yes
TargetPath = \WINDOWS
FileSystem = *
UnattenedSwitch = Yes
WaitForReboot = No
DriverSigningPolicy = Ignore
KeyboardLayout = US
AutoActivate = No

[GuiUnattended]
TimeZone = 020
AdminPassword = password
EncryptedAdminPassword = No
OEMSkipRegional = 1
OemSkipWelcome = 1
AutoLogon = Yes
AutoLogonCount = 1

[UserData]
ComputerName = "RENAME-ME"
FullName = "Workforce Board of Northern County"
OrgName = "Workforce Board of Northern County"

[RegionalSettings]
Language = 0409

[Networking]
InstallDefaultComponents = Yes

[URL]
Home_Page = http://ArlingtonHeights.ietcnetwork.org/

[IEPopupBlocker]
BlockPopups = Yes
FilterLevel = Medium
ShowInformationBar = Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Components]
TerminalServer = Off
msmsgs = Off
msnexplr = Off
freecell = Off
hearts = Off
minesweeper = Off
pinball = Off
solitaire = Off
spider = Off
zonegames = Off
OEAccess = Off
Media_clips = Off
Inetprint = Off
Vol = On
WMAccess = Off

[Display]
BitsPerPel = 16
Vrefresh = 75
Xresolution = 1024
Yresolution = 768

[PCHealth]
RA_AllowToGetHelp = 0

[SystemRestore]
CheckpointCalendar = 5
CheckpointSessionFrequency = 10
MaximumDataStorePercentofDisk = 15
RestorePointLife = 25

Can some one please help me i have been working on this for quite some time now. Thanks

Posted (edited)

This is how mine looks, perhaps the quotations are wot make it work?

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=Yes

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   UnattendSwitch="yes"
   WaitForReboot="No"

The useraccounts.cmd

net user your_user_name your_password /add
net localgroup Administrators your_user_name /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg

Then the autologon.reg file

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="your_user_name"
"DefaultPassword"="your_password"
"AutoAdminLogon"="1"

Hope it helps, try looking here;

click here

Edited by warrior1109

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