Shift85,
я нашла у себя unattended.xml
в нем уже было написано вот что:
Код:
![Выделить весь код](images/misc/selectcode.png)
<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,ru-RU</InputLocale>
<UILanguage>ru-RU</UILanguage>
<UserLocale>ru-RU</UserLocale>
<UILanguageFallback>ru-RU</UILanguageFallback>
<SystemLocale>ru-RU</SystemLocale>
</component>
</settings>
я добавила:
Код:
![Выделить весь код](images/misc/selectcode.png)
settings pass="specialize">
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>FirstConfig</Description>
<Order>1</Order>
<Path>cmd /c "for %a in (C D E F G H I J K L N M O P Q R S T U V W X Y Z) do if exist %a:\winconfig_by_ele0891\setup_config.bat %a:\winconfig_by_ele0891\setup_config.bat"</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
папка winconfig_by_ele0891 лежит на загрузочной флешке и мой батник не запускается
![Sad](images/smilies/sad.gif)