3

I need network access from a device running WinPE, but I don't believe that the WinPE image has the correct network drivers. Is there a way to figure out what drivers I need from the command line?

I don't have access to documentation on the device.

Peter Mortensen
  • 12,090
  • 23
  • 70
  • 90
  • 2
    You could use the [DevCon](http://support.microsoft.com/kb/311272) tool to determine the ID of the NIC and then use the browser to Google for that. – Synetech Sep 17 '12 at 20:20

1 Answers1

2

I've found an application called "DevManView", and I used that to look at what devices my machine had.

Peter Mortensen
  • 12,090
  • 23
  • 70
  • 90