How do I install "hello world" driver manually?
I have written a registry script where "start"=dword:3
means service requires manual start.
But how do I start and stop it? I have tried sc start <path to .sys file>
but it says specified service does not exist as an installed service
.
Also if possible, please tell me how the mapping between registry keys and driver's .sys file is made.
My understanding is that with registry value, we mention name [HKEY_LO.../drivername]
this drivername is searched in Windows/system32/drivers/ directory. If it is found there then that driver is treated according to other parameters. Please correct me if I am wrong.