Friday, July 10, 2015

How to Change windows service display name and description




To Change windows service display name, use the below command.

Syntax:
sc config serviceName DisplayName="New Display Name"

Example:
sc config alfrescoTomcatnum3 DisplayName= "Alfresco 501"




To Change windows service description, use the below command.

Syntax:
sc description serivcename "Description goes here"

Example:
sc description alfrescoTomcatnum3 "Alfresco 501 Tomcat"





No comments:

Post a Comment