Overview
To access network resources, a Windows service requires authentication credentials. This article will guide you on how to add user credentials (Service Account) to a Windows service.
Add Credentials to a Windows Service
- Open "services.msc"
This can be done by searching "services.msc" in the start menu- Look for the Windows service to update, double click it to open its Properties
- On the Log On tab, select This account:
- On This account, enter the username including the domain (use Browse... to get the proper format)
- e.g. mydomain\username
- e.g. username@mydomain.net
- Fill out the Password fields
- Click OK when done
