monitor shutdown

  • Thread starter Thread starter Jeffc
  • Start date Start date
J

Jeffc

I am looking for the registry setting to stop xpe from
powering down the monitor every 20 minutes. I know that
this can be done thru the 'Power Meter Control Panel',
but I would rather make a simple component to do this.
 
Jeffc,

Did you change the power policy in your HAL ("... PC") component settings? (something to "Always On")

If you did and it did not help then:
- you can either use API to change the monitor power policy
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/power/base/setactivepwrscheme.asp
(also see my recent reply in the "Power button and hotfix Q833642" thread below)

- change the registry directly at run time.
Read it more here: http://groups.google.com/groups?hl=...=1&selm=#[email protected]

- you can use Powercfg.exe utility to change various power policy setting: http://www.jsiinc.com/SUBL/tip5500/rh5594.htm
Some related parameters mentioned here:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&c2coff=1&selm=Avwkc.10859$EV2.97599@amstwist00

Also make sure you have this QFE installed if you use Minlogon:
http://www.microsoft.com/downloads/...bb-5a04-447c-9c33-de44f1d2471b&displaylang=en
 
In the HAL component, aet the Power management policy to Presentation.
Always On will still turn the monitor off after 20 min.

Hartmut

KM said:
Jeffc,

Did you change the power policy in your HAL ("... PC") component settings? (something to "Always On")

If you did and it did not help then:
- you can either use API to change the monitor power policy
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/power/base/setactivepwrscheme.asp
(also see my recent reply in the "Power button and hotfix Q833642" thread below)

- change the registry directly at run time.
Read it more here: http://groups.google.com/groups?hl=...=1&selm=#[email protected]

- you can use Powercfg.exe utility to change various power policy
setting: http://www.jsiinc.com/SUBL/tip5500/rh5594.htm
 
Back
Top