Windows Services and MSA accounts

Olivier Voutat 96 Reputation points
2024-10-21T11:49:23.1066667+00:00

We have multiple windows services running under msa accounts.
On first deploy, the services are unable to run.

The work arround is to go into the server => services => right click the service => go to Log On tab => clear the Password and Confirm password fields => save => start service

On second deployment, no problem at all.
And now, new stuff, on recent windows services, the Log On tab is greyed out...

I've just found the command to reenable the LogOn tab:
sc.exe managedaccount "ServiceName" false

Anyone has a better idea of doing this in a simple manner ?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-10-21T14:26:38.62+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Sometimes the Log On tab is grayed out, perhaps because you do not have administrative privileges when you open the Services console. To do this, click the Start button and type services. Right-click the Services application on the search results and select Run as administrator.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.