阅读:1195回复:3
为什么我的驱动在有的2000系统下重启会失效?
I implemented a filter driver, start type set to 3, use
"net start servicename" can start my driver,but when I set start type to 0(load on boot),then reboot my machine, I found my driver doesn't work. I can use "net start servicename" to start it even the start type is 0. my os is win2000 pro, what is the possible reason? please help and thanks in advance! |
|
沙发#
发布于:2004-10-12 16:42
你确定在你的驱动启动(boot=0)之前,你要过滤的设备已经起来了吗?
跟踪一下driverentry |
|
板凳#
发布于:2004-10-12 23:06
Have you ever refered to the Event Viewer? Is there any log message about your filter driver?
|
|
地板#
发布于:2004-10-25 18:09
event log just said start the driver failed with event id
7026, does this indicate anything? |
|