Skip to content

Instantly share code, notes, and snippets.

@slimflem
Created September 1, 2013 21:17
Show Gist options
  • Save slimflem/6407379 to your computer and use it in GitHub Desktop.
Save slimflem/6407379 to your computer and use it in GitHub Desktop.
sc.exe to set user credentials on a Windows Service
sc.exe config MyCustomService obj= user@company.com password= "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment