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
- Right click on the desktop in a blank space.
- Select new.
- Click on the Create shortcut menu item.
- 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"
- 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"
- 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"
- shutdown -r -f -t 60 -c "type a message you want to appear here"
- If you want the computer to shut down, type this in:
- Click OK.
- Name it My Computer.
- Click Finish.
- Right click on the file you just made.
- Click Properties and look for where it says change icon.
- Find the icon that is the same as the "My Computer" icon.
- 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.