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

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
 
J

John John - MVP

You can try with SC.exe. For more help Do sc /? at the Command Prompt.

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

Top