Now give whatever name you want to give to your schedule task, I gave "Shutdown at 2 am".Step 3Now "Double Click" or "right click" on newly created scheduled task and goto its "Properties". It will then show new window.It has three TABs. Look for "TASK" tab which is the first one.On TASK tab, we have to provide following details under fields:In Run field:
Code:
E:\WINDOWS\system32\shutdown.exe -s -t 50
In Start in field:
Code:E:\WINDOWS\system32
Step 4Now Schedule tab, we have to set the time and frequency.Set daily under Scheduled Tasks and set 2:00 Am under Start Time.
Press OK and All done !Now whenever it is 2:00 am and computer is running, it will show a small window telling you that in 50 seconds computer will shutdown, you may save if any existing work is there. Btw, you can change 50 seconds to whatever you want by changing:
Code:
E:\WINDOWS\system32\shutdown.exe -s -t 50
to 30 or 10 whatever second in step there.So that was a small Tutorial which called TIP on eTI. If you enjoyed it then consider leaving some comments.Thankyou!
No comments:
Post a Comment