GOTOmsdos
铂金会员
C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『楼 主』:
全自动无人参与安装XP 2000
1, 放入光盘,在光盘中找到序列号,把光盘\i386\unattend.txt拷到一个文件,如c:\unattend.txt.把序列号换入productkey= "***...",保存.
2, 在WINDOWS"运行"或DOS窗口中,键入"光盘\i386\winnt32 /s:光盘\i386 /tempdrive:c (可自定装系统的盘) /unattend:c:\unattend.txt(如要升级,就只打/unattend)"
就行了,如没意外,你可以一边玩去了!哈哈!
全新安装一般没问题.但升级时,如果安装程序检测到不兼容,可能就要给出提示了.
在DOS中,
1, 先最好加载smartdrv.exe磁盘高速缓存,否则太慢,
2, 重复以上第一步
3, 与以上2不同的是,把winnt32改成winnt,把/tempdrive改成/t,把/unattend改成/u
*********************************************
有些朋友提出问题,我觉得有必要把无人参与文本也贴出,这样更详细点。
; Microsoft Windows Codename Whistler Personal, Professional, Server, Advanced Server and Datacenter
; 1994 - 2000 Microsoft Corporation. All rights reserved.
;
; 无人参与安装应答文件示例
;
; 此文件包含如何自动安装或升级 Windows Codename
; Whistler,这样安装程序运行就不需要用户的输入。
;
[Unattended]
Unattendmode = FullUnattended
OemPreinstall = NO
TargetPath = windows (系统目录,可自定)
Filesystem = LeaveAlone
[UserData]
FullName = "您的用户名"(自定)
OrgName = "您的单位名"(自定)
ComputerName = *(计算机名,可自定,最好加上"")
ProductKey= "JQ4T4-8VM63-6WFBK-KTT29-V8966"(序列号,添入真实的)
[GuiUnattended]
; 设置时区为中国
; 设置管理员密码为空
; 设置 AutoLogon为 ON 并登录
TimeZone = "210"
AdminPassword = *(管理员密码,可自定,最好加上"")
AutoLogon = Yes
AutoLogonCount = 1
[LicenseFilePrintData]
; 用于 Server 安装
AutoMode = "PerServer"
AutoUsers = "5"
[GuiRunOnce]
; 列出当第一次登录计算机时您想启动的程序
[Display]
BitsPerPel = 8
XResolution = 800
YResolution = 600
VRefresh = 70
[Networking]
[Identification]
JoinWorkgroup = Workgroup(可自定)
[此贴子已经被作者于2004-2-25 14:25:29编辑过]
|
|