Jump to content

Task Scheduler running hidden tasks


Recommended Posts

I have task scheduler scheduled to run a script that contains "SplashImage" but it is keeping the program hidden and image never appears when launched.. Task is setup to "Run only when user is logged in"

Any help would be appreciated! Thanks

Link to comment
Share on other sites

  • Moderators

And when creating the task did you set it to interactive so it has access to the desktop of the logged in user?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

   /IT                Enables the task to run interactively only if the /RU
                      user is currently logged
on at the time the job runs.
                      This task runs only if the user is logged in.

You can initiate psexec|paexec, with -s -i params.

Otherwise, debug your schtask /create via command line, before moving it into your script (it will show your failures, and why it failed, to create)

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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...