Войти

Показать полную графическую версию : [статья] Файл ответов (AutoUnattend.xml) .:[все вопросы, параметры, уточнения, etc]:.


Страниц : 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

sattva
16-10-2013, 12:50
ComputerName = %MACHINENAME% »
Это будет срабатывать только в режиме "Предварительная настройка клиентских компьютеров (http://technet.microsoft.com/ru-ru/library/cc770832.aspx)"


There are several methods to name computers using WDS, and here are my conclusions:

All of them are for the "imageunattend.xml" answer file

Put "%MACHINENAME%" (without quotes) inside the ComputerName tag (Microsoft-Windows-Shell-Setup_neutral -- Pass 4 Specialize) without Pre-Staging the computer in AD (Pre-Creating the computer in AD), then you should Right Click your WDS Server inside the WDS Console and go to Properties (remember to save your answer file), now click on the "PXE Response" Tab and Click the Radio Button "Respond to all Client Computers" and the Check Box "Require Administrator Approval..." and click OK, after that you might want to load your saved answer file in one of your Install Images. When the computer boots up from PXE and from WDS it'll wait for approval then in your WDS Console in the "Pending Devices" node click refresh and you will see the computer (unless it has already been accepted), right click it and select "Name and Approve" you can write a name, that's it your deployment will continue.....NOTE: THIS METHOD IS QUITE PROBLEMATIC, I RECOMEND YOU NOT TO USE IT BECAUSE, some devices have problems using the Administrator Approval feature and will not boot from WDS, another one is the pain for naming each computer one by one inside the pending devices node, but it works...
Put "%MACHINENAME%" (without quotes) inside the ComputerName tag (Microsoft-Windows-Shell-Setup_neutral -- Pass 4 Specialize), in this case you will Pre-Stage your computer and when you're creating the Computer inside AD, it'll prompt you for the GUID, here you will enter 20 ceros and then your MAC Address like this 000000000000000000000014BC78A9, do not use the Administrator Approval unless you want it (but in that case you'll use just the "Approve" option not "Name and Approve"), then do the deployment and you'll see the name...NOTE: YOU'LL WASTE SOME TIME PRE-STAGING
Put "*" (without quotes) inside the ComputerName tag (Microsoft-Windows-Shell-Setup_neutral -- Pass 4 Specialize) or LEAVE IT BLANK (EMPTY), both ways work, but in this case you will set to "true" the "UnsecuredJoin" tag inside "Microsoft-Windows-UnattendedJoin_neutral" node giving the option to use a null-session to join the computer anonymously in the Domain, actually it'll be unsecured in the case you do not prompt the user for the WDS Credentials in the boot answer file (unattend.xml), save your image answer file and load it in your Install Image, right click your server inside the WDS Console and go to properties, then click on the AD DS tab and write your format, mine was "PC%03#" without quotes, after that you should be good to go on your deployments, i recomend you to read the Help File about unsecuredjoin and mostly all of the credentials options, good luck, sorry for my bad english. My first deployment on "Win 7 Ent x64" gave a computer name like this "PC001". =P
Another way to do this is by erasing the ComputerName tag directly from your xml file (<ComputerName></ComputerName>), then it'll prompt you for the computer name, i'm actually using this when i'm not joining the computer to the domain, because the policy applies only to AD DS, that's it.
If you're trying to keep the name of an actual existing AD Computer, you'd like to use the "%MACHINENAME%" variable inside the ComputerName tag because it'll search in AD for a Computer with the same GUID and then it'll apply the name that used to have.
Search another command and script ways for this using variables or anything else, inside Microsoft you should find everything, thank you.


А у меня стоит задача: установка "Предварительно настроенного образа" через WDS доменными пользователя с автоматическим присвоением имени ПК по имени доменного пользователя инициализировавшего установку образа на свой ПК.

vasya00
16-10-2013, 22:52
Подскажите, <CopyProfile>true</CopyProfile> подразумевает копирование текущего профиля администратора в defaultuser? Или я что-то неправельно понимаю, просто свеже созданный пользователь не имеет всех тех настроек которые были у администратора в режиме аудита...
Спасибо!

Ivan_009
24-10-2013, 00:45
Подскажите пожалуйста правильно ли я сделал Файл ответов для обоих разрядностей (x86-x64) Заранее спасибо...

vasya00
03-11-2013, 11:17
Подскажите почему может возникать ошибка:
http://images.vfl.ru/ii/1383463294/73f3d9c4/3436090_m.jpg (http://vfl.ru/fotos/73f3d9c43436090.html)
После этого установка прекращается...
Если убрать CopyProfile,то установка идет нормально, но он нужен..
<?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>
</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>
<ProductKey>
<Key>xxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>User</FullName>
<Organization>Kaktus</Organization>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</OSImage>
</ImageInstall>
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>102500</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Format>NTFS</Format>
<Label>GAMES</Label>
<Letter>D</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>SYS</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
</component>
</settings>
<settings pass="specialize">
<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">
<CopyProfile>true</CopyProfile>
</component>
</settings>
<settings pass="oobeSystem">
<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>
<UserLocale>ru-RU</UserLocale>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<TimeZone>Russian Standard Time</TimeZone>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Group>Administrators</Group>
<Name>User</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:f:/sources/install.wim#Windows 7 Ultimate SP1 KaktusClub" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Спасибо!!

--defender--
07-11-2013, 11:21
Люди кто подскажет как сделать так чтоб после установки винды с использованием файла анатендедед, а так же установки программ на 7 этапе.... сделать так чтоб ДЛЯ ВСЕХ пользователей новых была включена поумолчанию англиская клава и переключение языка через контрол шифт? уже все перерыл ниче не помогает. а жать "копировать параметры" ваще невариант!

Ivan_009
07-11-2013, 12:02
--defender--, так:

Так по умолчанию английская клава.

<SetupUILanguage>
<UILanguage>ru-RU</UILanguage>
</SetupUILanguage>
<InputLocale>en-US; ru-RU</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UILanguageFallback>ru-RU</UILanguageFallback>
<UserLocale>ru-RU</UserLocale>
</component>

А как переключение языка через контрол шифт х.з...

Ivan_009
07-11-2013, 12:21
vasya00, Пробуйте так:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<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">
<CopyProfile>true</CopyProfile>
<ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey>
<TimeZone>Russian Standard Time</TimeZone>
<RegisteredOwner>User</RegisteredOwner>
<RegisteredOrganization>Home</RegisteredOrganization>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-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>false</SkipAutoActivation>
</component>
</settings>
<settings pass="windowsPE">
<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>User</FullName>
<Organization>Home</Organization>
</UserData>
</component>
<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>
</SetupUILanguage>
<InputLocale>en-US; ru-RU</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UILanguageFallback>ru-RU</UILanguageFallback>
<UserLocale>ru-RU</UserLocale>
</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>
<SkipMachineOOBE>false</SkipMachineOOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>Russian Standard Time</TimeZone>
</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>
<UserLocale>ru-RU</UserLocale>
</component>
</settings>
</unattend>

--defender--
07-11-2013, 12:27
--defender--, так:
Так по умолчанию английская клава.
Код:
<SetupUILanguage>
<UILanguage>ru-RU</UILanguage>
</SetupUILanguage>
<InputLocale>en-US; ru-RU</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UILanguageFallback>ru-RU</UILanguageFallback>
<UserLocale>ru-RU</UserLocale>
</component>
А как переключение языка через контрол шифт х.з... »


У меня выглядит это
<SetupUILanguage>
<UILanguage>ru-RU</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409;0419:00000419</InputLocale>
<SystemLocale>ru-RU</SystemLocale>
<UILanguage>ru-RU</UILanguage>
<UILanguageFallback>ru-RU</UILanguageFallback>
<UserLocale>ru-RU</UserLocale>

настраивал по инструкции в инете.
или так неправильно?
язык поумолчанию англиский выставляется только для первого юзера и экрана выбора юзеров. и больше негде. а мне нужно чтоб когда создаю нового юзера у него тоже сразу устанавливался англиский поумолчаниию и переключение раскладки ctrl+shift...
неужели нет вариантов?

И еще вопрос: как в контекстное меню компа добавить опции показывающиеся ТОЛЬКО с зажатым шифтом " открыть cmd от админа" и "открыть проводник от админа" так чтоб высвечивался заспрос на ввода админского пароля.при отключенном UAC??

vasya00
14-11-2013, 20:55
Ivan_009, перепробывал много вариантов, закончил тем что полностью весь файл ответов предложенный вами использывал, но результат тот же:

Подскажите почему может возникать ошибка:

http://images.vfl.ru/ii/1383463294/73f3d9c4/3436090_m.jpg (http://vfl.ru/fotos/73f3d9c43436090.html)
После этого установка прекращается...
Если убрать CopyProfile,то установка идет нормально, но он нужен..
<?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>
</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>
<ProductKey>
<Key>xxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>User</FullName>
<Organization>Kaktus</Organization>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</OSImage>
</ImageInstall>
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>102500</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Format>NTFS</Format>
<Label>GAMES</Label>
<Letter>D</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>SYS</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
</component>
</settings>
<settings pass="specialize">
<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">
<CopyProfile>true</CopyProfile>
</component>
</settings>
<settings pass="oobeSystem">
<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>
<UserLocale>ru-RU</UserLocale>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<TimeZone>Russian Standard Time</TimeZone>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Group>Administrators</Group>
<Name>User</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:f:/sources/install.wim#Windows 7 Ultimate SP1 KaktusClub" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Спасибо!!

Ivan_009
14-11-2013, 21:11
vasya00, Странно у меня все работает без ошибок...

vasya00
15-11-2013, 14:15
Попробовал только:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<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">
<CopyProfile>true</CopyProfile>
</component>
</settings>
</unattend>


Заработало, но профиль не скопировался..
Ничего не понимаю...

JonyBest
18-11-2013, 11:33
прописал в specialize, oobeSystem и auditSystem:
Код:
<AutoLogon>
<Enabled>true</Enabled>
<Username>Administrator</Username>
</AutoLogon>
в Windows 7 это приводило к активации Администратора и его автологону без создания локального пользователя. В Windows 8.1 же все равно просит создать локлаьного пользователя, хотя в дальнейшем все равно автологинится в Админа. Как отключить создание локального пользователя? Уже всю документацию по два раза прочел. »

Столкнулся с той же проблемой.
Уважаемые знатоки - подскажите как бороться с этой проблемой...

FreshMen85
18-11-2013, 12:42
JonyBest, все содержимое файла ответов можно посмотреть. У меня файл ответов от 7 нормально подходит к 8.1, создается админ без каких либо других пользователей.

JonyBest
18-11-2013, 12:45
Вот посмотрите под х64

JonyBest
18-11-2013, 13:46
JonyBest, все содержимое файла ответов можно посмотреть. У меня файл ответов от 7 нормально подходит к 8.1, создается админ без каких либо других пользователей. »
Можно попробовать Ваш файл ответов?

FreshMen85
18-11-2013, 14:08
JonyBest, можно, но я посмотрел у вас файл ответов в виде совмещенной редакции для двух систем х86 и х64, а у меня все раздельно.

JonyBest
18-11-2013, 14:37
можно, но я посмотрел у вас файл ответов в виде совмещенной редакции для двух систем х86 и х64, а у меня все раздельно. »
Проверил. Ваш работает четко! Буду сравнивать...

Morbivod
20-11-2013, 21:16
Народ, помогите.
Подскажите как убрать этот диалог, что на скриншоте при автоматической установке с помощью AutoUnattend.xml (файл прилагаю).
Вроде все что мог убрал, но остался единственный диалог после установки Windows 7 который всплывает.
Установка проходит с помощью WDS, в котором образу install.wim в свойствах подсовываю этот xml.

http://s018.radikal.ru/i512/1311/4e/9f70f2387061.jpg

Ivan_009
20-11-2013, 21:18
Morbivod,

<OOBE>
<SkipMachineOOBE>false</SkipMachineOOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>

Morbivod
20-11-2013, 21:28
Код:
<OOBE>
<SkipMachineOOBE>false</SkipMachineOOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE> »

Мой:
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>

если за это отвечает <ProtectYourPC>, то он у меня тоже равен 3. Но почему то не пашет. Или дело еще в чем-то конкретно?




© OSzone.net 2001-2012