Talk with other computers on your network.
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is your friends IP address and Command Prompt.
1. Open notepad then type:
3. Now find the Messenger service in the list on the right, then open it. You'll see startup type which should be disabled, so click on that and select manual.
4. Now press the start button in the upper right hand corner of the window (not the green start button), and click apply.
5. Next, do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this.
6. Now click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show MESSENGER at the top and User: below that. Type the IP address of the remote computer after User:
After this, you should see this:
Note: By default Microsoft disabled those features to further secure the system and among other things. net send is a command using a background service called messenger. This service is no longer working with Windows 8 nor in any latest OS versions.
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is your friends IP address and Command Prompt.
1. Open notepad then type:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
And then save as Messenger.bat and close the Notepad.:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Read Also:-Shutdown Any Computer Remotely Using Command Prompt (CMD)2. Go to control panel (make sure you are in Classic View) Click on administrative tools then click on services.
3. Now find the Messenger service in the list on the right, then open it. You'll see startup type which should be disabled, so click on that and select manual.
4. Now press the start button in the upper right hand corner of the window (not the green start button), and click apply.
5. Next, do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this.
6. Now click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show MESSENGER at the top and User: below that. Type the IP address of the remote computer after User:
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press Enter it should look like this:
Now type in the message you wish to send.
Before you press Enter it should look like this:
MESSENGER
User: 56.108.104.102
Message: Hi
Now all you need to do is press Enter and start chatting.User: 56.108.104.102
Message: Hi
Note: By default Microsoft disabled those features to further secure the system and among other things. net send is a command using a background service called messenger. This service is no longer working with Windows 8 nor in any latest OS versions.
Love this article?Share it with your friends on Facebook