Hello anyone.

How to configure wince 5.0 to go sleeping due to user
inactivity? It seems that it is not enough to set timeout
in registry:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\Timeouts]
"ACSuspend"=dword:1E

and to add "Power Manager (Full)" or "Power Manager (Minimal)".


Of course I have OEMPowerOff implemented and working in my platform.

Thanks.

Re: Automatic Sleep by Anthony

Anthony
Fri May 27 11:45:06 CDT 2005

I think what you've done should be enough if you have no set INFINITE
timeouts (=0) for user idle and system idle.
Make sure nobody set some activity events (like an activesync connection for
instance)
--
----------------------------------------------------------------
Anthony Pellerin
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------


"voidcoder" <voidcoder@yahoo.com> wrote in message
news:O$IXGRtYFHA.1092@tk2msftngp13.phx.gbl...
> Hello anyone.
>
> How to configure wince 5.0 to go sleeping due to user
> inactivity? It seems that it is not enough to set timeout
> in registry:
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\Timeouts]
> "ACSuspend"=dword:1E
>
> and to add "Power Manager (Full)" or "Power Manager (Minimal)".
>
>
> Of course I have OEMPowerOff implemented and working in my platform.
>
> Thanks.
>
>
>