×

mmk's video: Shutdown Timer to Automatically shut down Computer at certain time

@Shutdown Timer to Automatically shut down Computer at certain time
Tutorial shows you, how to create Daily Shutdown Timer to Automatically Shut down computer at certain time. Steps to get your computer to shut down at a time specified by you: 1. Creating a BATCH File 2. Auto Run BATCH File at certain time, using Task Scheduler Create a BATCH File: Open note pad, and type following commands: | @echo off shutdown.exe /s /f /t “Seconds” /c “comment” | You can easily find all command meaning. Open Command Prompt and type shutdown slash, and Question Mark, Hit Enter. | shutdown /? | /s: means, Shutdown the computer. /f: Force running applications to close without forewarning users. /t: xxx Set the time-out period before shutdown to xxx seconds. /c: "comment" Comment on the reason for the restart or shutdown. Name and Save file as a Batch format. Make another batch file, to cancel shutdown: | @echo off shutdown /a | Name and Save file as a Batch format Auto Run BATCH File at certain time, using Task Scheduler: Go to Control Panel, Administrative Tools, Task Scheduler. Create a new task. Name it, and mark check box, “Run with highest privileges”. Go to "Actions" tab. Click on "New" button and browse your batch file. Go to “Triggers” and set time and day, when you want to run your batch file. Subscribe To My Channel and Get More Great Tips: https://www.youtube.com/subscription_center?add_user=krestsss Share this Video: https://youtu.be/3HXSKhcJAeY Related Videos: How to create and Pin Shutdown Button on taskbar & on start screen-Windows 8 https://www.youtube.com/edit?o=U&video_id=EqjVE4A-g6g Feel free to ask me any question!!! Subscribe on YouTube Channel: http://goo.gl/EjTyOO Find me on Facebook: http://goo.gl/op3TUZ Follow me on Google Plus: http://goo.gl/Uvauei Follow me on Twitter: http://goo.gl/gz2V6G This video-tutorial-attempt to answer all below questions: How to create shutdown timer windows 10? How to shut down computer with CMD? How to shut down computer automatically at certain time? How to create and set shutdown timer using BATCH file and Task Scheduler?

32

5
mmk
Subscribers
25.4K
Total Post
103
Total Views
3M
Avg. Views
46.2K
View Profile
This video was published on 2017-03-27 19:15:29 GMT by @mmk on Youtube. mmk has total 25.4K subscribers on Youtube and has a total of 103 video.This video has received 32 Likes which are lower than the average likes that mmk gets . @mmk receives an average views of 46.2K per video on Youtube.This video has received 5 comments which are lower than the average comments that mmk gets . Overall the views for this video was lower than the average for the profile.

Other post by @mmk