Sunday, December 12, 2010

Pranks - Shutdown school PCs

This document is for educational pupoeses only. I the author will not be held responsible for any misuse of this information.

This is a very simply prank to play on school computers as they are all on the same network!!!

For this you need to have access to your computers command prompt.

STEPS TO FOLLOW

1. Open command prompt (start---->run ----> cmd)

2. Type "shutdown -i" without the qoutes

A dailogue box will pop up, using which you can shutdown any computer in the school network!!!
You can even throw a funny comment like "you got served" or "tit for tat"!!!

-----------------------------------------------------------------------------------------------

If you want to do profesionally

1. Open command prompt

2. Type "net view" without quotes. This will show you the names of all the computers in the network.

3. Copy it down.

4. Then you can use any one of the following commands:

shutdown -m //computername
shuts down the pc.

shutdown -m //computername -c “tit for tat"
shutdown with a comment.

shutdown -l //computername
logoffs the user.

shutdown -r //computername
restart the computer.

You can even make these into batch files if you like, to make it easier. But if you are a rookie ... i suggest shudown -i command as shown above.


HAVE FUN!!!!!!! PLAY SAFE !!!!!!!!

No comments:

Post a Comment