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!.
- On your desktop, right click and create a new shortcut.
- 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"
- Click Ok and name it as an important file(My Computer, My Documents etc)
- Right click on the file you've created, go to Properties and change its icon
- 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