Der nachstehende sums ist ein Floppy installation Script wie du dir das vorstellst:
Bootseqquenz einstellen (1.CD, 2.HD), CD rein, Floppy rein, Bier trinken gehen und in einer Stunde wiederkommen.
Inhalt kopieren, entsprechend editieren, als WINNT.SIF auf Floppy abspeichern (Kommentare beginnend mit ";" koennen drinnen gelassen werden). Alles zwischen >>> und
Regionale Settings habe ich damit noch nie hinbekommen. Die koennte man evtl von einem bestehenden System (vielleicht auch Win98) aus der Registry exportieren (.reg-file) und perDoppelklick auf ebendiese Datei einbauen (log-off noetig). Mit derartigen .reg Files kann man uebrigens auch sehr viele andere Einstellungen vereinfachen (auch Settings von Programmen usw.)!
ANFANG >>>
;SetupMgrTag
;above comment must stay, to be on the save side!
;Windows XP
;USAGE:
;This file is to be named WINNT.SIF and placed on a floppy disk before and while installing
;Window XP from a bootable CD drive! May not work for upgrades!
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
;Read the notes about the FileSystem before making a decision !!!
FileSystem=LeaveAlone
;FileSystem=ConvertNTFS
;The "ConvertNTFS" scheme is to be prefered on unformatted drives.
;For best performance many experts say a cluster size of 4096 bytes is best,
;others tend to disagree and say Microsofts default of 512 bytes is best.
;The author believes after own tests that the 4096 camp is right.
;As the cluster size cannot be influenced during setup it is best to format new drives under an existing NT (ie., NT 4.0, Win2k, XP) installation (CD based eg., BartsPE, or whck drive in other machine).
TargetPath=WINNT
;Alternatively: default is "Windows"
;here proceeding with the tradition commenced with Windows 2000
[GuiUnattended]
AdminPassword="PASSWORD"
EncryptedAdminPassword=No
AutoLogon=Yes
AutoLogonCount=12
;Sets how often you can start the system without password (eg; "how often do I have to restart to setup all drivers and progs.?")
;"Regional Settings" implementation via .sif-file seems to be problematic!
;To make it working safely run "Regional-Australia.reg" after installation !!!
OEMSkipRegional=1
TimeZone=255
OemSkipWelcome=1
;Should skip the pesky "Welcome" nonsense on first system start
ProfilesDir=C:\Users
;Change the Profiles directory fro the cumbersome "Documents and Settings" to something more digestible.
;Directories (ie., folders) with spaces can cause all sorts of problems with legacy programs, inclusive MS Internet Explorer
[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="USER-NAME"
OrgName="COMPANYNAME"
ComputerName=COMPUTERNAME
[Display]
;This attempts to set the screen resolution to 1025/768/32bit
;It works only if the video card is supported by directly XP -
;if not the whole shebang has to be set manually after installing the appropriate video drivers.
BitsPerPel=8
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
;Sets the "Telephony" stuff for Munich/Germany and Tone dialling
CountryCode=49
Dialing=Tone
AreaCode=89
[RegionalSettings]
;See comments to "Regional Settings" above!
LanguageGroup=1
SystemLocale=00000c09
UserLocale=00000c09
InputLocale=0c09:00000409
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=About:Blank
;This should start MSIE with a blank screen instead of immediately wanting to visit a Microsoft site.
;Commendable, isn't it! What a bad experience to start a browser with an error message!
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=WORKGROUPNAME
;This probably does not work very well - and probably has to be checked and set manually
;For corporate customers who really need it and for many systems etc, or, if you want to set it to a
;Domain rather than a Workgroup resort to the official Microsoft documentation.
[Networking]
InstallDefaultComponents=Yes
[SystemFileProtection]
SFCDllCacheDir="%systemroot%\FileProtection"
;SFCQuota=000000
;Microsoft tends to bury the protected files in "%windir%\system32\dllcache" - as if they were ashamed.
;This makes the the whole issue far more transparent, and the user knows immediately that about half of a Gig is invested in this feature.
;You can set file protection to actually 0 by using hex value "000000" at "SFCQuota" (recommended - do not forget to uncomment!). For maximum file protection use "FFFFFF".
[Components]
accessopt=off
;Acessibility - Default: On
fax=off
;Default: Off
;The fax entry requires that the parameters for [Fax] are also included in this installation.
freecell=off
hearts=off
;Default: On
hypertrm=off
;Hyperterminal - Default: On
IEAccess=off
media_clips=off
;This determines the pointers to Internet Explorer (eg., the desktop icon) and the installation of
;promo "media clips".
;Default: On
minesweeper=off
mousepoint=off
;Alternative cursors, this is.
;Default: On
mplay=on
;Default: On
msnexplr=off
;Default: On
;If MSN Internet Access is available in Windows Welcome, you must install MSN Explorer.
mswordpad=on
;Default: On
objectpkg=off
;Refers to the highly esoteric "Object Packager" - was already part of Windows 3.11, and still nobody knows what it is good for.
;Default: On
paint=off
;Set to "off" if you dont want to have current incarnation of "Paintbrush".
;Definitely a "no" if you intend to install a halfway decent graphics editor.
;Default: On
pinball=off
;The "Pinball" game - a decent one!
;Default: On
rec=on
;Default: On
;Installs the Sound Recorder feature on the computer.
solitaire=off
;Default: On
spider=off
;Default: On
templates=off
;Default: On
;Obsolete on time of installation - therefore should be set to "off"
vol=on
;Volume Control - Default: On
zonegames=off
;Default: On
;Installs the "Microsoft Gaming Zone" Internet games on the computer.
Viel Spass!
Zurueckberichterstatten wie's gefunzt hat, damit alle was davon haben.
mfg - oalexander