What is a Windows scheduled task
Simply put, you can pre-configure a task to automatically execute the computer at a specified time or period.
This will be convenient for some tasks that need to be repeatedly executed.
This task can be an EXE application, which can be a bat script file, a Perl program, and so on.
how to set up scheduled Tasks
Way One:
Start with, accessories, System Tools, open the Scheduled Tasks window
Way two:
Enter tasks in the run
The way to add it is simple
1. Right-click on the blank to add:
2. A name, mail click, select "Properties"
3. "Tasks" tab settings run the program, and run the account
Starting at the path where you can set the run
4. The Schedule tab sets the time and period of the run
The actual configuration, it should be noted that the running account has the relevant permissions.
5. Click "Run"
After the configuration is complete, you can wait until the time is up for direct execution, or you can manually click Execute
View the Run log
In the Task Scheduler window, you can view the logs that are running in the following ways:
Where is this log file saved?
Locate the following registry information:
Hkey_local_machine\software\microsoft\schedulingagent
LogPath records the location of the log files.