Shutdown Windows

 Shutdown Windows with different styles!

Generally everyone who use Windows knows about its feature of Shutdown.
I mean to say that 99.9% people who use computers with Windows as OS know how to shutdown it.But it is the common way of shutting down, it usually clicking the shutdown button located in the start menu of start button.
        The question is that I know that everyone know about shutdown is then why I'm talking about it.
Actually the shutdown I'm talking about is not that comman one , but is a special one.In whick you can shutdown Windows with different styles.
      This technique comprises of using MS-DOS or Command prompt.
All you need is MS-DOS or Command prompt which are already integrated in Windows.

If you don't know how to open command prompt then 1) Click in start button, 2) Type "cmd.exe" in search box, or click on Run and then type "cmd.exe" and press enter.

There are many tricks I will show you.So lets start.

1) Shutting down using -s

Now type the following command:

                                            shutdown -s
This command will display a message that your computer will shutdown in less than a minute, or something like that.Then your computer will shutdown after 30 seconds.


2) Aborting shutdown with -a

This command will abort the shutdown operation, if any in progress.So after using -s then try -a (within 30 s).Now type :
               shutdown -a
A message will be displayed "log off was canceled", or something like that.


3) Shutting down by giving a time using -s -t



By default the shutdown time for -s is 30 s.To change this time you can use -t .
Now type:
      shutdown -s -t 25
You can replace 25 with any time you want.

4) Displaying a message before Shutting down using -c
This command will display a message before shutting down.Type the following:
                             shutdown -s -c "any text you want"
After hitting enter a window will appear with text in it.In addition you can also use -t with it.Type the following:
               shutdown -s -t 35 -c "its going to shutdown"
Note: Don't forget the single space between -c & the quotation marks(") .

5) Logging off using -l
Using this command will just log off the current user.Type:
                    shutdown -l

6) Opening the advanced shutdown dialog box using -i
This will show you the advanced dialog box with several options for shutting down windows and the functions which the above commands perform.Type:

                                                             shutdown -i
7)Shutdown all computers on a Network with -m

You will need the IP address of the computer on the network, or  the computer name.
To get the computer name:
1) Goto Control panel.
2) Goto System, then System or Properties.
3) You will see somewhere Computer Name.
After you get the Name type thee following:
                              shutdown -s -m \"IP  address (or) Computer name"

Replace  IP  address (or) Computer name with the IP or computer name.


That would be all, Hope you like it and find it useful.Please leave your comments!

No comments:

Post a Comment