How to load a *.sys driver dynamically / from command line?

  • Thread starter Thread starter Carla Lacrosse
  • Start date Start date
C

Carla Lacrosse

Normally *.sys drivers are put during the installation of a program into the folder

C:\Windows\system32\drivers\

and loaded from there during the next boot.

But is there a way to NOT put it into the directory mentioned above and
load it dynamically later (without reboot) from command line?

I could imagine that there is something similar to registering DLLs aferwards with

regsvr32 aaaaa.dll

Maybe there is twin command like:

regload32 bbbbb.sys

Carla
 

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