- Loading kernel drivers with Service Manager
- Posted by ijor on August 4th, 2005
Some samples in the DDK dynamically load and unload a kernel driver, without
any install or INF files, using the service manager.
Sounds great for quick development and testing some type of drivers. Is
there are documentation on what limitations this method have. I know that PNP
won't work. Anything else?
- Posted by Arkady Frenkel on August 4th, 2005
You can do it for NT ( legacy ) drivers , not WDM ( as you mentioned no
PnP/power support... )
How it can be done : http://www.microsoft.com/MSJ/0398/driver.aspx
Arkady
"ijor" <ijor@nospam.nospam> wrote in message
news:F9930DEF-47AA-45C9-A439-F831065D6804@microsoft.com...
- Posted by Pavel A. on August 4th, 2005
"ijor" wrote:
Enable / disable PnP driver using for example devcon.exe.
Of course, install it first.
--PA
Similar Posts
- Device Manager and devcon do not remove driver service entries for PNP drivers on uninstall (Drivers) by TomSanf
- Kernel Streaming Drivers (Drivers) by Tim Roberts
- Cisco CW Campus Manager, CW Common Service, CW Device Fault Manager, CWRecource Manager Essentials, NGenious RealTime Monitor, CiscoWorksRouted WAN Management Solution v1.3 [3 CDs], CiscoWorks VPN_SecurityManagement Solution v2.2, CiscoWorks QoS Poli (Routers) by TEL
- Cisco CW Campus Manager, CW Common Service, CW Device Fault Manager, CWRecource Manager Essentials, NGenious RealTime Monitor - new ! (Routers) by TEL
- Kernel DLLs in NDIS drivers (Drivers) by Maxim S. Shatskih

