how can Disable options for keyboard and mouse to wake up the host by c#
how can Disable options for keyboard and mouse to wake up the host by c# when the computer go to stanby and hibernat开发者_开发问答e, not allow to wake the computer by mouse movement or clicking on the keyboard
Manual can do it this way: control panel-> Device Manager -> keyboard/mouse -> properties -> Power Management
Usually these settings are made in BIOS so that's going to be difficult to achieve.
I am not using Win 7 So I can't say exactly.
In windows most of the settings of Group Policy and Control Panel is added in Registry. If you are able to set from Control Panel.
then, you have to create Registry Key in your C# code.
精彩评论