Relative Content

Tag Archive for hidkmdf

How to simulate virtual keyboard input in windows kernel driver?

I’m making my windows kernel driver to simulate keyboard input when timer is triggered, and using devcon.exe to install/uninstall the driver for testing.
According to the Microsoft guide, I have relevant codes to my basic KMDF project. Currently I can install the driver and confirm that timer is correctly triggered, but virtual keyboard simulation doesn’t work.