1 WindowsPE#
x86_Microsoft-Windows-International-Core-WinPE_neutral
- SetupUILanguage
- UILanguage zh-CN (安装过程中的默认语言)
- InputLocale zh-CN (输入区域语言)
- SystemLocale zh-CN (系统区域语言)
- UILanguage zh-CN (用户界面语言)
- UserLocale zh-CN (用户区域语言)
以上zh-CN表示简体中文,仅设置以上四项即可
amd64_Microsoft-Windows-Setup_neutral
- ImageInstall
- OSImage
- InstallToAvailablePartition false
(安装到可用分区:false表示安装时自行选择;true表示安装到第一个可用引导分区) - WillShowUI ** OnError**
(显示用户界面:OnError表示出错时才显示)
- InstallToAvailablePartition false
- UserDate
- AcceptEula true (接收最终用户许可条款)
- FullName WIN7 (计算机名称)
- Organization VT (工作组)
- ProductKey
- Key (填密钥)
- WillShowUI OnError
(显示用户界面:OnError表示只在出错时显示)
- OSImage
2 offlineServicing
amd64_Microsoft-Windows-LUA-Settings_neutral
- EnableLUA false (关闭UAC)
没起作用,不知道为什么。
4 specialize
amd64_Microsoft-Windows-Security-Licensing-SLC-UX_neutral
- SkipAutoActivation true (跳过自动激活)
表示安装过程中不进行联网激活的操作
amd64_Microsoft-Windows-Shell-Setup_neutral
- ComputerName ***** (计算机名)
设置成*或者不填,安装过程中自动生成计算机名称。 - TimeZone china Standard Time (时间区域:中国标准时间)
amd64_Microsoft-Windows-UnattendedJoin_neutral
- Identification
- JoinWorkgroup Work (加入工作组)
Microsoft-Windows-IE-InternetExplorer_neutral
- Home_Page http://www.baidu.com/ (IE首页)
7 oobeSystem
amd64_Microsoft-Windows-Shell-Setup_neutral
- AutoLogon
- Enabled true (打开自动登录)
- LogonCount 1
LogonCount:表示以“管理员身份”登录的次数,上面设置为1次。如果不设置,表示一直以管理员身份登录。 - Username Administrator (设置管理员用户名)
- Password
- Value Password (定义密码)
- OOBE
- ProtectYourPC 3
(3:不获取补丁, 2:获取重要补丁,1:获取所有补丁) - SkipMachineOOBE true (跳过oobe阶段)
- ProtectYourPC 3
- FolderLocations
- ProfilesDirectory D:\Users (定义用户文件夹目录)
使用方法:
SYSPREP /GENERALIZE /OOBE /SHUTDOWN /UNATTEND:UNATTEND.XML