Can anyone help me make a scheduled shutdown program?

Updated on technology 2024-02-09
15 answers
  1. Anonymous users2024-02-05

    In the case of XP systems, there are files in XP.

    That is to say, if that machine has it, that machine can execute this order.

    Format: shutdown -s -t time.

    shutdown -s -t 3600

    The system will automatically shut down within an hour.

    Take care to save your files.

  2. Anonymous users2024-02-04

    Thousands of quiet listening, you can automatically shut down.。。

    You might as well try it, you can listen to music before going to bed, you set the time to the time and it will help you turn off the computer...

  3. Anonymous users2024-02-03

    Thunderbolt can also be automatically shut down.。。。 Let him turn off his own after finishing his things in the evening.

  4. Anonymous users2024-02-02

    Most of the ways to achieve automatic shutdown are to use some third-party software, which is not only troublesome, but also to use a software to achieve this small function, which is a big fuss! In fact, WinXP itself has the function of timing shutdown, let's take a look at how to achieve automatic shutdown of Windows XP through the timing shutdown command:

    Windows XP shutdown is program-controlled and is located in the Windows System32 folder. If you want Windows 2000 to do the same, you can copy it to the system directory.

    For example, if your computer wants to shut down at 22:00, you can choose "Start Running" and enter "at 22:00 shutdown -s", so that at 22:00, the computer will appear "System Shutdown" dialog box, which has a 30-second countdown by default and prompts you to save your work.

    If you want to shut down in a countdown mode, you can enter "s -t 3600", here it means it will automatically shut down after 60 minutes, and "3600" means 60 minutes. In this way, the timed shutdown command is set.

    Each of them has a specific purpose, and each one will have a different effect, such as "-s" means shutting down the local computer, "-a" means canceling the shutdown operation, and more parameters are listed below, which you can use as needed.

    f: Forcibly close the application.

    m Computer Name: Controls the remote computer.

    i: Displays the graphical user interface, but must be the first option for shutdown.

    l: Log out of the current user.

    r: Shut down and restart.

    c "The content of the message": Enter the message content in the shutdown dialog box (no more than 127 characters).

    After setting the scheduled shutdown command, add a schedule to the task plan in the control panel, enter "c: winnt r" in the operation to enter the administrator's password in the setting password, and enter the daily running time in the schedule field, so that you can restart the computer at the daily schedule.

  5. Anonymous users2024-02-01

    Indows 7 Scheduled Shutdown:

    Run"shutdown -s -t 3600", where"3600"Runs for the number of seconds until shutdown"shutdown -a"Cancel the scheduled shutdown!

    echo off

    at 22:50 every:m,t,w,th,f,s,su shutdown -s -t 60 -c "It's late, it's time to go to bed! "

    at 13:50 every:m,t,w,th,f,s,su shutdown -s -t 60 -c "The power is going out, so save it! "

    at 15:50 every:m,t,w,th,f,s,su shutdown -s -t 60 -c "The power is going out, so save it! "

    at 9:50 every:m,t,w,th,f,s,su shutdown -s -t 60 -c "The power is going out, so save it! "

    at 5:50 every:m,t,w,th,f,s,su shutdown -s -t 60 -c "The power is going out, so save it! "

    The echo is done!

    pause&end

    Copy the above as a document, and change the file name to: Scheduled shutdown. BAT can be run as an administrator.

    XP Timed Shutdown:

    For example, if your computer wants to shut down at 22:00, you can choose "Start Running" and enter "at 22:00 shutdown -s", so that at 22:00, the computer will appear "System Shutdown" dialog box, which has a 30-second countdown by default and prompts you to save your work.

    If you want to shut down in a countdown mode, you can enter "s -t 3600", here it means it will automatically shut down after 60 minutes, and "3600" means 60 minutes. In this way, the timed shutdown command is set.

  6. Anonymous users2024-01-31

    Open the Task Scheduler panel, select Create Basic Task, and select Add Parameter to -s in Program or Script. Here's a closer look:

    1. Add a task program to execute.

    1. Enter the command [click OK] in the running panel popped up by shortcut key [Win] + [R] to pop up;

    2. In the pop-up [Task Scheduler] panel, select [Create Basic Task], set the [Task Name] and [Trigger Task Time] in the [Create Basic Task Wizard] that opens, and finally select [Add Parameter as [-S] in [Program or Script] to set how many seconds to shut down;

    3. Finally, click [Finish], after the setting is completed, you can see it in the [Task Scheduler Library], you can directly right-click and select [Delete] or select the task in the [Selected] drop-down list and click [Delete];

    2. Set the automatic shutdown command by the countdown method.

    1. Shortcut key [Win] + [R] Enter the command [shutdown -s -t 3600] and click [OK], the computer will shut down after 1 hour;

    2. The cancellation command can cancel the set command through [shutdown -a];

    3. Specify that the system will automatically shut down at a certain point in time.

    Shortcut key [Win] + [R] Enter the command [at 20:30 shutdown -s] and click [OK], so that the shutdown command will be executed at 20:30.

  7. Anonymous users2024-01-30

    Here's how:

    2.Right-click the cmd icon and select Run as Administrator in the context menu;

    3.The User Account Control dialog pops up, and a warning appears because administrator privileges were used in the previous step;

    4.A command window pops up, where you type shutdown ?After that, press Enter;

    5.The command window gives us a lot of text information, and here we need to focus on the two messages that are checked in red in the figure below. These two pieces of information are explanations of command parameters;

    6.Enter shutdown s t 10, and the shutdown dialog box will pop up. The meaning of s is shutdown. And the number after t means how many seconds after the shutdown.

  8. Anonymous users2024-01-29

    Three minutes a day, a month to become a god.

  9. Anonymous users2024-01-28

    at 15:30 shutdown -s This is an automatic shutdown at 15:30.

    shutdown -s -t 1500 This is shutdown after 1500 seconds.

    shutdown -a This is to cancel the shutdown setting.

  10. Anonymous users2024-01-27

    Copy it to the system directory. For example, if your computer wants to shut down at 20:00, you can select "Start Run" and enter "at 20:".

    00 shutdown -s", so that at 20 o'clock the computer will appear "System Shutdown" dialog box, by default there is a 30-second countdown and prompt you to save your work.

  11. Anonymous users2024-01-26

    This timer shutdown, as long as you set the timer shutdown, it will automatically, well, shut down the computer when the time comes.

  12. Anonymous users2024-01-25

    Enter shutdown -s -t 100 where 100 means shutdown after 100 seconds.

    If you want to cancel, type shutdown -a and you're good to go.

  13. Anonymous users2024-01-24

    In the Run bar of the Start Menu bar.

    Enter shutdown -s -t (seconds, if the shutdown is 3 hours later, enter 3 60 x 60).

    If you want to cancel, you can type: shutdown -a and you're good to go.

  14. Anonymous users2024-01-23

    Enter "at 19:00 shutdown -s" in the run command box, and then the "System Shutdown" dialog box will appear on the computer at 19 o'clock, and you will have 30 seconds to save the work by default.

  15. Anonymous users2024-01-22

    It's just that the phone is set to turn on and off, isn't it? What is a running schedule?

Related questions
16 answers2024-02-09

Sand volume: 1 3 cubic meters.

I can pave a road: m. >>>More

12 answers2024-02-09

Do you know that CCTV has a program called "Home Tips"? There are a lot of them, and they are all very convenient! It's very good, and there are ** on the Internet to tell you how to do it, you go on** a search for home has a magic trick on it, and there are many options.

5 answers2024-02-09

Tibetan poem Don Grace Happy Birthday".

Tang Fengsheng, golden autumn is cool, the benefactor is benevolent, and the osmanthus is fragrant. >>>More

7 answers2024-02-09

One theory: Legend has it that after the death of a person, he went on the Huangquan Road after passing the ghost gate, and the Huangquan Road was full of flowers that only saw flowers and did not see leaves. >>>More

14 answers2024-02-09

I can give it to you. I have a lot of private ones, all of which I have bought**, only a few of them are not**, but there are a lot of mini beans that are not**, and a lot of things have been unlocked. Anyone who wants it can come to me.