0

Possible Duplicate:
Send message to another Computer through Network via CmdLine

In Windows XP, we had net send. The replacement is supposed to be a command line utility called msg.

However when I try to test this using the following command:

11:19:50.94>msg abhi /SERVER:LT2400 Hello

I get this error.

Error 5 getting session names

Some information: I am logged onto two computers on the same network. LT2400 is the computer I am sending a message to. Both are running windows 7 professional 32 bit. abhi is my logon name on both computers.

abhi
  • 163

2 Answers2

0

I'm pretty sure in order to send a message using net send or similar, the group of computer has to be in the same domain or it won't work.

David
  • 1,077
0

Apparently this only works on Windows Vista or later if the receiving computer is configured as a terminal server. The workaround is to find (on the receiving PC) the reg key:

HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server

and set AllowRemoteRDC to be 1.

growse
  • 8,185