Install Windows for PCs over the network | NETVN



Install Windows for PCs over the network | NETVN

Install Windows for PCs over the network | NETVN

How to install Windows for PCs over the network

Commands : https://docdro.id/b4yC33z
————
Download Tiny PXE Server :
http://reboot.pro/files/file/303-tiny-pxe-server/
Download AOMEI PE Builder :
https://www.ubackup.com/pe-builder.html
Download Windows 10 ISO :
https://www.microsoft.com/en-us/software-download/windows10
Menu :
#!ipxe
#set boot-url http://${proxydhcp}
# Setup some basic convenience variables
set menu-timeout 5000
set submenu-timeout ${menu-timeout}
# Ensure we have menu-default set to something
isset ${menu-default} || set menu-default exit
######## MAIN MENU ###################
:start
menu Welcome to iPXE’s Boot Menu
item
item BootHardDisk Boot from Hard Disk
item WinPE Windows PE
choose –default exit –timeout 30000 target && goto ${target}
########## End ####################
:BootHardDisk
exit
:WinPE
kernel ${boot-url}/wimboot
initrd ${boot-url}/BOOTMGR BOOTMGR
initrd ${boot-url}/bootmgr.efi bootmgr.efi
initrd ${boot-url}/Bootx64.efi Bootx64.efi
initrd ${boot-url}/boot/BCD BCD
initrd ${boot-url}/boot/boot.sdi boot.sdi
initrd ${boot-url}/boot/boot.wim boot.wim
boot
goto start

Nice T-shirt for you https://have-fun-2.creator-spring.com
Dream 600K Sub https://www.youtube.com/c/NETVN82
#netvn #installwindows #windows10

Comments are closed.