Comments
Item

How to send instant messages over secure networks

Published in Windows XP Tips by TweakXP Member with 19,893 views and 4 comments

If you have ever used a computer at a high school or college, then you might have seen that pesky software that prevents you from installing any programs or web content filters that prevent you from accessing instant chat sessions.  Well here is a way to send instant messages to your friends over such networks as long as you have their ip or the name of the computer on the network.  An easy way to find a computer's ip address is to type cmd in the run box on your start menu.  This will start the command prompt.  Type "ipconfig /all" with a space between "ipconfig and /all".  That will list the computer's ip address along with other network specs.  Now that you have the ip of that computer, you may send instant messages to it.

Go to the run command in your start menu.  Type cmd in the box which will open the command prompt just like above.  Type:  net send "ip address" message.  If the computer you were trying to send a "Hello" message to had the ip address of 127.10.1.1, you would type "net send 127.10.1.1 Hello" 

Additionally, it is possible to use a wild card such as * in the ip address parameter. 

Example: net send * message

The above command will send your message to every computer on your subnet.  This is great for system administrators to send out messages to all windows computers on the network notifying them that you are going to be taking down the server or something.  However, if you are a student and feel like pulling a prank at school by sending some message across the school network, you will screw yourself.  With today’s zero tolerance policies in schools, you will be suspended possibly even expelled.  Trust me; it’s happening all over the USA.

 
Free Computer Magazines and eBooks
 
Comments
M1K3Y
2 years ago
lol this is epic.

I just told everyone in the comp lab that the teacher had aids >:)
setec
2 years ago
if you want to remain anonomous as posible rename you computer name to system before using cmd , works well if you want everyone to shutdown their pc's as displays

msg from system
please reboot your machine

that one kept me entertained in 1993

unforatnaly most networks have the messenger service disabled these days so net send will not function
Caius
2 years ago
can you do this without command prompt eg. batch files
Martin Thorslund
147 days ago
Doesn't work in Windows XP SP2 and onwards because the Net Send command is disabled by default.