Send Notification to different computer in Network.

Closed
Jahir - Jul 10, 2019 at 06:47 PM
 Blocked Profile - Jul 11, 2019 at 07:00 AM
Hi
I am trying to send Notification to another windows computer in the network via cmd.

Can you please tell me how?
Feel free to share if there is any other convenient way to do so.

Thanks
Jahir
Related:

1 response

Blocked Profile
Jul 11, 2019 at 07:00 AM
Open a command prompt. Use the NET SEND command.

Net send /users
This will send same message to all users who are connected.

Net send "computername"
This will send message to only that one computer.

Have fun.
0