Download ArticleDownload Article

Net Send is a command line tool used in Windows XP for sending messages to other users and computers on a local network. With Windows Vista, Net Send was replaced with msg.exe, a command line tool that has very similar functionality and syntax. Net Send cannot send messages from a Windows XP machine to a machine using a later version of Windows.

Method 1
Method 1 of 2:

Windows XP

Download Article
  1. How.com.vn English: Step 1 Open the Command...
    Open the Command Prompt. You can use the net send command to send messages to other computers on your network.[1] The command is used through the Command Prompt. You can open the Command Prompt from the Start menu or by pressing Win+R and typing "cmd".
    • If you are using Windows Vista, 7, 8, 8.1, or 10, see the next section. The net send command was discontinued starting with Windows Vista, and replaced with a similar msg command.
  2. How.com.vn English: Step 2 Start the command.
    Type net send and press space. You'll be adding information to the end of the command to specify where the message goes and what it says.[2]
    Advertisement
  3. How.com.vn English: Step 3 Define who you are sending the message to.
    There are several different ways you can address the message to someone specific or to an entire group:[3]
    • net send name - You can enter a username or computer name on your network to send the message to someone specific. If there is a space in the name, surround the name in quotes (e.g. net send "John Doe").
    • net send * - This will send the message to all of the users on your current domain or workgroup.
    • net send /domain:name - This will send the message to everyone in the specified domain or workgroup.
    • net send /users - This will send the message to all of the users currently connected to the server.
  4. How.com.vn English: Step 4 Add the message.
    Type out the message that you want to send after you've specified the recipient(s).[4] Your message can be up to 128 characters.
    • For example - net send "John Doe" Let's meet up in 10 minutes.
  5. How.com.vn English: Step 5 Send the message.
    Once you're finished typing the message, press Enter to send it.[5] The recipient will receive the message in a Windows dialog box, as long as they are logged in and connected to the network.
  6. Advertisement
Method 2
Method 2 of 2:

Windows Vista and Later

Download Article
  1. How.com.vn English: Step 1 Check if your version of Windows supports the msg command.
    The msg command replaces a lot of the functionality of the discontinued net send command. Unfortunately, the msg command is limited to the Professional and Enterprise editions of Windows. If you are using a Home edition, you'll need to upgrade to Professional or Enterprise in order to use the msg command.[6]
    • You can see what version of Windows you're running by pressing Win+Pause, or by right-clicking "Computer" and selecting "Properties". Your version of Windows will be listed under the "Windows edition" section.
  2. How.com.vn English: Step 2 Open the Command...
    Open the Command Prompt. Like net send, the msg command is run from the Command Prompt. There are several ways you can open it, depending on the version of Windows you are using, or you can press Win and type "cmd".
    • Windows Vista and 7 - Open the Command Prompt from the Start menu.
    • Windows 8.1, and 10 - Right-click the Start button and select "Command Prompt".
    • Windows 8 - Press Win+X and select "Command Prompt".
  3. How.com.vn English: Step 3 Start the command.
    Type msg and press Space. You'll be adding routing information as well as the message itself to the end of the command.
  4. How.com.vn English: Step 4 Define who you are sending the message to.
    The msg command has some different routing options than the old net send command:[7]
    • msg username - Enter a username on your network to send a message to that user.
    • msg session - Enter the name of a specific session that you want to send the message to.
    • msg sessionID - Enter the number of the specific session that you want to send the message to.
    • msg @filename - Enter the name of the file that contains a list of usernames, sessions, and/or session IDs that you want to send the message to. Useful for department lists.
    • msg * - This will send the message to everyone on the server.
  5. How.com.vn English: Step 5 Define the server you want to check for recipients on (optional).
    If you want to send the message to someone on a different server, enter the server information after the recipient information. If you don't specify a server, the message will be sent on the current server.
    • msg * /server:servername
  6. How.com.vn English: Step 6 Set a time limit (optional).
    You can add a time limit to your message if it is time sensitive. The time is indicated in seconds. The time limit modifier comes after the server information (if present).
    • msg * /time:seconds (e.g. 300 seconds for a five minute time limit)
  7. How.com.vn English: Step 7 Add your message.
    Once you've set all of your options, you can add your message to the end of the command. You can also press Enter without entering a message, and you'll be prompted to type it on a separate line.
    • For example msg @salesteam /server:EASTBRANCH /time:600 Congrats everyone on exceeding your sales goal this quarter!
  8. How.com.vn English: Step 8 Send the message.
    Press Enter to send the message. The other users should receive it immediately.
    • The msg command is designed to send messages to terminal users, not necessarily to different Windows computers on the same network.
  9. How.com.vn English: Step 9 Troubleshoot errors.
    There are a couple of different errors you may encounter when using the msg command:[8]
    • 'msg' is not recognized as an internal or external command, operable program or batch file. - If you receive this message, you are not running a version of Windows that supports msg. You'll need to upgrade to the Professional edition to access the command.
    • Error 5 getting session names or Error 1825 getting session names - There was a problem communicating with the recipient. Some users have fixed this problem by opening the Registry Editor on the recipient's computer (Run "regedit" to open it), navigating to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server", and changing "AllowRemoteRPC" from "0" to "1".
  10. Advertisement

Community Q&A

Search
Add New Question
  • Question
    It says access denied. Why?
    How.com.vn English: Community Answer
    Community Answer
    The reason that access denied is showing is because either the device you are trying to connect to has rejected your connection or you are not running CMD under administrator.
  • Question
    How do I send messages using windows 10?
    How.com.vn English: Community Answer
    Community Answer
    Net Send is not supported on Windows 10. However, there are other messaging services on the internet.
  • Question
    How do I change the value of "AllowRemoteRPC" from 0 to 1?
    How.com.vn English: Community Answer
    Community Answer
    Hold WINDOWS + R. Type in "regedit" (without quotation marks). Using the file tree on the left, navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" and find "AllowRemoteRPC". Right-click and click Modify, then change the current value to 1 if it isn't already.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      References

      1. Luigi Oppido. Computer & Tech Specialist. Expert Interview. 30 September 2021.
      2. Luigi Oppido. Computer & Tech Specialist. Expert Interview. 30 September 2021.
      3. https://www.youtube.com/watch?v=rurs7cdT5cc
      4. Luigi Oppido. Computer & Tech Specialist. Expert Interview. 30 September 2021.
      5. Luigi Oppido. Computer & Tech Specialist. Expert Interview. 30 September 2021.
      6. https://www.youtube.com/watch?v=W8vqg2KmzCs
      7. https://commons.apache.org/proper/commons-net/javadocs/api-3.6/org/apache/commons/net/ftp/FTP.html
      8. https://www.youtube.com/watch?v=-ZeUQ3gJbfU

      About This Article

      How.com.vn English: Luigi Oppido
      Co-authored by:
      Computer & Tech Specialist
      This article was co-authored by Luigi Oppido. Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years. This article has been viewed 1,081,848 times.
      How helpful is this?
      Co-authors: 22
      Updated: March 28, 2024
      Views: 1,081,848
      Article SummaryX

      1.Right-click the Start menu.
      2.Click Command prompt.
      3.Type "msg USERNAME /server:SERVERNAME" and press Enter.
      4.Type your message.
      5.Press Enter to send.

      Did this summary help you?

      Thanks to all authors for creating a page that has been read 1,081,848 times.

      Reader Success Stories

      • How.com.vn English: Anonymous

        Anonymous

        Jun 17, 2016

        "The pictures helped a lot and made it easier to understand. "
      Share your story

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement