JeremyCade
New member
- Local time
- 2:35 AM
- Messages
- 2
Does anyone know if it's possible to automatically shutdown after a Win7 Backup has run?
Thanks.
Thanks.
My Computer
- OS
- Win 7 RC
Does anyone know if it's possible to automatically shutdown after a Win7 Backup has run?
Thanks.
this is very frustrating - it shouldn't be necessary to use complex workarounds for something basic like this!
Many of the most basic freeware programs include a function to shut down after completing their process, so why doesn't Win 7 give the option to shut down after back up???
Bewildering. The sleep function in W7 is also useless since it just ignores any running programs and puts the computer to sleep on schedule, interrupting ongoing backups, movie encodes, etc.
Hi All,
What I've ended up doing is setting a task to watch for the backup complete event in the Application log.
Steps to replicate this if anyone is interested are:
- Open Task Scheduler
- Create a new basic task
- Enter a description for the task
- On the trigger screen select "When a specific event is logged"
- Select the Application from the log drop down menu.
- Select Backup from the source drop down menu.
- Enter 4098 as the event ID..
- On the action screen select "Start a program"
- Enter "Shutdown" into the Program/Script text box.
- Enter "/s" into the Arguments box.
- Click next & Finish.
- Run a backup to confirm the task is working.
What I've ended up doing is setting a task to watch for the backup complete event in the Application log.