On WinPE, the Netcfg.exe is used to install networking. MS has added for
this purpose a new parameter named -winpe which SEEMS to be a wrapper for
following commands :
netcfg -v -l .\nettcpip.inf -c p -i ms_tcpip
netcfg -v -l .\netnb.inf -c s -i ms_netbios
netcfg -v -l .\netmscli.inf -c c -i ms_msclient
My question is : does anyone know if the -winpe is indeed a pure wrapper
for these commands, or if there is more. Could anyone explain what that
“more” could be ?
P.S. Netcfg is provided as sample in the XP DDK without support for -winpe