| View previous topic :: View next topic |
| Author |
Message |
Lucky Luck
Joined: 01 May 2007 Posts: 5
|
Posted: Fri May 18, 2012 10:24 am Post subject: Sleep mode for computer when empty |
|
|
Hello
I use "turn off computer" when empty for the night, but is it possible to add "sleep mode computer" ?
Many thanks
Lucky Luck |
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Fri Nov 02, 2012 7:54 am Post subject: |
|
|
This is also what I would like. The option to go to Hibernate-mode when the qeue is empty.
Wouter |
|
| Back to top |
|
 |
mikelly1673
Joined: 12 Nov 2012 Posts: 1 Location: MA
|
Posted: Mon Nov 12, 2012 11:27 am Post subject: Yes |
|
|
| This would be an awesome addition to an already great product |
|
| Back to top |
|
 |
Quaraxkad

Joined: 29 Aug 2006 Posts: 210
|
Posted: Sun Nov 25, 2012 6:44 am Post subject: |
|
|
You can use a custom command line for that:
| Code:
|
|
%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState Standby
|
or
| Code:
|
|
%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState Hibernate
|
|
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Sun Nov 25, 2012 9:30 am Post subject: |
|
|
Thank you. I'll use that command line for now but it would be nice if it would become a clickable option.
Thanks for your info though! |
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Sun Nov 25, 2012 4:02 pm Post subject: |
|
|
The command line with hibernate in it didn't work.
Maybe the one with 'Standby' works. I'll try it next time |
|
| Back to top |
|
 |
Quaraxkad

Joined: 29 Aug 2006 Posts: 210
|
Posted: Sun Nov 25, 2012 6:16 pm Post subject: |
|
|
| wvanderheiden wrote:
|
The command line with hibernate in it didn't work.
Maybe the one with 'Standby' works. I'll try it next time
|
There's a better way to Hibernate anyway:
|
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Tue Nov 27, 2012 10:32 am Post subject: |
|
|
| That command doesnt work either. |
|
| Back to top |
|
 |
Quaraxkad

Joined: 29 Aug 2006 Posts: 210
|
Posted: Tue Nov 27, 2012 2:06 pm Post subject: |
|
|
| You may have Hibernate disabled. What version of Windows do you have? In XP, open the control panel, Power Options, on the Hibernate tab, check the "Enable hibernation" box. If it's already enabled, open a command line, Start>Run: cmd. Type "shutdown /h" (no quotes) and see if it gives you an error message. |
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Tue Nov 27, 2012 4:29 pm Post subject: |
|
|
Hibernating was indeed disabled. I activated it now and the command line works.
Thanks for helping me! |
|
| Back to top |
|
 |
wvanderheiden
Joined: 28 Feb 2012 Posts: 10
|
Posted: Thu Nov 29, 2012 12:59 pm Post subject: |
|
|
| Unfortunately, after a reboot the command line didnt work anymore. |
|
| Back to top |
|
 |
Quaraxkad

Joined: 29 Aug 2006 Posts: 210
|
Posted: Thu Nov 29, 2012 1:19 pm Post subject: |
|
|
| Did hibernate disable itself after the reboot? Did you try both commands? What happens when you run them manually on an open command line, does it give you an error message? |
|
| Back to top |
|
 |
|