-
Notifications
You must be signed in to change notification settings - Fork 0
/
autounattend_x64.xml
230 lines (195 loc) · 11.7 KB
/
autounattend_x64.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!--**********************************************************************************************************************************************************
Answer File autounattend.xml by dialmak
Поддерживается автоактивация для
- Windоws 7 Enterprise\Professional\POSReady\ThinPC
- Windows 8.1 Enterprise\Professional\Embedded Industry Enterprise\Embedded Industry Professional
- Windows 10 Education\Enterprise\Professional\Home
Внимание! Для автоактивации требуется интернет при установке Windоws!
Исключение Windоws 7 POSReady, она активируется просто ключем ;)
При установке потребуется указать только редакцию и диск\раздел для установки, при желании и это можно автоматизировать.
Измените следующие параметры:
- имя пользователя dialmak на свое
- часовой пояс FLE Standard Time на свой, который можно посмотреть по команде tzutil /l | more
- языковые настройки ru-RU на язык дистрибутива Windows, например uk-UA
Язык ввода InputLocale можно указать для нескольких языков, например <InputLocale>en-US;ru-RU</InputLocale>
Внимание! Если языковые настройки не соответствуют дистрибутиву - вы получите запрос языковых параметров!
Порядок поиска неявно заданного файла ответов см. на офсайте https://msdn.microsoft.com/ru-ru/library/windows/hardware/dn938367(v=vs.85).aspx
***************************************************************************************************************************************************************-->
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>ru-RU</UILanguage>
<WillShowUI>Never</WillShowUI>
</SetupUILanguage>
<InputLocale>en-US;ru-RU</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UserLocale>ru-RU</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>COMPUTER</FullName>
<Organization></Organization>
<ProductKey>
<Key></Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>true</EnableLUA>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>*</ComputerName>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>en-US;ru-RU</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UILanguageFallback>ru-RU</UILanguageFallback>
<UserLocale>ru-RU</UserLocale>
</component>
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Identification>
<JoinWorkgroup>WORKGROUP</JoinWorkgroup>
</Identification>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RegisteredOwner>dialmak</RegisteredOwner>
<TimeZone>FLE Standard Time</TimeZone>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<AutoLogon>
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>dialmak</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>dialmak</DisplayName>
<Group>Administrators</Group>
<Name>dialmak</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<FirstLogonCommands>
<!-- Активация через публичный KMS сервер http://forum.ru-board.com/topic.cgi?forum=55&topic=12928&start=148&limit=1&m=1#1 -->
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Install GVLK key for Windows 7 Professional</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Install GVLK key for Windows 7 Enterprise</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<Description>Install VOLUNE:BA key for Windows 7 POSReady</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk 73Q3V-DBY4D-8C4W8-HMTKP-GDMM9</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>4</Order>
<Description>Install GVLK key for Windows 7 ThinPC</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk 73KQT-CD9G6-K7TQG-66MRP-CQ22C</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>5</Order>
<Description>Install GVLK key for Windows 8.1 Embedded Industry Professional</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk NMMPB-38DD4-R2823-62W8D-VXKJB</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>6</Order>
<Description>Install GVLK key for Windows 8.1 Embedded Industry Enterprise</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk FNFKF-PWTVT-9RC8H-32HB2-JB34X</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>7</Order>
<Description>Install GVLK key for Windows 8.1 Professional</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>8</Order>
<Description>Install GVLK key for Windows 8.1 Enterprise</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>9</Order>
<Description>Install GVLK key for Windows 10 Home</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>10</Order>
<Description>Install GVLK key for Windows 10 Professional</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>11</Order>
<Description>Install GVLK key for Windows 10 Enterprise</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>12</Order>
<Description>Install GVLK key for Windows 10 Education</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>13</Order>
<Description>Set KMS server</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /skms kms.03k.org</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>14</Order>
<Description>Activation</Description>
<CommandLine>cscript //nologo %windir%\system32\slmgr.vbs /ato</CommandLine>
</SynchronousCommand>
<!-- Отключаем 'Fast startup' -->
<SynchronousCommand wcm:action="add">
<Order>15</Order>
<Description>Disable Hiberboot</Description>
<CommandLine>reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f</CommandLine>
</SynchronousCommand>
<!-- Установливаем 'Срок действия пароля не ограничен' -->
<SynchronousCommand wcm:action="add">
<Order>16</Order>
<Description>Password Never Expires</Description>
<CommandLine>cmd /C wmic useraccount where name="dialmak" set PasswordExpires=false</CommandLine>
</SynchronousCommand>
<!-- Сюда добавляем что угодно через SynchronousCommand, например онлайн установку MS Office или ... --> -->
</FirstLogonCommands>
</component>
</settings>
</unattend>