windows 8   


ForumComputersArticlesOperating SystemsSocial NetworksInternetTechnology NewsBooksGamesProduct Reviews



Resources » General Articles » Tips & Tricks


Manually Shutdown Windows in 1 second by creating shutdown file


Posted Date:     Category: Tips & Tricks    Rating: 2 out of 52 out of 5
Author: Member Level: Diamond    Points: 10


In this article, I will explain to you a trick according to which you can create shutdown batch file in your Windows environment that will shutdown your computer system in as much time as you want. The shutdown batch file immediately boots the operating system and makes your Windows shutdown even in 1 second.


As we know that batch file system is of critical importance in Windows environment because administrator functions can be performed by it. The command based interface is used in it that allow users to remember the syntax of each command. You can also create high priority files in Windows environment which helps you to perform administrator function by your own. For example- You can create Windows based shutdown object file by using batch file system which allows you to shutdown your system in as many time as you want without worrying about the currently running applications. Finally, we can say that it is application program that allows fast booting of operating system during shutting down and improves the lazy and slow performance of your operating system. Below are the steps to create shutdown file in your windows environment-

  • Firstly, click on the start button then click on the run option and then type "notepad" in textbox and press enter. It will redirect you to notepad Windows where you can type the code given below as it is.

  • Manually Shutdown Windows in 1 second by creating shutdown file@echo off
    Color 3
    title Windows Shutdown
    set /p chirag=enter your name:

    :Initialize
    cls
    echo Hello, %chirag%
    echo.
    echo 1.Shutdown
    echo 2.Exit

    :wrong_option
    set /p option=enter your choice 1,2:
    if %option%==1 goto shutdown
    if %option%==2 exit
    echo wrong option: %option%
    goto wrong option

    :shutdown
    Manually Shutdown Windows in 1 second by creating shutdown filecls
    set /p second=enter the number of seconds that you wish the computer to shutdown:
    set /p mess=enter the shutdown message which you want to display:
    shutdown.exe -s -f -t %second% -c "%mess%"
    echo shutdown initiated at %time%
    set /p cancel=type cancel to stop shutdown
    if %cancel%==cancel shutdown.exe -a
    if %cancel%==cancel goto Initialize

  • Finally, save the file with .bat extension on your specified path after removing the notations after the "//" slash. In this way, you can create your own batch file which will shut down your system in as much time as you want.


  • Did you like this resource? Share it with your friends and show your love!




    Related Resources:


    Read related articles: Manually Shutdown Windows    Windows 8 issue    Windows 8 OS    


    Responses to "Manually Shutdown Windows in 1 second by creating shutdown file"
    Author: Aamir Shahzad    17 May 2011Member Level: Gold   Points : 1
    it is very good article about Manually Shutdown Windows in 1 second by creating shutdown file.nice job .

    Regards

    aamir khan



    Feedbacks      

    Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Turn Microsoft Windows XP computer to Internet Server
    Previous Resource: How to buy Facebook IPO shares 2012
    Return to Resources
    Post New Resource
    Category: Tips & Tricks


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    Shutdown windows in 1 second  .  Manual shutdown of Windows  .  Shutdown Windows file  .  

    Subscribe to Technology Articles by Email



    Awards & Gifts


    My Profile

    Online Memberssaritha
    More...

    Active Members
    TodayLast 7 Daysmore...


    RSS Feeds Resource Feeds
    Forum Feeds
    Job Feeds



    About Us    Trademark Disclaimer    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John