Can anyone help me figure out why I can't use net send in cmd prompt to send message to other computers? I did test by using the following commands :
net send * test
code above is working. I success receive the message on my own computer, but fail to receive the message on all other computers in the network.
net send 192.168.1.6 test
code above is not working. It gives error "The message alias could not be found on the network. (192.168.1.6) is my own computer.
net view
code above success shows all the computer name on the network.
net name
code above is fail, give errors : There are no entries in the list.
