Hello everyone:
I'm trying to massage a script to update the nic driver
on some XP machines.
There's a glitch where the card runs at the wrong speed,
but when you go into the driver properties and run
update it updates the driver, adds to the version number
and corrects the problem.
The Microsoft say's the problem is related to "Bus
Mastering" I placed a hack in the registry to turn this
option off, but it didnt work.
Here's the code I'm trying to massage
Helllllpppp!
Thanks!
Set NetworkAdapter = "El90xnd4.sys "
GetObject("winmgmts:{impersonationLevel=impersonate}
!Win32_NetworkAdapterConfiguration=1"
' NetworkAdapter.DHCPEnabled = true
NetworkAdapter.driverUpdate = true
NetworkAdapter.Put__ ()
I'm trying to massage a script to update the nic driver
on some XP machines.
There's a glitch where the card runs at the wrong speed,
but when you go into the driver properties and run
update it updates the driver, adds to the version number
and corrects the problem.
The Microsoft say's the problem is related to "Bus
Mastering" I placed a hack in the registry to turn this
option off, but it didnt work.
Here's the code I'm trying to massage
Helllllpppp!
Thanks!
Set NetworkAdapter = "El90xnd4.sys "
GetObject("winmgmts:{impersonationLevel=impersonate}
!Win32_NetworkAdapterConfiguration=1"
' NetworkAdapter.DHCPEnabled = true
NetworkAdapter.driverUpdate = true
NetworkAdapter.Put__ ()