Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hibernation

8 views
Skip to first unread message

Foxhunter

unread,
Oct 21, 2004, 1:15:05 PM10/21/04
to
I wish to create a shortcut to Hibernate on my desktop rather than having to
"Start" "Turn off Computer" shift and "Hibernate"

How can this be acheived?

Thorsten Matzner

unread,
Oct 21, 2004, 2:27:51 PM10/21/04
to
Foxhunter <porterj(removethis)@iol.ie> wrote:

I can't.

--
(tm)

Testaren

unread,
Oct 22, 2004, 2:04:42 AM10/22/04
to
> I can't.

???

You can!

There´s quite a few ways to achive this, but probably the easiest way is by
using Karen´s Show Stopper, found here:

http://www.karenware.com/powertools/ptstopper.asp

Good luck!


S.

unread,
Oct 24, 2004, 10:08:42 AM10/24/04
to
"Foxhunter" <porterj(removethis)@iol.ie> wrote in message
news:F9F6F3F3-0AC0-4494...@microsoft.com...
:I wish to create a shortcut to Hibernate on my desktop rather than having
to
: "Start" "Turn off Computer" shift and "Hibernate"
:
: How can this be acheived?

See over here:

http://www.jsiinc.com/SUBG/TIP3100/rh3153.htm

S.


David Candy

unread,
Oct 24, 2004, 7:22:58 PM10/24/04
to
Hibernate
Create a shortcut with

rundll32 Powrprof.dll,SetSuspendState

Note I can't guarantee it will always work. As we're passing Null, Null, Null. to a function that expects values. It will hibernate as you can't tell it to suspend


Platform SDK: Hardware

SetSuspendState
The SetSuspendState function suspends the system by shutting power down. Depending on the Hibernate parameter, the system either enters a suspend (sleep) state or hibernation (S4). If the ForceFlag parameter is TRUE, the system suspends operation immediately; if it is FALSE, the system requests permission from all applications and device drivers before doing so.

BOOL SetSuspendState (
BOOL Hibernate,
BOOL ForceCritical,
BOOL DisableWakeEvent
);
Parameters
Hibernate
[in] Specifies the state of the system. If TRUE, the system hibernates. If FALSE, the system is suspended.
ForceCritical
[in] Forced suspension. If TRUE, the function broadcasts a PBT_APMSUSPEND event to each application and driver, then immediately suspends operation. If FALSE, the function broadcasts a PBT_APMQUERYSUSPEND event to each application to request permission to suspend operation.
DisableWakeEvent
[in] If TRUE, the system disables all wake events. If FALSE, any system wake events remain enabled.
Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks
An application may use SetSuspendState to transition the system from the working state to the standby (sleep), or optionally, hibernate (S4) state. This function is similar to the SetSystemPowerState function.

Requirements
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 98 and later.
Header: Declared in Powrprof.h.
Library: Use Powrprof.lib.

See Also
Power Management Overview, Power Management Functions, PBT_APMQUERYSUSPEND, PBT_APMSUSPEND


Then put on start or desktop and set a hotkey in it's properties.


--
----------------------------------------------------------
http://www.uscricket.com


"Foxhunter" <porterj(removethis)@iol.ie> wrote in message news:F9F6F3F3-0AC0-4494...@microsoft.com...

0 new messages