Sep 5, 2011

How to send messages to other computers on a lan network?

Fun to use on a school network or for a big business network!!Roflmao

First, turn on the messenger service on the PC you are sending the message from and the PC you are sending the message to.

Click on Start then run. Type in services.msc and press enter. Scroll down till you see Messenger. Right click Messenger and select start.

Then to send message, click on Start then run and type in cmd and press enter. At the command prompt type in:

net send computername message and then press enter

where computername is the name of the computer you want to send the message and message is the actual message.


Formatting the message
To send to a specific user:
net send username message

To send to a specific computer:
net send computername message

To send to a specifc computer name that contains spaces:
net send "computer name" message

To send to a specific computer IP address:
net send ip message

To send to everyone in your usergroup:
net send * message

To send to everyone in your domain:
net send /DOMAIN:domainname message

To send to all users connected to the server:
net send /USERS

No comments:

Post a Comment