Computing.Net > Forums > Programming > Net Send/Windows Messenger Service

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Net Send/Windows Messenger Service

Reply to Message Icon

Name: kyrospeare
Date: April 20, 2004 at 05:11:14 Pacific
OS: WinXP
CPU/Ram: 250
Comment:

I recently found an articly that shows me how to disable the windows messenger service. So that I would not receive spam. I opened the command prompt and was directed to type in "net send 127.0.0.1 hi" which I did and the message appeared on my computer. Why is it asking me to type in "127.0.0.1" is that necessarily the IP I need to use? Did I send a message to someone with that IP? Or is it some sort of standard IP?

Thanks for helping me understand.



Sponsored Link
Ads by Google

Response Number 1
Name: gpp
Date: April 20, 2004 at 05:44:04 Pacific
Reply:

>Did I send a message to someone with that IP?

Yes, that someone was you. 127.0.0.1 refers to your pc.

That is exactly what the messenger service does, it sends messages to pcs.. just like the example you ran. People can bombard you with messages(spam), but its not likely that'll ever happen. If you're still worried, you can go into the component services manager and dissable it, or you can type 'net stop messenger' into your command prompt.


0

Response Number 2
Name: Sci-Guy
Date: April 20, 2004 at 05:53:01 Pacific
Reply:

127.0.0.1 is the loopback address. It points to your own machine.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Net Send/Windows Messenger Service

Using the net send command www.computing.net/answers/programming/using-the-net-send-command/16198.html

Use NET SEND from C++ www.computing.net/answers/programming/use-net-send-from-c/5911.html

How to do: Net Send Batch File www.computing.net/answers/programming/how-to-do-net-send-batch-file/18083.html