Dismount/Remove USB
#4
Posted 23 October 2009 - 08:07 AM
how to use the command line
http://www.howtogeek...ific-usb-drive/
This post has been edited by iamtheky: 23 October 2009 - 08:09 AM
#9
Posted 28 October 2009 - 03:28 PM
Noise, on Oct 28 2009, 03:26 PM, said:
You could use a Diskpart script and the "rescan" command.
Noise,
I have injected the drivers on the offline WinPE image and then you recommend that I edit the startnet.cmd to drvload them again?
#10
Posted 02 November 2009 - 02:44 PM
Once removed the driver actually takes effect on the system.
This post has been edited by Eagle710: 02 November 2009 - 03:34 PM
#11
Posted 02 November 2009 - 04:25 PM
FOR /F %%i in ('DIR /B /ON "%SystemRoot%\inf\oem*.inf"') do (
@ECHO Installing %%~ni
DRVLOAD "%SystemRoot%\inf\%%~i" > NUL
)Custom driver are injected in WinPE and their INF files are re-named to start with OEM. This little scriptlet loads all drivers at startup.
#12
Posted 04 November 2009 - 10:21 AM
If the name of the driver is net4.inf should i change the oem*.inf ?
This didn't work when I tried to use it both within the startnet.cmd and just running via command line it still requires me to remove the USB key in order for the PCI device to obtain an device ID.
This post has been edited by Eagle710: 04 November 2009 - 10:29 AM
#13
Posted 04 November 2009 - 11:02 AM
#14
Posted 18 November 2009 - 08:07 AM
Devcon.exe, /rescan

Sign In
Register
Help


MultiQuote



Report