Where are the driver files load information stored?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When the computer loads with boot logging you can see it loading all the
files. Looks something like....

\WINDOWS\system32\DRIVERS\<filename1>
\WINDOWS\system32\DRIVERS\<filename2>

.... now I am curious about where the information for loading these drivers
is located. What file says to load which drivers on bootup?
 
It comes from information stored in the Start Values in the registry
services keys stored at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

Possible start values:

Boot 0x0
System 0x1
Automatic 0x2
Manual 0x3
Disabled 0x4

Note that the CurrentControlSet key is not a real key as such, it is
created from one of the HKEY_LOCAL_MACHINE\SYSTEM\ControlSetnnn keys
when the computer is booted.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top