MadeStone

Установка windows по сети

Просмотры:
183
Дата загрузки:
09.09.2023 22:12
Длительность:
00:16:16
Категория:
Технологии и интернет

Описание

Установка windows 7 по сети.

Яндекс дзен - https://zen.yandex.ru/id/603918404c546d1ccb54a292
Донат - чтобы видео стали лучше - https://yoomoney.ru/to/41001312919209

Пакет автоматической установки Windows (AIK) для Windows 7 - http://www.microsoft.com/ru-RU/download/details.aspx?id=5753

монтирование образа - imagex /mountrw winpe.wim 1 mount

startnet.cmd

wpeinit
net use z: \\192.168.0.1\win7 /user:install install
if exist z:\sources\setup.exe (
z:
cd \sources
setup.exe
)

Размонтировать образ - imagex /unmount /commit mount

createbcd.cmd

bcdedit -createstore %1\BCD
bcdedit -store %1\BCD -create {ramdiskoptions} /d "Ramdisk options"
bcdedit -store %1\BCD -set {ramdiskoptions} ramdisksdidevice boot
bcdedit -store %1\BCD -set {ramdiskoptions} ramdisksdipath \boot\boot.sdi
for /F "tokens=2 delims={}" %%i in ('bcdedit -store %1\BCD -create /d "MyWinPE Boot Image" /application osloader') do set guid={%%i}
bcdedit -store %1\BCD -set %guid% systemroot \Windows
bcdedit -store %1\BCD -set %guid% detecthal Yes
bcdedit -store %1\BCD -set %guid% winpe Yes
bcdedit -store %1\BCD -set %guid% osdevice ramdisk=[boot]\Boot\winpe.wim,{ramdiskoptions}
bcdedit -store %1\BCD -set %guid% device ramdisk=[boot]\Boot\winpe.wim,{ramdiskoptions}
bcdedit -store %1\BCD -create {bootmgr} /d "Windows BootManager"
bcdedit -store %1\BCD -set {bootmgr} timeout 30
bcdedit -store %1\BCD -set {bootmgr} displayorder %guid%

Источники:

Рекомендуемые видео