Login Widows from Hibernate

Discuss RoboTask here
zkhoja
Posts: 11
Joined: Tue Sep 26, 2006 10:42 am

Login Widows from Hibernate

Post by zkhoja »

I have a task that needs to be run early morning.  Is it possible for Robotask to exit the hibernate mode and then login windows?
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Login Widows from Hibernate

Post by Oleg »

You can exit from hibernating mode manually only, because your computer is turned off at this time.
zkhoja
Posts: 11
Joined: Tue Sep 26, 2006 10:42 am

Login Widows from Hibernate

Post by zkhoja »

To successfully complete my task, I would have to turn off Hibernation?  How about the screensaver? How about the monitor?  Please advise on a method.... 
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Login Widows from Hibernate

Post by Oleg »

How about the screensaver? How about the monitor?
What do you mean?
Do you want to log on to the session from within the session? It's impossible. Any user application can't access to to the login screen from within the session. It is a feature of Windows.
This may be possible only on system driver level.
Last edited by Oleg on Wed Sep 27, 2006 9:44 am, edited 1 time in total.
zkhoja
Posts: 11
Joined: Tue Sep 26, 2006 10:42 am

Login Widows from Hibernate

Post by zkhoja »

damn......  lemme tell you my situation...
- we need to run a task (run a feature in an app) on a specific PC of @ 6am in the morning
- the user leaves the PC @ 5pm and returns @ 8a
- the PC is unattended
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Login Widows from Hibernate

Post by Oleg »

You can use RoboTask as NT service. In this case you do not need to login to the computer. It's enough to turn on one. At the end of work day you do logoff (but do not turn off the computer) and RoboTask will execute all scheduled tasks in the night.

Do you need additional instructions how to use RoboTask as NT Service? Also see topic "Running RoboTask as an NT service" in help file.
zkhoja
Posts: 11
Joined: Tue Sep 26, 2006 10:42 am

Login Widows from Hibernate

Post by zkhoja »

I'm running my task while the PC is locked, I've been testing and the task does not run properly.  If I run the task while the PC is not locked, it runs fine.  When I lock the PC, it gets as far as opening the app and then nothing from there..... please help...
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Login Widows from Hibernate

Post by Oleg »

Maybe you try to use some interactive actions such as mouse actions or emulate keystrokes.
Unfortunately, system ignore any mouse actions an keystrokes in locked session. This is the feature of Windows.

If you want to use your task in locked (or logged-off) computer you must avoid any interactive actions.
zkhoja
Posts: 11
Joined: Tue Sep 26, 2006 10:42 am

Login Widows from Hibernate

Post by zkhoja »

Do you have any suggestions then?
ahunkins
Posts: 24
Joined: Wed Dec 15, 2004 7:37 am

Login Widows from Hibernate

Post by ahunkins »

Maybe leave the computer unlocked but remove the keyboard and mouse overnight?  RoboTask can still run but no one could affect change to the computer unless they went to a lot of trouble to figure it out and find a keyboard and/or mouse to attach.
 
Post Reply