Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 15
Благодарности: 0

Профиль | Отправить PM | Цитировать


Vadikan, я выполнил проверку. Но всё равно, после развертывания происходит создание нового пользователя, а после этого уже идёт автологон Администратором. Как побороть?
читать дальше »
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<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</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UserLocale>ru-RU</UserLocale>
</component>
<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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>2</LogonCount>
<Username>Administrator</Username>
<Password>
<Value>123</Value>
<PlainText>true</PlainText>
</Password>
</AutoLogon>
<RegisteredOrganization>home</RegisteredOrganization>
<RegisteredOwner>user</RegisteredOwner>
<UserAccounts>
<AdministratorPassword>
<Value>123</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
</settings>
<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>
<RegisteredOrganization>company</RegisteredOrganization>
<RegisteredOwner>owner</RegisteredOwner>
<TimeZone>FLE Standard Time</TimeZone>
</component>
</settings>
<cpifflineImage cpi:source="catalog://d:/RemoteInstall/Images/Windows 7/w7pro.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Последний раз редактировалось Accessor, 05-12-2012 в 16:52. Причина: косметическая правка


Отправлено: 16:50, 05-12-2012 | #22