学做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 编辑 ]-------
unattentswitch="Yes"晕,这里是一个t,直接或者是间接复制了别人们的,应该是UnattendSwitch =Yes
[ 本文章最后由 tylz 于 2006-11-12 12:53 AM 编辑 ]-------
怎么还是会出现这一个对话筐?
请大家帮我看看为什么或者是说怎么会?谢谢-------
AutoConfirm=1
没有这句吧?-------
呵呵,谢谢楼上的,的确没有这一句,当然好多东西绝大部分的都是自己动手多试一试才知道为什么或者是说怎么会,这几句我是直接或者是间接从网上复制下来的,已经成功了,请斑竹锁贴.