Prev: Can I use winusb.sys to install an HID device instead of hidclass.
Next: SPTI access from a non-admin user context.
From: gti4ever on 12 Aug 2010 14:58 Hi, I have created a HID minidriver for a HID device that supports remote wakeup. My question is: is there a way to control the "Allow this device to wake the computer" checkbox (Windows 7) so it is enabled/disabled by default when driver is installed? Thanks. G.
From: Doron Holan [MSFT] on 12 Aug 2010 16:07 no, this is up to the user to decide. d "gti4ever" wrote in message news:C83DD7F9-63AE-4695-8EB2-0773A51C8575(a)microsoft.com... Hi, I have created a HID minidriver for a HID device that supports remote wakeup. My question is: is there a way to control the "Allow this device to wake the computer" checkbox (Windows 7) so it is enabled/disabled by default when driver is installed? Thanks. G.
From: gti4ever on 12 Aug 2010 17:35
Thanks Doron, However, I noticed "Allow this device to wake the computer" checkbox is enabled by default for HID mouse. I am wondering how that is done. G. "Doron Holan [MSFT]" wrote: > no, this is up to the user to decide. > > d > |