9mohit2 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Can someone guide me whether all Perl scripts can be executed via Task Scheduler when the system is in locked state. I faced some issue with the scripts involving Win32::OLE use.

Anyone having experience in this thing??Please comment
  • Comment on Perl Script execution while system in locked.

Replies are listed 'Best First'.
Re: Perl Script execution while system in locked.
by marto (Cardinal) on Mar 23, 2017 at 11:00 UTC

    If I recall correctly some things won't work when the screen is locked, what are you trying to do? Things such as screen automation, sending key presses?

Re: Perl Script execution while system in locked.
by madtoperl (Hermit) on Mar 23, 2017 at 13:00 UTC