This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene has been writing and editing tech content at wikiHow since 2019. She previously worked for AppleCare, served as a writing tutor, volunteered in IT at an animal rescue, and taught as an adjunct professor for EN101 and EN102. Darlene has completed Coursera courses on technology, writing, and language. She holds both a BA (2011) and an MA (2012) from Rowan University in Writing, with a focus on workplace communication. With her extensive experience, academic background, and ongoing learning, Darlene has become the go-to grammar expert for her friends and family, as well as a skilled wordsmith for anyone in need.
This article has been viewed 123,937 times.
Learn more...
Do you want to chat with your friends over a LAN? This wikiHow will teach you how to chat over LAN using Command Prompt. To do this, the computers need to be connected to the same network.
Steps
-
Launch Command Prompt. You can find it by pressing the Windows key and typing "cmd." A search window will appear with the Command Prompt app as the first search result. Click that, and Command Prompt will open.
-
Type the command to send a message.
- msg /SERVER:COMPUTERNAME * /TIME:60 "Hello! This message will close in 60 seconds"
- Replace "COMPUTERNAME" with the name of the PC you're trying to send the chat to (check your local network for the name of this computer if you don't know it).
- Replace the text that appears between the quotation marks with the message you want to send.
- Replace the value for "Time" to change how long the message will appear on their screen (60 means 60 seconds).
Advertisement -
Press ↵ Enter. The message should send to the other computer for the time specified.
- If that command isn't working and you're running a version older than Windows 10, try entering net send ip address "Is this message working?". Replace "ip address" with the local IP address of the computer you're trying to send the message to.[1]
Community Q&A
-
QuestionSo, do I use [Hi!] or just say Hi!?Community AnswerYou type it without the [ ]. They commonly just represent a placeholder.
-
QuestionAfter the 4th step, I get the message "Host not found"?EmarosiCommunity AnswerCheck the username. Confirm if the machine and or username you want to reach is on the domain.
-
QuestionI can't do it; there is syntax just like the picture?EmarosiCommunity AnswerFollow the syntax. Replace the parameters with the ones you see as you go along.
Tips
About This Article
1. Open the Command Prompt.
2. Type the following code: "msg /SERVER:DestinationPC * /TIME:60 “This is the message to be sent to a PC named DestinationPC and closes in 60 seconds."".
3. Press Enter.