setting logon account and password of a service

Y

yann.bertaud

Hello,

I need to set the logon account and password of an installed service on
large number of computers. is there some automatic way of doing this?
ie a batch that is run or some utility which can remotely change the
logon account and password on a bunch of machines?

thx

yann
 
T

Torgeir Bakken \(MVP\)

Hello,

I need to set the logon account and password of an installed service on
large number of computers. is there some automatic way of doing this?
ie a batch that is run or some utility which can remotely change the
logon account and password on a bunch of machines?
Hi,

SC.exe maybe.

In a command prompt, run the following command:

sc.exe config /?

I would think obj= is for the logon account name.

To use sc.exe against a remote computer, use it like this:

sc.exe \\SomeComputerNameHere config ....
 

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