How to keep a bot from locking screen when running a process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-17 07:19 PM
For processes that take awhile to run what is the standard method to keep a session from locking the screen? Is there a built-in function to keep the screen active or would we have to periodically have a global send key action to prevent the lock?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-17 07:59 PM
Hi Kevin,
well, you answered one option - using global click with mouse would be one way but more standard way or convenient for developers is to get an exception in security requirements and disable automatic screen locking in group policy for this specific account/computer.
Z.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-11-17 09:27 PM
Blue Prism indicates that you should configure the environment with Lock-Screen disabled.
See here: https://blueprism.knowledgeowl.com/help/how-to-configure-a-runtime-reso…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-11-17 12:46 AM
Kevin,
Let me know what you decide to do. Have the same exact problem and this very large client is unwilling to change their global security AD rules. Funny part is I have a support email from a BP developer claiming that this problem (screensaver is so rare that he has never had to code a work around).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-11-17 02:23 PM
It's possible to attach to explorer.exe and spy elements of the Windows desktop. Such an object could, for example, be used to periodically press the Windows start button to keep a screen lock away. It's a nasty solution, but it works if you have no other choice. I would only recommend it for the short term however, getting the screen saver disabled is by far the better option.
Phillip - sounds like your client has not yet fully bought into the concept of Digital Workforce, where new non-human rules apply. Keep working on them!!
