Home Page

Home Page
How to Search the Query

Monday 10 February 2014

How to send Messages Over the network by command prompt in windows 7 and above operating system.

Net send command replaced with "msg" in windows 7 and above Operating system


Steps to send messages over the network computer using command prompt :
Open command prompt and type below command
 
msg.exe /?     ( Incase you need Help )

msg /server:ComputerName console “Type Message”
 
E.g. - msg /server:dhirajga-comp console "HI This is Test Messages"

Note :  Below Registry key should be enabled on the Remote/Network Machine to delevered messages successfully.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
locate REG_DWORD value "AllowRemoteRPC" and edit as 1
 
1 = Enabled
0 = Disabled

No comments:

Post a Comment

Thank you for logging in.. Waiting for your valuable views.