Link to home
Start Free TrialLog in
Avatar of ClaudeWalker
ClaudeWalker

asked on

Disable IE from allowing display to turn off

I am trying to find a way to have IE run in kiosk mode but if there is no activity to not allow the display to go to sleep.  Essentially, I'd like IE to tell the OS that it's open and therefore active despite no mouse nor keyboard activity.

How can I go about doing that?

I was in another forum and they suggested:

The solution would be to make it so that IE doesn't cause the display to sleep because that's how the system will look at it

However, they never elaborated on how to do that.

Thanks,
JOe K.
ASKER CERTIFIED SOLUTION
Avatar of cwstad2
cwstad2
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ClaudeWalker
ClaudeWalker

ASKER

Yes, but I'd like to have it if IE is not open, then the OS can sleep/turn-off-display.  

But if IE is open then it won't sleep/turn-off-display.
I'm hoping this works but I won't get to try it until later:

-REQUESTSOVERRIDE
              Sets a Power Request override for a particular Process, Service,
              or Driver. If no parameters are specified, this command displays
              the current list of Power Request Overrides.
              Usage: POWERCFG -REQUESTSOVERRIDE <CALLER_TYPE> <NAME> <REQUEST>
              <CALLER_TYPE>    Specifies one of the following caller type:
                               PROCESS, SERVICE, DRIVER. This is obtained by
                               calling the POWERCFG -REQUESTS command.
              <NAME>           Specifies the caller name. This is the name
                               returned from calling POWERCFG -REQUESTS command.
              <REQUEST>        Specifies one or more of the following Power
                               Request Types: Display, System, Awaymode.
              Example:
                  POWERCFG -REQUESTSOVERRIDE PROCESS iexplore.exe Display System
I tested it and you'd think that it would work but it didn't
Set your power options so that the screen never blanks, no screen saver, and that it never goes to sleep.
That is not what I am asking:  I'd like a conditional sleep where the computer will not sleep when IE is open