I didn't plan to write this article because I sent a collar yesterday to say that my computer was about to shut down at a certain time. A blogger asked me how to make a Timed Shutdown. I couldn't make it clear if I thought about 140 words, after all, my personal expression skills are limited, so I plan to use images and texts to show them!
Because of work, I work daily on a computer, but I also like to touch my computer when I go home! No matter what you do, the computer is always on your mind! Later, I planned to shut down my computer on time on the 23rd every day. I was afraid that I could not control it. I always wanted to delay the time. Then I simply set a time to shut down the computer. "Cherish your life and stay away from the computer"
The following two methods are used to implement timed automatic shutdown, ① With the help of thunder ② using the shutdown command
1. First, make sure you have installed thunder. Open thunder and add a scheduled task! It can be changed at any time.
2. Use the shutdown command to shut down the instance. This step is troublesome!
Open notepad and enter the following characters:
Shut down echo 30 seconds later
Shutdown/f/s/t 30
Save the file as: "shut down. bat". Note that the suffix is. bat .!
Go to the control panel and set the settings as shown in the following figure:
The program selected here is the shutdown. bat file saved just now!
Everything is okay. Now you will shut down at every day after the boot!
What if you don't want to shut down? You can delete or disable a new shutdown task!
You can also create a new file to cancel shutdown. bat. You only need to double-click the file! (Because the prompt just now has 30 seconds of room for maneuver !)
Type the following characters in cancel shutdown. bat:
Shutdown/
Note: If you use the second method, and you also use the 360 security guard, the following situation will occur:
Of course, the shutdown command is definitely not a virus. It's just 360... You can ignore this item. Don't be scared by him!
I hope it will be useful to you. Thank you!
Technorati label: shutdown