Jump to content

Search the Community

Showing results for tags 'Task Scheduler'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 6 results

  1. Version 1.6.0.1

    1,749 downloads

    Extensive library to control and manipulate Microsoft Task Scheduler Service. Please check this site for the implementation status! Please check the History.txt file in the archive for the changelog. Please check the WIKI for details about how to use the UDF. BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort KNOWN BUGS (last changed: 2021-02-03) None Things to come (last changed: 2021-02-03) None
  2. Hi, I have a specific situation: Is it possible to run autoit script/.exe as a task which in turn is automating a desktop user interactive application on windows 10 where user will not be logged in - at best I can get user locked? If so how will this work or is there any tool available to do this? I am trying z-cron task scheduler but it runs only some part also I tried windows 10 task schedule with option to allow task to run which is user interactive type but that too does not work. Looking forward to hear from you to help me out of this situation. Thanks,
  3. I have a Windows 7 machine that is running a series of AutoIT 3 scripts from a master script. When run manually, the entire set of scripts runs fine. The scripts downloads data and do conversions and email results. When run from task scheduler, the machine awakes and starts running the master script. The first script runs fine, but the second part fails. The first script is a simple call to an exe file that just runs. The second script calls another exe file, but requires a few mouse clicks to run. The further on scripts all run fine. When letting the script run from task scheduler (after being put to sleep) , if I move the mouse (or press a key), the login screen comes up (Strange, as No Password is set, and when machine boots, it comes straight into desktop). If I click on the icon (no password) the scripts run fine. I am sure there is a setting somewhere that I have to set differently in task scheduler, or there is something in a W7 setting I need to change. My Task Scheduler quick tests are in the lines of: Run only when user is logged on / Run whether user is logged on or not Run with Highest Privileges / or Not Configure for: (W7 / Vista / XP) Getting lost in the combinations, so will have to do a methodical series of tests, but hoping someone here might have some experience or suggestions. So, is it a Task Scheduler Setting (what combo) or a Windows 7 setting (what and where)? Any help or suggestion is appreciated. Thanks in Advance.
  4. This script will get all Scheduled tasks as defined on a system There are basically 3 functions in this small udf: _TaskGetFolders() will return an array of all folders as from a given Scheduler Library folder, recursively. $aFolders will have to be declared before the function is called, I am not sure if there is a better method to avoid having to declare the array outside of _TaskGetFolders()... _TaskListAllDetailed() will return a detailed array of all tasks in a given task folder, recursively. This function is using _TaskGetFolders() for the recurse option. _TaskListToText() will create a formatted output of scheduled tasks as returned to the above array. The script is complementary to taskplanerCOM.au3 by Allow2010. The example shows all folders in the Scheduler Library All scheduled tasks in root (with formatted output) All scheduled tasks on the system Scheduled tasks Windows Defender if available _TaskListAllDetailed.au3
  5. My script is run by Task Scheduler at night. I want to leave a message for the user so he can see it the next day. For users who remained logged in it's easy to leave a message on the screen, but that's impossible when the user is logged off when my task is run (my scripts runs fine; but no messages are displayed. Is this due to something called "Session 0 Isolation"?) Is there a sure-fire way to detect if the system is sitting at the logon screen when my script is run by Task Scheduler? If my script knows it is running while the system is in this state it'll know what activities are impossible, like keyboard/mouse input, displaying messages, etc. (note Task Scheduler employs the user's credentials to run my script so checking for @username is of no help.)
  6. I tried to start Skype via Task Scheduler, but when it started, it only ran in the background. Then I made an AutoIt script to open the Start menu, type the path to Skype and press Enter. That also didn't work. The Task Schedular claimed the process started, but I didn't see anything happening. After doing some research, I found out that the problem was that I selected the checkbox in Task Scheduler to run the task even when I'm not logged in. When you do that, Task Scheduler runs the task in the background, so you can't see the started program. I didn't see anyone mention this on the forum, so I thought I'd mention this here.
×
×
  • Create New...