Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

batch file shutdown windows

Haidar answered on March 17, 2023 Popularity 7/10 Helpfulness 10/10

Contents


More Related Answers

  • cmd timed shutdown
  • windows 10 shut down after 1 hour
  • shutdown pc in 10 min run command
  • windows batch don't close
  • shutdown timer windows 10
  • How to run batch file and dellete it
  • cancel shutdown command
  • cmd shutdown
  • how to self delete a batch file
  • restart windows from cmd
  • shutdown from command prompt windows 7
  • cmd shutdown
  • windows cmd schedule shutdown
  • full shutdown windows 10 cmd
  • shutdown cmd timer
  • windows shutdown command
  • how to shut down a computer with cmd shorthand
  • keep batch file from closing
  • shutdown cmd
  • how to shutdown your computer using cmd
  • shutdown in 10 minutes windows cmd
  • how to shutdown windows 11 in powershell
  • how to cancel a shutdown command
  • windows shortcut shutdown
  • shutdown pc command
  • how to reboot a system with shutdown command
  • how to cancel a scheduled shutdown or reboot with shutdown command
  • how to cancel a scheduled shutdown or reboot with shutdown command
  • shutdown cmd

  • batch file shutdown windows

    1

    open notepad, paste the following


    @echo off

    shutdown -s -t 100


    //this will shutdown your computer in 100 seconds, you can change the time to zero(0) for

    instant shutdown


    //Then Ctrl+S to save the file and at the bottom {save as type:} click on "All files(*.*)"

    //And in {File name:} type "shutdownfilename.bat" the .bat is the batch file extension

    //Choose where to save And click save. just double click to run at will

    Popularity 7/10 Helpfulness 10/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 17 2023
    Haidar
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0

    shutdown -s -t 1000 -c " "


    should do it

    Popularity 6/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 17 2023
    Haidar
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.