Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Hi,
Our keyboard upper filter driver creates a raw pdo {C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}\WirelessKeyboardFilter according to the WDK sample code. Each time when the keyboard device unplug and plug, the raw pdo is created and a new registry entry is created under the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses
Example Key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses{0ca0380c-ccc7-4c63-9a70-a19ab6e7e2a4}]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses{0ca0380c-ccc7-4c63-9a70-a19ab6e7e2a4}##?#{C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}#WirelessKeyboardFilter#9&2fa270e1&0&01#{0ca0380c-ccc7-4c63-9a70-a19ab6e7e2a4}]
"DeviceInstance"="{C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}\WirelessKeyboardFilter\9&2fa270e1&0&01"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses{0ca0380c-ccc7-4c63-9a70-a19ab6e7e2a4}##?#{C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}#WirelessKeyboardFilter#9&2fa270e1&0&01#{0ca0380c-ccc7-4c63-9a70-a19ab6e7e2a4}#]
Device Instance=” {C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}\WirelessKeyboardFilter\9&2fa270e1&0&01”
Some of our clients feedbacks that there're 600,000 such entries which slows down their machine's rebooting.
Are there any approaches to mitigate this and create the entry as less as possible?
Thanks,
Marshall
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 16-20 October 2023 | Live, Online |
Developing Minifilters | 13-17 November 2023 | Live, Online |
Internals & Software Drivers | 4-8 Dec 2023 | Live, Online |
Writing WDF Drivers | 10-14 July 2023 | Live, Online |