How do you do....it? Thread, Starting a service... (Messenger) in Technical; I need to start the messenger service on all machines, but it's currently set at disabled. Is there any way ...
-
4th December 2009, 03:20 PM #1 Starting a service... (Messenger)
I need to start the messenger service on all machines, but it's currently set at disabled. Is there any way to do this with GP? From a script? or have I got to visit each machine?
-
-
4th December 2009, 03:24 PM #2
- Rep Power
- 5
Computer config- windows settings - security - systems services
-
-
4th December 2009, 03:29 PM #3 Is there any way to do it with a script? There are reasons why I ask.
-
-
4th December 2009, 03:35 PM #4 
Originally Posted by
Edu-IT
Is there any way to do it with a script? There are reasons why I ask.
Code:
sc.exe config "Messenger" start= Automatic
Batch file it, sc.exe is located in the Windows Resource Kit.
-
-
4th December 2009, 03:40 PM #5 So, excuse me if this is a daft question, but would I have to push out sc.exe to the stations?
-
-
4th December 2009, 03:42 PM #6 
Originally Posted by
Edu-IT
So, excuse me if this is a daft question, but would I have to push out sc.exe to the stations?
could you not shove it in the sys vol folder or somewhere all pc's can access it then in the path to launch it you would just use the full path to the sc.exe
-
-
4th December 2009, 03:42 PM #7 
Originally Posted by
Edu-IT
So, excuse me if this is a daft question, but would I have to push out sc.exe to the stations?
You might find sc.exe installed on the machines. Try it on one. Just open cmd.exe and type sc.exe you should see output.
Certain SP's had sc.exe attached to them.
-
Thanks to ahuxham from:
Edu-IT (4th December 2009)
-
4th December 2009, 03:47 PM #8 I think I mistook you, sorry.
From the server, or any other machine with sp.exe, I would create a batch file such as:
sc.exe \\machine-01 config "Messenger" start= Automatic
sc.exe \\machine-02 config "Messenger" start= Automatic
sc.exe \\machine-03 config "Messenger" start= Automatic
or am I wrong?
-
-
4th December 2009, 03:48 PM #9 
Originally Posted by
Edu-IT
I think I mistook you, sorry.
From the server, or any other machine with sp.exe, I would create a batch file such as:
sc.exe
\\machine-01 config "Messenger" start= Automatic
sc.exe
\\machine-02 config "Messenger" start= Automatic
sc.exe
\\machine-03 config "Messenger" start= Automatic
or am I wrong?
Never tried it remotely, however it is supposed to work remotely. I just batch the command as I typed into a login script, and executed a mass administrator login to apply, followed by a reboot and removed it.
-
-
4th December 2009, 11:26 PM #10 I created a vbscript that started the service then added it to a computer startup GPO. With enough time all of the machines will start and load it up. This is what I put in my code.
net start messenger
Hope this helps
Last edited by itdesk; 4th December 2009 at 11:28 PM.
-
-
4th December 2009, 11:57 PM #11 
Originally Posted by
itdesk
I created a vbscript that started the service then added it to a computer startup GPO. With enough time all of the machines will start and load it up. This is what I put in my code.
net start messenger
Hope this helps
1. if you use net start messenger does that enable the service as well
2. if you only used net start messenger then it is more likely it was a bat unless you used wscript or something similiar to exec or run it or using the methods to launch and use command prompt commands
just thoughts as I could be corrected
-
-
5th December 2009, 12:13 AM #12 Off Topic: Why are you wanting to start the service?
Last edited by p858snake; 5th December 2009 at 01:45 AM.
Reason: fixing spelling/grammar
-
-
5th December 2009, 12:43 AM #13 Yes sorry its a .bat file
It would appear that the service starts automatically each time the computer starts. I have it as a gpo so it is told to start each time the computer boots.
Try it on a test pc.
I started this service because a client was moved from a room and no one told me. I used net send to send a message to that computer asking the next person who logged on to email the location of the computer.
hope this helps
Just found another thread that might be of even more use to you:
how to disable the messenger service from the server
-
-
5th December 2009, 01:13 AM #14 
Originally Posted by
p858snake
Off Topic: ut why are you wanting to start the service?
Required for print management software that will not send messages through its own messaging service. It's a bit of a workaround it seems. Why?
-
-
5th December 2009, 01:15 AM #15 
Originally Posted by
Edu-IT
Required for print management software that will not send messages through its own messaging service. It's a bit of a workaround it seems. Why?
Do you know it has been stripped from 7? If you upgrade in the feature you will face problems.
-
SHARE:
Similar Threads
-
By darragh in forum MIS Systems
Replies: 11
Last Post: 30th September 2009, 08:42 AM
-
By bastonc in forum Windows Server 2008
Replies: 2
Last Post: 17th March 2009, 05:38 PM
-
By ful56_uk in forum *nix
Replies: 5
Last Post: 2nd March 2009, 11:50 PM
-
By goodhead in forum Windows
Replies: 3
Last Post: 23rd February 2007, 01:49 PM
-
By indiegirl in forum Windows
Replies: 8
Last Post: 7th November 2005, 04:46 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules