http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2021/01/13/How-to-properly-install-Windows.html
Then, I execute these commands which will assign a proper IP to the NIC linked to the internal switch, mount my network share inside the Windows Setup environment, and use DISM to capture the hard drive and create an image: wpeinit
netcfg -winpe
netsh interface ipv4 set address name="Ethernet 2" static 192.168.1.2 255.255.255.0 192.168.1.1
net use Z: \\192.168.1.1\Windows10Custom /user:Valentin
dism /Capture-Image /ImageFile:Z:\install.wim /CaptureDir:C:\ /Name:"Windows 10 Pro v20H2" /ScratchDir:Z:\temp...