You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
947 B
57 lines
947 B
|
|
; Microsoft Windows
|
|
; (c) 1994 - 2001 Microsoft Corporation. All rights reserved.
|
|
;
|
|
; 无人参与安装应答文件示例
|
|
;
|
|
; 此文件包含如何自动安装或升级 Windows 的信息,
|
|
; 这样安装程序的运行就不需要用户的输入。您可以
|
|
; 在 CD:\support\tools\deploy.cab 中的 ref.chm
|
|
; 文件中获得更多信息
|
|
;
|
|
|
|
[Unattended]
|
|
Unattendmode = FullUnattended
|
|
OemPreinstall = NO
|
|
TargetPath = *
|
|
Filesystem = LeaveAlone
|
|
|
|
|
|
[GuiUnattended]
|
|
; 设置时区为中国
|
|
; 设置管理员密码为空
|
|
; 设置 AutoLogon为 ON 并登录
|
|
TimeZone = "210"
|
|
AdminPassword = *
|
|
AutoLogon = Yes
|
|
AutoLogonCount = 1
|
|
|
|
|
|
[LicenseFilePrintData]
|
|
; 用于 Server 安装
|
|
AutoMode = "PerServer"
|
|
AutoUsers = "5"
|
|
|
|
|
|
[GuiRunOnce]
|
|
; 列出当第一次登录计算机时您想启动的程序
|
|
|
|
|
|
[Display]
|
|
BitsPerPel = 16
|
|
XResolution = 800
|
|
YResolution = 600
|
|
VRefresh = 70
|
|
|
|
|
|
[Networking]
|
|
|
|
|
|
[Identification]
|
|
JoinWorkgroup = Workgroup
|
|
|
|
|
|
[UserData]
|
|
FullName = "您的用户名"
|
|
OrgName = "您的单位名"
|
|
ComputerName = *
|