In Windows PE env, how to check which inf file the network driver used?
| Article:HOWTO42195 | | | Created: 2011-01-28 | | | Updated: 2011-08-12 | | | Article URL http://www.symantec.com/docs/HOWTO42195 |
1. Boot a PC using Windows PE
2. Quit Ghost executable
3. Open wpeinit.log
x:\ notepad x:\windows\system32\wpeinit.log
4. Find and check the string after "INF"
<snip>
Info Installing device pci\ven_11ab&dev_4363 X:\windows\INF\netmyk01.inf succeeded
<snip>
In the snip above, the NIC used "netmyk01.inf " to boot into Windows PE env.
|
|
Article URL http://www.symantec.com/docs/HOWTO42195
Terms of use for this information are found in Legal Notices









Thank you.