2
2
I have a Microsoft keyboard that I just bought, but it has no sleep button. what it does have is 5 programmable keys that can open programs. I want to program one of the buttons to put the computer in standby mode (where the power light is flashing). what I am using right now is "Rundll32.exe Powrprof.dll,SetSuspendState Sleep" and "rundll32.exe powrprof.dll,SetSuspendState 0,1,0" but these do something different (the power light is off, not flashing) what would be a command that I would use to put the computer in standby mode?
Ah, was hoping to be able to give an answer from the
shutdown
command-line program, but it looks like it only does hibernate, but not standby. – eidylon – 2011-04-18T20:42:05.187Shutdown -h can also hibernate the computer – wullxz – 2011-04-19T06:06:58.793