SysChat is a free online computer support community. Ask questions, share resources, contribute knowledge and discuss technology. Join our growing community to access all features. Register Now!

SysChat » Tutorials » Windows » How to Automate Windows 7 with Task Scheduler

Windows

Guides and tutorials on Windows operating systems

Comment
 
LinkBack Tutorial Tools
How to Automate Windows 7 with Task Scheduler

How to Automate Windows 7 with Task Scheduler

Published by DominicD
04-15-2011

Tag Blue How to Automate Windows 7 with Task Scheduler

Windows 7 improved its Task Scheduler to be more user friendly and customizable. With Task Scheduler, you can automate nearly every software and process in your computer. Save electricity and set your computer to automatically shut down at a certain time. Optimize your computer’s performance by automatically running CCleaner and disk cleanup when the computer is idle. Task Scheduler can even be used to schedule a sync/backup of your files.


Schedule an Automatic Shutdown

1. Start Task Scheduler

Go to Start Menu -> All Programs -> Accessories -> System tools -> Task Scheduler


2. Create a basic task



3. Name the task and include a description



4. Specify a “Trigger”. A trigger can be a timed schedule, or an event that happens on your computer (when the computer starts, when a user logs in, or when a program or event has happened in Windows)



5. A timed “trigger” needs a schedule and frequency – if the task is to be done at repeating schedules



6. Now set an “Action”. Literally, an action is what your computer will perform when the Trigger event is encountered. In this case, to automate a computer shutdown, we need to run the windows shutdown command. Choose “Start a program” as the Action.



7. The program “shutdown.exe” is responsible for shutting down and turning off your computer.

In “Program/Script”, input:
C:Windows\System32\shutdown.exe
In “Add arguments”, input:
/s



8. Click Finish



9. During the scheduled time of shutdown, Windows will notify one minute before it shuts down.


**For more information on the “shutdown /s” command, refer to the screenshot below:




========================================


Schedule CCleaner with Task Manager

1. Start Task Scheduler, and Create a basic task
2. Specify a Trigger – you might want to schedule CCleaner to running weekly.


3. Set the Action

Program/Script: C:\Program Files\CCleaner
Add arguments: /AUTO



========================================


Schedule Disk Cleanup with Task Manager

1. Start Task Scheduler, and Create a basic task
2. Specify a Trigger – you might want to run a Disk Cleanup weekly/monthly.


3. Set the Action

Program/Script: C:\Windows\System32\cleanmgr.exe
Add arguments: /d c

Refer to How to Automate the Disk Cleanup Tool in Windows XP for more Disk Cleanup commands


Comment





Similar Threads
Tutorial Tutorial Starter Category Comments Last Post
Tips For Speeding Up Windows XP, Without Utilizing 'Defrag' Sami Windows 27 09-17-2013 05:45 AM
15 Keyboard Shortcut keys for Windows 7 dwarkarao Windows 7 0 12-04-2009 04:39 AM
Microsoft Office professional 2007 trial version linda General Software 8 02-23-2009 05:33 AM
Top Ten New Features in Windows Vista Sami Windows 0 01-16-2007 04:43 PM
Windows Vista - a Welcome Change! Sami Articles 0 02-01-2006 08:29 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are on



» Ads



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54