Write the steps to shutdown a computer

A computer is an electronic machine. We need to start it and shut it down properly, otherwise, it may give problems later. Let us learn how to do it. 

How to start a computer 

We should follow these steps carefully for starting the computer: 

Step 1. Insert the UPS plug into the socket and turn on the main power supply. 

Write the steps to shutdown a computer

Step 2. Switch ON the CPU.

Write the steps to shutdown a computer

Step 3. Turn on the monitor and watch the screen carefully.

Write the steps to shutdown a computer

Step 4. After a few seconds of that, you will see the main page. The main page will look like this after the computer is switched ON.

Write the steps to shutdown a computer

Shutting down the Computer 

To completely shut down the computer, follow these steps carefully:

Step 1. Go to the Start button and click it from the mouse. 

Write the steps to shutdown a computer

Step 2. You will see a menu like this. 

Step 3. Click Shut Down 

Write the steps to shutdown a computer

Step 4. A box like this will appear. 

Write the steps to shutdown a computer

Step 5. Select Shut down by clicking it. 

Step 6. Then, click OK.

Write the steps to shutdown a computer

Step 7. You will receive this message. 

Write the steps to shutdown a computer

Step 8. Switch off the monitor. 

Step 9. Switch off the CPU (In ATX Cabinet, we need not switch off the CPU. It automatically closes with the shutting down of windows). 

Step 10. Switch off the power supply.

If you want to download and see it in PDF, then you can click on the button given below.

Must Read:-

 Let’s Revise 

• We need to start and shut down the computer properly. 

• To start a computer we should switch ON the main power supply. 

• Click on the Start button first to shutting down the computer.

• Switch off the main power supply button after shutting down the computer.

I will keep writing more posts related to this, so do not forget to bookmark (Ctrl + D) our blog “EduTechGyan.COM” on your mobile or computer and subscribe us now to get all the posts in your email.
If you like this post, then do not forget to share it with your friends. You can help us reach more people by sharing it on social networking sites like Facebook or Twitter. Thank you !

Write the steps to shutdown a computer
Download Article

Easy-to-follow steps to use Notepad to shut down your computer

Download Article

Notepad, Windows' free text editor, is also a competent code editing program. You can use some simple Windows commands in Notepad to create a file that will shut down your computer when you run it. This is great if you want to save some clicks for future shut downs, or you want to play a prank on a friend.

  1. 1

    Open Notepad. This is the free text editing program that comes with every version of Windows. You can use it to create a command that, when run, will shut down Windows for you.

    • You can find Notepad by clicking the Start menu and selecting "Programs" → "Accessories" → "Notepad". You can also click the Start menu, type notepad, and press Enter.

  2. 2

    Type .shutdown.exe -s on the first line. This is the command to shut down the computer.

  3. 3

    Add a timer by using the .-t flag. By default, the shutdown process will be delayed by 30 seconds. You can change this by using the -t gflag with the number of seconds you want to delay.

    • For example, to create a shutdown command that waits 45 seconds, type shutdown.exe -s -t 45.
    • To create a shutdown command that shuts the computer down immediately, type shutdown.exe -s -t 00.

  4. 4

    Add a message to be displayed. If you want, you can add a personalized message to the shut down notice by using the -c flag. Using the above example, type shutdown.exe -s -t 45 -c "comment". The comment must be in quotes.[1] X Research source Go to source

    • For example, you can let the user know how long until the shutdown begins by typing shutdown.exe -s -t 45 -c "Computer will shut down in 45 seconds".

  5. 5

    Click "File" and select "Save As". You will need to save the file as a batch file, which Windows can execute to run the shutdown command.

  6. 6

    Click the "Save as type" drop-down menu and select "All Files (*.*)". This will allow you to change the file type.

  7. 7

    Delete the ..txt from the end of the file name. Replace it with .bat.

    • If you don't see the three letter file extensions, click here.

  8. 8

    Save the file. A new copy will be created with the .bat extension, and it will have a different icon than a standard text file.

  9. 9

    Run the newly-created file to run your shutdown process. The shutdown will occur according to the rules you created.

    • Make sure you've saved anything you need to before running the shut down program.

  • Question

    Can I use this with cmd?

    Yes. Just type, "shutdown/s/t 500" or however long you choose. To abort, type, "shutdown /a."

  • Question

    Does this shut down the computer for good or just until I restart it?

    It does not shut your computer down for good. It shuts down your computer the same way as if you pressed the off button.

  • Question

    How do I change the icon of this file for a prank?

    Rename the shortcut to what you want it to be called. Right-click, go to Properties and press "Change Icon". Press "Browse" and look for a suitable icon.

See more answers

  1. http://technet.microsoft.com/en-us/library/cc732503.aspx

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 21 people, some anonymous, worked to edit and improve it over time. This article has been viewed 414,536 times.

Co-authors: 21

Updated: August 11, 2022

Views: 414,536

Categories: Basic Computer Skills | Windows

  • Print
  • Send fan mail to authors

Thanks to all authors for creating a page that has been read 414,536 times.