Shutting Down The Computer

Have you ever wanted to trick your friends in shutting down, logging off or rebooting their computer just by clicking on a desktop icon?.Here's how!.


  1. On your desktop, right click and create a new shortcut.
  2. Type in one of the codes below as its location:
    To shutdown the computer
    shutdown -s -f -t 60 -c "type a message you want to appear here"

    To log-off in his account
    shutdown "type a message you want to appear here"

    To reboot the computer
    shutdown -r -f -t 60 -c "type a message you want to appear here"
  3. Click Ok and name it as an important file(My Computer, My Documents etc)
  4. Right click on the file you've created, go to Properties and change its icon
  5. When done, just wait for a victim to open it then it will either shutdown, log-off or reboot.
Note: the number on the code refers to the time(seconds) for the program to execute, if you put 0000 it will instantly shutdown the computer.

Comments