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
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?
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.
Summary: Check that the Messenger service is running on your laptop. Go into Control Panel, Administrative Tools, Services. Scroll down to find a service called Messenger. Ensure it's startup type is set to Au...
Summary: Does anyone know how I can use the NET SEND feature in a c++ program? I don't want to use the system function, but am looking for something like and API or similar that let's me take control of the p...
Summary: Just for your info, the Net Send command needs the Messenger Service of XP is enabled that is not granted by default. Instead of teaching how to enable it, I suggest you use the following alternate c...