Full width home advertisement

Post Page Advertisement [Top]

trick

How to send a message from one computer to another computer in LAN?

How to send a message from one computer to another computer in LAN?


Usually, we used software for chatting or sending a message from one machine to another machine remotely or locally. But I am going to teach you, how to send a message from one computer to another computer in LAN.

Send a message from PC to PC in the local network in Windows OS


Step 1: Press Window key + R, it will open RUN program in your windows machine.

Step 2: Secondly, Write in Run program msg [computername] [yourmessage] (Without quotation).

  • msg: It's a command that recognizes the message.
  • computername: Its a name of the computer where we want to send a message.
  • yourmessage: It will become your message that we want to send to the particular computer in LAN.

    For example, msg adminpc How are you?

Step 3: If you want to send a message to all the connected the computers into the LAN then write the following code in Run program.msg [*] [yourmessage]*: Asterisk sign recognized message for all the computers connected into the LAN.

Example :


         msg * Hello,admin how are you? (Notes: Without Quotation)
    

ADDITIONAL READING ON KRAZZYCODES
  1. Create a simple plugin for WordPress
  2. Best way to remove public from url
  3. How to add next prev pagination in Laravel?
  4. How to add Google reCAPTCHA into the Contact Form 7 in WordPress?
  5. Date formatting in JavaScript or jQuery like PHP

Alternative way

There are lots of way of doing the same thing into the computers. If you are not able to send a message using the first way due to any restriction on the computer by Administrator then we have another way of doing the same thing.

Follow the same first step as mentioned above. Then you have to write Net send and then the name of the computer to which you wish to send the message, and finally the message. For example, Net send ADMINPC How are you today? in your Run program.

Example :


         Net send ADMINPC How are you today? (Notes: Without Quotation)
    

If you still facing issues, then let me know via comment.
Don't be too selfish please do like, comment or share it.
Thank you for reading this post.

No comments:

Post a Comment

Bottom Ad [Post Page]