Click to See Complete Forum and Search --> : Windows Messenger Service
GC74
February 28th, 2003, 02:09 PM
How can use the Window Messenger Service to send users over your network customized messages?? Ya know, things like...Please, restart your PC now.....Your whatever is now working again....Stop playing Solitaire and go back to work...
Thanx!!!
silencio
February 28th, 2003, 06:46 PM
Open a dos box and type
net send ?
Radical Dreamer
April 22nd, 2003, 02:57 PM
the proper syntax is
in dosbox, or from run
net send xxx.xxx.xxx.xxx Blahblah blah
or
net send compname blah blah
PeLiGrOsO
April 22nd, 2003, 03:53 PM
RADICAL hit it on the spot.. that will be the easiest you can do over the network..
good luck
clarinathan
April 23rd, 2003, 03:01 AM
Why do I keep getting these over the internet.
Dodgy porn etc??
I have a firewall and it is set to block all ports except ones i specifically open???
gtiseb
April 23rd, 2003, 08:57 AM
That would be the form of spam. The best way to stop it is to disable the Messenger service if you don't need it. It's also a security hole. I use it only in a corporate environement that's behind a real firewall.
Noahvail
April 23rd, 2003, 08:50 PM
I know by monitoring UDP on port 135 I can get the IP address the Messenger spam came from.
I would pay money for an app that would monitor that port and autorespond to any Messenger spam (as many times as I want).
True justice would be served if it could be distributed as freeware. :)
Any Ideas?
NV
Spawn_X
April 24th, 2003, 11:19 PM
Won't the messages only go through to Win NT, 2000, XP systems......?
Ya_know
April 25th, 2003, 08:46 AM
Originally posted by Spawn_X
Won't the messages only go through to Win NT, 2000, XP systems......?
Correct.
FatalException0E
April 26th, 2003, 07:02 PM
Originally posted by Spawn_X
Won't the messages only go through to Win NT, 2000, XP systems......?
I thought that's been around on every networkable MS OS since the days of networking in DOS.
Radical Dreamer
April 26th, 2003, 08:35 PM
Originally posted by FatalException0E
I thought that's been around on every networkable MS OS since the days of networking in DOS.
I think you are thinking of the app that win9x had that was very similar, called winpopup
GokuSS2
April 27th, 2003, 07:49 PM
net send * (your message)
*=all (will only work if on same Domain or Workgroup)