FAQ по Windows Seven. Полезные советы для Windows 7 от Nizaury v.2.02.1.

ОглавлениеДобавить в закладки К обложке

9. Как не вводить ключ при инсталляции Windows?

Вариант 1

по материалам technet.microsoft.com:

EI.cfg is a Windows Setup-specific configuration file used to determine what edition and license will be used during installation. This file replaces PID.txt and is located on the product media under the \sources folder.

Добавьте в файл EI.cfg находящийся в папке \sources строку:

[PID]

Value="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

Вариант 2

Создаете файл Autounattend.xml со следующим текстом и кладете в \Sources

Помимо папки \Sources файл Autounnattend.xml следует положить в корень дистрибьютива.

<?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=”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”>

<UserData>

<AcceptEula>true</AcceptEula>

<FullName>MyName</FullName>

<Organization>Microsoft</Organization>

<ProductKey>

<Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

</UserData>

</component>

</settings>

</unattend>


Логин
Пароль
Запомнить меня