Jump to content

Remove the final few screens


Recommended Posts

I have followed the guides and I have 3 screens remaining after I do my unattended install.

I have attached an image of the first one, then I have the Windows Update Screen and finaly the finnish screen

post-67213-1145981765_thumb.jpgpost-67213-1145981777_thumb.jpgpost-67213-1145981790_thumb.jpg

Does any know what settings I need to apply to remove these screens.

My WINNT.sif

[Data]

AutoPartition=1

MsDosInitiated = "No"

UnattendedInstall="Yes"

AutomaticUpdates="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall = "Yes"

TargetPath=\WINDOWS

[GuiUnattended]

OemSkipWelcome=1

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=85

[userData]

ProductID=

FullName="QuickInstall"

OrgName="QuickInstall"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=800

YResolution=600

Vrefresh=60

[TapiLocation]

CountryCode=44

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[shell]

DefaultStartPanelOff = Yes

DefaultThemesOff = Yes

[Components]

msmsgs=off

msnexplr=off

Edited by mcman
Link to comment
Share on other sites


The following code is mine from my Winnt.sif file, not sure which line it is but my install skips the screen you want to skip (AutomaticUpdates=Yes or UnattendSwitch=Yes or OemPreinstall=Yes or OemSkipEula=Yes)

;
; FileName: WinNT.sif
; Composed By: Andrew Bell
; Compiled: 21st April 2006
; Email: zen62619@zen.co.uk
;

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

[Unattended]
UnattendMode=FullUnattended
Repartition=Yes
UnattendSwitch=Yes
TargetPath=\WINDOWS
WaitForReboot=No
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation=1
OemPreinstall=Yes
OemSkipEula=Yes
WaitForReboot=No
KeyboardLayout="United Kingdom"

[GuiUnattended]
AdminPassword="password"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
TimeZone=85
OEMSkipRegional=1
OemSkipWelcome=1

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="Windows User"
OrgName="Private"
ComputerName=*

[Display]
BitsPerPel=32
Xresolution=1280
Yresolution=1024
AutoConfirm=1

[TapiLocation]
CountryCode=44
AreaCode=0191

[RegionalSettings]
LanguageGroup=1
Language=00000809

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=about:blank

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[IEPopupBlocker]
BlockPopups = Yes
FilterLevel = High
ShowInformationBar = No

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[SystemFileProtection]
SFCQuota = 0

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off

[GuiRunOnce]
Command0="regsvr32.exe /S %SystemRoot%\system32\LegitCheckControl.dll"

Link to comment
Share on other sites

Try to add this:

[Unattended]
UnattendSwitch=Yes

And I think you should remove your ProductID from your first post. :whistle:

:whistle: free serial, wounder what this works on haha oj, why do people not read through their own work when posting. ? :thumbup

[Unattended]
UnattendSwitch=Yes

This should do the job, Yes I remember now.

Link to comment
Share on other sites

I have followed the guides and

[userData]

ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="QuickInstall"

OrgName="QuickInstall"

ComputerName=*

yes you nut, take off your ruddy serial number! :blink:

as has been said by many msfn members

Edited by xper
Link to comment
Share on other sites

Man now he removed the serial and you post it again.......pretty useless to post it in quotes... :wacko:

Could any admin take that out of that post?

Edited by airmr
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...