
October 9th, 2003, 08:00 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: San Angelo, Texas (USA)
Posts: 286
  
Time spent in forums: 13 h 48 m 16 sec
Reputation Power: 8
|
|
Modifying Windows Services
I am an advanced Windows user (been working as a Windows network system administrator for a few years), but one thing I've never learned is how to edit the properties for services.
I know where to find each service in the registry, but there are a couple of services I'd like to modify and I'd like to know if there's a tool anyone knows of that can help. If you can tell mehow to do it manually, that'd be fine as well.
I'll be more specific: among other reasons, I ran the mysqld executable with the --install option. If you specify a name after the option, that name will be used as the service name. For example:
Code:
mysqld --install "MySQL v4.0.15"
The above command will install MySQL as a service and name it "MySQL v4.0.15". There is a problem with this: it also created the command for the service as "C:\Program Files\MySQL\bin\mysqld" "MySQL 4.0.15" which will not work.
I can fix this problem fine in the registry, but it got me wondering if such a tool exists that could help in editing services. If anyone has any useful input, I'd greatly appreciate it. In the mean-time, if I find out the answer to my own question I will post it here.
__________________
InLesserTerms.net
Sometimes it takes a little cussin' to get things done right.
|