Jump to content

Recommended Posts

Posted

As the topic says, how can i delete the configurate windows whos appears the firs time after a installation. I mean where i can enter five users, chose to register and configure the internet access.

I cand ´found it in the manual of winnt.sis-file.

please help me.


Posted (edited)

Yes, i´ve but it dont works..

Here is my winnt.sif.

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=yes

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=yes
TargetPath=\WINDOWS
repartition=yes
WaitForReboot="No"
KeyboardLayout="Swedish"
Hibernation = no

[GuiUnattended]
AdminPassword="*********"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="FFIC"
OrgName="FFIC"
ComputerName=*

[Display]
Xresolution=1024
YResolution=768
AutoConfirm=1

[RegionalSettings]
LanguageGroup=1
SystemLocale=0000041d
UserLocale=0000041d
InputLocale=041d:0000041d

[Identification]
JoinWorkgroup=FFIC

[Networking]
InstallDefaultComponents=Yes

[components]
msmsgs=off
msnexplr=off
zonegames=off

[IEPopupBlocker]
BlockPopups=yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

Edited by flippflopp
Posted

It looks like you are missing the red text in you Winnt.sif

;SetupMgrTag

[Data]

AutomaticUpdates=1

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

UnattendSwitch="Yes"

Repartition=No

Hibernation=No

OemPnPDriversPath="Drivers\002_graphics;Drivers\004_sound;Drivers\"

DriverSigningPolicy=Ignore

AutoActivate=Yes

TargetPath=\WINDOWS

Posted

Moreover you can personalize user creation with a batch with"net user" command in cmdlines.txt or there the oobe way too. Read the guide for more explanations.

Goodbye.

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