Jump to content

How does one get past a screen saver ?


JohnnyK
 Share

Recommended Posts

I have a script that needs to run an application with edit controls, which runs fine unless a screen saver is active when the script is started as a scheduled application.

No problem with power controls turning off the monitor, only when a screen saver is running.

Any suggestions?

Link to comment
Share on other sites

I have a script that needs to run an application with edit controls, which runs fine unless a screen saver is active when the script is started as a scheduled application.

No problem with power controls turning off the monitor, only when a screen saver is running.

Any suggestions?

Does the screen saver lock the system? If yes, turn that option off and add

mousemove(0,0)

mousemove(100,100)

to the start of the script

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Does the screen saver lock the system? If yes, turn that option off and add

mousemove(0,0)

mousemove(100,100)

to the start of the script

The screen saver being used is the WindowsXP flag, and does not lock the system. No password is required to restore the screen.

I have tried mouse movement and mouse clicks. I was surprised that the it worked fine when I disabled the screensaver and enabled the power management in place of the screen saver.

Link to comment
Share on other sites

I think it's possible to not allow the mouse to bring the computer back from a screensaver. If that's the case, use the keyboard. Just do Send("{SPACE}"), or any other key you want.

Err, maybe that's coming back from standby... you still might want to try it.

Edited by greenmachine
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...