Password
(string) The password for the service. Specify an empty string "" if the account has no password or if the service runs in the LocalService, NetworkService, or LocalSystem account. Passwords are ignored for driver services.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Service.Delete
OverviewExamples
Service.Delete ( string DisplayName,
string KeyName = "" )
De s cr ip t ion
Deletes a specific service from the service database on the user's system.
P arame t er s
DisplayName
(string) The display name of the service that you wish to delete.