Jump to content

Recommended Posts

Posted

My company has somehow disabled the adjustable user setting on the screensaver such that it will lockout the PC after 10 minutes of non-use. This prevents me from using Auto-it programs to generate reports via the Scheduler in the middle of the night. I have tried to run an Auto-it script so it will move the mouse cursor every 5 minutes if the mouse has not moved, but the PC still locks out. Win XP Professional.

Any ideas ? Or is there a way to run Auto-it progs when the PC is locked out ?

Posted

Thanks.  I tried Wismo.exe with the autoblank command along with a few other commands with no luck.

<{POST_SNAPBACK}>

What about opening up a cmd box and sending "DIR" to it then closing the cmd box? That should kill the lockout timer.........

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Posted

What about opening up a cmd box and sending "DIR" to it then closing the cmd box?  That should kill the lockout timer.........

<{POST_SNAPBACK}>

Yes ! I tried, RunWait(@COMSPEC & " /c Dir C:\"), and it worked !

I don't understand why moving the mouse position, pausing a second, and returning it to the starting position did not work.

It works better than putting the mouse on a test tube shaker (a suggestion by one of my peers).

Posted

You're not using 0 speed with MouseMove, are you? MouseMove can prevent idle time by moving, but IIRC, using speed 0 didn't work.

Posted

You're not using 0 speed with MouseMove, are you?  MouseMove can prevent idle time by moving, but IIRC, using speed 0 didn't work.

<{POST_SNAPBACK}>

No.

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
  • Recently Browsing   0 members

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