How To: Shutdown Computer In Different Way

Thinking back when I was using the old version of Windows, I mean really old which using DOS command before log into Windows 3.11. And there was a time getting myself full of attraction on a learning book went through most of DOS command. So with the trick below is actually for the people not very sure about the shortcut key working with their own Operating System and after creating some ‘click click’ files on the desktop, that might get you a faster work. If you are not very sure what are you doing, please don’t follow, it’s just a piece of sharing.

This trick will show you how to create a shortcut to shutdown the Windows.

  • Create a new notepad (.txt) file and type in the as following
    shutdown.exe -f
  • Save as any filename you like with a .bat extension
  • An icon will be created on the desktop and that will reset your Windows by clicking on it
  • Create another new notepad (.txt) file and type in the as following shutdown.exe -s -t 60 -c “this will shutdown computer in 60 seconds”
    where -s = Shutdown the computer ; -t xx = Set timeout for shutdown the computer in xx seconds ; -c “type your comment”
  • Save as any filename you like with a .bat extension
  • An icon will be created on the desktop and that will shutdown your computer in 60 seconds by clicking on it
  • A dialog pop up displaying system shutdown in 60 seconds
  • Press , tab to Applications and right click on “system shutdown” > Go to process, then click End process to cancel it

Another trick to share: open up your Command Prompt which locates at Start > Run > type in ‘cmd’ (without the quote).
How to change the password for network account:
net user computername *
(replace computername with your own computer name)

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Furl
  • BlinkList

Read Others:

 


3 Responses to “How To: Shutdown Computer In Different Way”

  1. saad Says:

    thanks it is very interesting


  2. saad Says:

    i like it


  3. jose Says:

    hey.. wat about if u dont want -t. instead in a hour or 30 minutes… i dont want to use seconds



Leave a Reply