Jump to content

Net Send Problem


Guest K1u

Recommended Posts

How can i get past the problem of when i want to send for a example a batch file in net send i get "Sending files is no longer supported." is there any way to get past this?

Link to comment
Share on other sites

How strange any ip i put in it says cannot find on network not even loopback works i also tried getting a friend to turn on messenger and still the same problem could it be my firewall i have checked it and it does not seem like it.

Link to comment
Share on other sites

I wrote a little bat file at college when I was bored to have a little fun with.

It uses psexec to enable and start the messenger service on two remote machines and then send a message from one to the other. Great if you know the local admin password and want to pester people who may look at the message's origin computer name :roll:

usage: send.bat <target> <host> <admin password> <message>

psexec %1 -u administrator -p %3 sc config messenger start= auto

psexec %1 -u administrator -p %3 net start messenger

psexec %2 -u administrator -p %3 sc config messenger start= auto

psexec %2 -u administrator -p %3 net start messenger

psexec %2 -u administrator -p %3 net send %1 "%4"

A little off topic, but I thought some might like it.

Link to comment
Share on other sites

If you still haven't enabled it yet

Go

start > control panel > administrative tools (classic view) > services > scroll down and find messenger > properties > start up type: manual > apply > then click start to start it.

If there is anything else netsend requires, it will be in that list somewhere, and will be disabled, so look for it or google it and enable the required components.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...