Hello all,
I am updating my drivers with UpdateDriverForPlugAndPlayDevices() and it
works well. On some computers my drivers are locked and I can’t override
them (with the function or manually). If I kill the wmiprvse process using
the device manager, my drivers are unlocked (even if the wmiprvse process
is automatically restarted right after I have killed it by some other
process I guess).
Can someone tell me if this is really related to WMI because I don’t
receive any IRP_MJ_SYSTEM_CONTROL (WMI) call ?
Can someone have any suggestion on how to debug that ?
Thanks