unattended Setup - Network Adapter Duplex Mode

  • Thread starter Thread starter Christian Muggli
  • Start date Start date
C

Christian Muggli

hi all

is there a way to set the network adapter duplex mode to 100 MBit, full
duplex during windows 2000 / XP Setup ? i found a setspeed.exe utility form
intel which does that task .. but i found nothing for either broadcom, 3com
or realtek cards. i tried to edit the inf-file of the suitable driver, but
since the driver's signed, the signature gets broken and the installation of
this driver during the unattended setup fails. if someone could help me
figure out, how to sign a driver !?

helps appreciated!

rgds,

Chris
 
I believe this setting is very adapter-specific, unfortunately.

However, if the only problem is the signature on the driver, you can
add this to your unattend.txt file:

[Unattended]
DriverSigningPolicy=Ignore

- Pat
http://unattended.sourceforge.net/
 
Back
Top