BORISKARAD, извините что так долго х)
startnet.cmd
Код:
@echo off
title Windows Preinstallation Environment
color 74
wpeinit
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\sources\install.wim SET diskroot=%%i:
:start
cls
echo.
echo.
echo.
echo ╔════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Install Windows 7 Ultimate x86 - English [1] ║
echo ║ Install Windows 7 Ultimate x86 - Italian [2] ║
echo ║ Install Windows 7 Ultimate x86 - Romanian [3] ║
echo ║ Install Windows 7 Ultimate x86 - Russian [4] ║
echo ║ ║
echo ║ Start System Recovery with MSDaRT Tools [5] ║
echo ║ ║
echo ╚════════════════════════════════════════════════════════╝
echo.
echo.
SET /P N="Choose your option and press Enter: "
if /i '%N%'=='1' goto 1
if /i '%N%'=='2' goto 2
if /i '%N%'=='3' goto 3
if /i '%N%'=='4' goto 4
if /i '%N%'=='5' goto 5
goto start
:1
start /w %diskroot%\sources\x86\setup.exe /unattend:%diskroot%\sources\x86\en-us.xml
goto start
:2
start /w %diskroot%\sources\x86\setup.exe /unattend:%diskroot%\sources\x86\it-it.xml
goto start
:3
start /w %diskroot%\sources\x86\setup.exe /unattend:%diskroot%\sources\x86\ro-ro.xml
goto start
:4
start /w %diskroot%\sources\x86\setup.exe /unattend:%diskroot%\sources\x86\ru-ru.xml
goto start
:5
start /w %windir%\system32\netstart.exe -prompt
start /w %SYSTEMDRIVE%\sources\recovery\recenv.exe
goto start
сохранить в winpe.wim\windows\system32. Кодировка 866 (OEM). Удачи!