Monday, March 14, 2011

Shutdown Virus.....

There is one interesting way by which you will be able to make a fake “virus” that can be able to shutdown, restart and log off your computer. In fact this is the faster way to turn off your computer because it do not need you to click START>TURNOFF button. You will be able to do some mischief by sending it to friends. If you want to make that then you will have to the following.
  1. You will have to create the shortcut and fir that right click on the desktop and go to new -> shortcut.
  2. When you do that then, this will show you a window and there you have to type the below code.
    shutdown -s -t 300 -c "Your Message"
  3. There are few alternative for that:
    • To log of computer type shutdown -l -t 300 -c " message"
    • To restart computer type shutdown -r -t 300 -c " message"
  4. As the number of –t increases then it will increase the number of countdown seconds. After –c, you will have to type the message that you want to be displayed on the shutdown box.
  5. Give a name to this and save it.
  6. Now you are ready to use it.

0 comments:

Post a Comment