|
|
学做XP无人值守安装盘,安装过程中总出现提示调整分辨率的对话框和新建用户对话框,无法做到无人值守,winnt.sif文件配置如下,请各位大侠帮忙看看出错在哪里?谢谢
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=Yes
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
unattentswitch="Yes"
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=210
OemSkipWelcome=1
[UserData]
ProductKey=QC986-27D34-6M3TY-JJXP9-TBGMD
FullName="hero"
OrgName="hero"
ComputerName=HERO
[Display]
BitsPerPel=32
Xresolution=800
YResolution=600
Vrefresh=60
AutoConfirm=1
[TapiLocation]
CountryCode=86
AreaCode=020
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0
[RegionalSettings]
LanguageGroup=10
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
红色部分都是参考本站N多帖子得出的方法,不知错在哪里?
UnattendSwitch="yes"
Specifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD Boot method. Set this to yes to skip the "Setting Up Internet Connection" and "Create User Accounts" screens.
AutoConfirm=1
This will disable the really annoying box the appears upon first logon if the resolution wasn't properly set. It's the popup that says your current resolution isn't correct for Windows XP.
OemSkipWelcome=0
This option should be set to 0 if you have OemPreinstall from above on No, If OemPreinstall
is on Yes then this option should be set to 1, not doing so will halt the OEM process! When set to 0 this tells Setup not to display the welcome screen during the GUI-mode of Windows Setup (Note: This is not the same as "Windows Welcome" where you set a username for your new account when Setup finishes)
原贴见http://unattended.msfn.org/unattended.xp/view/web/19
[ 本帖最后由 tylz 于 2006-11-12 12:52 AM 编辑 ] |
|