Order Load ing driver

  • Thread starter Thread starter NiBE
  • Start date Start date
N

NiBE

Hi,
I have made a custom shell, this file.exe is encrypted with a USB key.
But when I start my box with Win Xpe, it tells me that the driver, used to
manage the usb key, is missing, so my shell can't start, but then pressing ok
on the alert my shell start correctly.
It seems like at first start up the SO is still loading all driver, so I
wondering if there is a way to forse the loading of a specific driver first
then other.

thanks a lot

nibe
 
NiBE said:
Hi,
I have made a custom shell, this file.exe is encrypted with a USB key.
But when I start my box with Win Xpe, it tells me that the driver, used to
manage the usb key, is missing, so my shell can't start, but then pressing ok
on the alert my shell start correctly.
It seems like at first start up the SO is still loading all driver, so I
wondering if there is a way to forse the loading of a specific driver first
then other.

I'm not familiar with the device you're using, but I would simply handle
the error silently with a timeout.

If that is not possible, perhaps you could make a small loader program that
waits a while and then starts your main program.
 
Back
Top