Пользуйтесь поиском (в правом верхнем углу сайта или форума) и найдёте
Например тут
Пользовался, но не нашел. По каким-то другим фразам искал.
Сегодня попробую, спасибо.
Код: Выделить всё
%SystemRoot%\system32\sysprep\sysprep.exe /oobe /shutdown /unattend:путь\файл_ответовКод: Выделить всё
%SystemRoot%\system32\sysprep\sysprep.exe /oobe /shutdown /unattend:C:\Unattend.xmlКод: Выделить всё
*************
true
ИМЯ_ПОЛЬЗОВАТЕЛЯ
1920
1200
60
32
96
net localgroup Пользователи ИМЯ_ПОЛЬЗОВАТЕЛЯ /delete
1
net accounts /maxpwage:unlimited
2
true
Home
3
*************
*************
ИМЯ_ПОЛЬЗОВАТЕЛЯ
Administrators
Russian Standard Time
en-US; ru-RU
ru-RU
ru-RU
ru-RU
Код: Выделить всё
<!-- это секция для автоматического входа не нужна, если пароль пустой -->
<!-- <AutoLogon> -->
<!-- <Password> -->
<!-- <Value></Value> -->
<!-- </Password> -->
<!-- <Enabled>true</Enabled> -->
<!-- <Username>ИМЯ_ПОЛЬЗОВАТЕЛЯ</Username> -->
<!-- </AutoLogon> -->
<!-- это секция для задания пароля пользователя и встроенного администратора-->
<UserAccounts>
<AdministratorPassword>
<Value>пароль встроенного админа можно убрать аналогично ;)</Value>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
</Password>
<Name>ИМЯ_ПОЛЬЗОВАТЕЛЯ</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
Код: Выделить всё
ИМЯ_КОМПЬЮТЕРА
РАБОЧАЯ_ГРУППА


Код: Выделить всё
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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-UnattendedJoin" processorArchitecture="x86" 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="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>true</Enabled>
<Username>SPecialiST</Username>
</AutoLogon>
<Display>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
<RefreshRate>60</RefreshRate>
<ColorDepth>32</ColorDepth>
<DPI>96</DPI>
</Display>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>net localgroup Пользователи SPecialiST /delete</CommandLine>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>net accounts /maxpwage:unlimited</CommandLine>
<Order>2</Order>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value></Value>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
</Password>
<Name>SPecialiST</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<TimeZone>Russian Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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>
<UserLocale>ru-RU</UserLocale>
</component>
</settings>
</unattend>Код: Выделить всё
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="generalize">
<component name="Microsoft-Windows-ServerManager-SvrMgrNc" 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">
<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
</OOBE>
<RegisteredOrganization>ORG</RegisteredOrganization>
<RegisteredOwner>Admin</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
</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">
<UserLocale>ru-RU</UserLocale>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/distrib/sources/install.wim#Windows Server 2008 R2 SERVERSTANDARD"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>