Driver.NET icon indicating copy to clipboard operation
Driver.NET copied to clipboard

CreateService Return status

Open FedericoCasarella opened this issue 4 years ago • 0 comments

Hello, First of all : well done with this lib. Clearly written. Then i've a question, i was playing with the project and i was trying to start a service as kernel driver but when i run WindowsServiceKernel.TryStartDriver() it returns 0xC0000033. There's a table of all the ntload errors and this is equals to "Object Name Invalid", so i suppose the service has not been started. Am i wrong ? The settings are the same you written inside the code, just to figure out how to setup a service as kernel driver .

Thanks !

FedericoCasarella avatar Aug 23 '21 16:08 FedericoCasarella