Batch file to start Messenger service.

G

Guest

I would like to start the Messenger service (for net send) on the machines in
the network I manage.

We are running AD but there appears to be no group policy in force. I am
investigating this, but would like a quick fix for the time being for this
issue.

All the machines are SP2 - So by default, this service is disabled.

Does anybody have a script which I could run on a machine that will change
the status of this service from Disabled to Automatic, and then start the
service?

Thanks in advance.
 
T

Torgeir Bakken \(MVP\)

ChrisUK said:
I would like to start the Messenger service (for net send) on the machines in
the network I manage.

We are running AD but there appears to be no group policy in force. I am
investigating this, but would like a quick fix for the time being for this
issue.

All the machines are SP2 - So by default, this service is disabled.

Does anybody have a script which I could run on a machine that will change
the status of this service from Disabled to Automatic, and then start the
service?
Hi,

%SystemRoot%\system32\sc.exe config Messenger start= auto
%SystemRoot%\system32\net.exe start Messenger


(there is supposed to be a space behind start= )
 
G

Guest

Torgeir Bakken (MVP) said:
(there is supposed to be a space behind start= )

Thankyou very much, I thought it would be a little more complicated than
that! :)

Regards,

Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top