Link to home
Start Free TrialLog in
Avatar of Michael Roodt
Michael Roodt

asked on

MSG from Windows 2003 server to windows 7

I'm trying to send a message over the network to multiple PC's that are on a different versions of windows, mainly windows 7 and xp. With XP the net send command works fine. With windows 7 I understand we cant use the net send so instead use  msg.

I struggled with this first but managed to get it to work between PC's i.e windows 7 to windows 7 by enabling a registry setting. I think  it was "AllowRemoteRPC".

The problem I have is that when I try sending msg on server 2003 to my pc which is on windows 7. A message comes up saying RPC server is unavailable. I don't really want to use third pary software so if anyone has any ideas that would be great.

This is the command I use:

msg /server:computer user "This should work on windows 7"

Avatar of redrumkev
redrumkev
Flag of United States of America image

mjroodt,

How are you doing?

msg.exe is only available on windows 7 in the Professional or Ultimate versions, not on home premium or starter.

See this link to which states the only way to get around this is via a 3rd party app:
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/msgexe-netsend-anything-availible-on-windows-7/e9743edc-afa9-4942-b1c7-66baf443067b

Sorry,
Kevin

Avatar of Michael Roodt
Michael Roodt

ASKER

Thanks Kevin,

I have windows 7 professional.  and i can use the msg command, I just can't do it from the server to my windows 7 professional. It only seems to work between terminals but not when it originates from the server
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial