Thursday, October 13, 2011

How to Trick a Friend Into Shutting Down Their Computer




Do you want to trick your friend into shutting down, logging off or restarting the computer every time they click on a desktop short cut? Read on!

Steps

  1. Right click on the desktop in a blank space.
  2. Select new.
  3. Click on the Create shortcut menu item.
  4. Type in one of the codes below as the location:
    • If you want the computer to shut down, type this in:
      • shutdown -s -f -t 60 -c "type a message you want to appear here"
    • If you want it to log off, type this:
      • shutdown -l -f -t 60 -c "type a message you want to appear here"
    • If you want it to restart the computer, type this:
      • shutdown -r -f -t 60 -c "type a message you want to appear here"
  5. Click OK.
  6. Name it My Computer.
  7. Click Finish.
  8. Right click on the file you just made.
  9. Click Properties and look for where it says change icon.
  10. Find the icon that is the same as the "My Computer" icon.
  11. Change the icon and wait for the victim to open My Computer, then it will shut down / log off / restart.


Tips

  • The number in the code is the number of seconds before the action is performed. If you set the time limit to 0000 it will shut down instantly.

Related Search

No comments:

Post a Comment