net send

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

probably a stupid question but I can't find an answer -
how do you change the sender's name in net send so that
it's different to the computer name?
 
You can net send to any name that you see with an <03> registration in:

nbtstat -a computername

In addition to the <03> registrations, you can net send by IP address.

Also, the recipient of the net sends can register additional net send names
for himself by entering this at the command prompt:

net name SomeOtherName /ADD

Another thing that you can do as the sender is uses your HOSTS file to
create aliases, i.e.

[where computername is COMPUTER1 and IP address is 192.168.1.2

C:>echo 192.168.1.2 ray>>%windir%\system32\drivers\etc\hosts

That will add an entry to your hosts file, and you can then net send that
computer by net sending ray.

Ray at work
 
Richard said:
probably a stupid question but I can't find an answer -
how do you change the sender's name in net send so that
it's different to the computer name?

Ray gave you an answer for the recipient of a net send.

As "net help send" shows there is no option to modify
the sender.
What about including a name in the body of your message?

Matthias
 
Thanks - what I'm actually asking is if I can hide /
change my name (as sender) so that my name doesn't appear
or appears as something else on the popup window?

-----Original Message-----
You can net send to any name that you see with an <03> registration in:

nbtstat -a computername

In addition to the <03> registrations, you can net send by IP address.

Also, the recipient of the net sends can register additional net send names
for himself by entering this at the command prompt:

net name SomeOtherName /ADD

Another thing that you can do as the sender is uses your HOSTS file to
create aliases, i.e.

[where computername is COMPUTER1 and IP address is 192.168.1.2

C:>echo 192.168.1.2 ray>>%windir%\system32 \drivers\etc\hosts

That will add an entry to your hosts file, and you can then net send that
computer by net sending ray.

Ray at work

Richard said:
probably a stupid question but I can't find an answer -
how do you change the sender's name in net send so that
it's different to the computer name?


.
 
Richard said:
Thanks - what I'm actually asking is if I can hide /
change my name (as sender) so that my name doesn't appear
or appears as something else on the popup window?

Yeah, we know . . . You're not the first person to ask
this question. ;-)
-----Original Message-----
You can net send to any name that you see with an <03>

registration in:
nbtstat -a computername

In addition to the <03> registrations, you can net send

by IP address.
Also, the recipient of the net sends can register

additional net send names
for himself by entering this at the command prompt:

net name SomeOtherName /ADD

Another thing that you can do as the sender is uses your

HOSTS file to
create aliases, i.e.

[where computername is COMPUTER1 and IP address is
192.168.1.2

C:>echo 192.168.1.2 ray>>%windir%\system32
\drivers\etc\hosts

That will add an entry to your hosts file, and you can

then net send that
computer by net sending ray.

Ray at work




.
 
http://droby10.addr.com/netSpoofMsg.zip

Usage: netSpoofMsg [target] [spoofed_source] [message]

netspoofmsg 127.0.0.1 "your mama" "You need to come home and eat your
dinner."
netspoofmsg 127.0.0.1 "theinvisibleman" "catch me if you can!"
netspoofmsg 127.0.0.1 "_" "we need at least one non-space character to be
recognized in the name"
 
LanTalk XP
http://www.lantalk.net

Phil Robyn said:
Richard said:
Thanks - what I'm actually asking is if I can hide /
change my name (as sender) so that my name doesn't appear
or appears as something else on the popup window?

Yeah, we know . . . You're not the first person to ask
this question. ;-)
-----Original Message-----
You can net send to any name that you see with an <03>

registration in:
nbtstat -a computername

In addition to the <03> registrations, you can net send

by IP address.
Also, the recipient of the net sends can register

additional net send names
for himself by entering this at the command prompt:

net name SomeOtherName /ADD

Another thing that you can do as the sender is uses your

HOSTS file to
create aliases, i.e.

[where computername is COMPUTER1 and IP address is
192.168.1.2

C:>echo 192.168.1.2 ray>>%windir%\system32
\drivers\etc\hosts

That will add an entry to your hosts file, and you can

then net send that
computer by net sending ray.

Ray at work


probably a stupid question but I can't find an answer -
how do you change the sender's name in net send so that
it's different to the computer name?


.
 
Back
Top