Windows server 2003 and Windows XP – How to set service account password via command line
Posted by aidas | Posted in Command line, Windows 2003, Windows XP | Posted on 15-05-2009
0
This post will show you how to notify Windows about service account password change using command line.
Lets say we have service named “Symantec Antivirus” and it runs as local user account named “testuser” (Log On As) . For security purposes we changed password for this user to “NewPassword“. To notify “Symantec Antivirus” that password for its service account was changed open command line and type:
sc config “Symantec Antivirus” password= NewPassword
Note that there is space between equals sign and password value.
Follow us on Twitter !







