Question about loading driver

M

Mike

Hello,

I am creating a kernel mode driver (.sys file). This driver will only
be used for a program I create that uses hardware that will only be in
systems my company creates. My question is how to load the driver.

Does it have to be loaded at power up by placing it in the registery,
or can I dynamically load it when my program starts up?

Thanks.

Mike
 
A

Ajay Agrawal

On Windows XP drivers are installed as Service. So you can load (start) /
unload (stop) driver from commad line using "net start (stop)". You can
alsio write a program to do the same.

Hope it will help.
-Ajay
 
G

Guest

Mike,

This newsgroup is obsolete and not monitored by experts.
Please ask driver related questions in
microsoft.public.development.device.drivers

Regards,
--PA
 

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

Top