windows - Can I install a driver only through modifying registry? -



windows - Can I install a driver only through modifying registry? -

to knowledge, there @ to the lowest degree 4 approches install kernel driver:

through setupxxx;

through service manager;

through inf file;

through registry;

provided have minifilter driver, wonder if next installation steps work?

step 1. re-create mydriver.sys

%systemroot%\system32\drivers\

step 2. add together subkey named mydriver under

hkey_local_machine\system\currentcontrolset\services

step 3. add together values start, type, tag, group, altitude, imagepath, etc. under subkey mydriver;

step 4. set value start 0, i.e. tell os load mydriver.sys @ boot time;

step 5. reboot.

my questions is: there disadvantages of method?

windows installation registry kernel driver

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -