- http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-windows-service-in-vista-or-xp/
- http://geekswithblogs.net/shahedul/archive/2006/10/13/93984.aspx
- http://msdn.microsoft.com/en-us/library/sd8zc8ha(v=vs.110).aspx
sc delete < SERVICE name>
sc delete "Adobe LM Service"
or to create, simply type
sc create
Update:
If you have space in the file path you need to use quotation marks ("). For example:
sc create "MySQL" binpath= "C:\Archivos de programa\MySQL\MySQL Server 5.1\bin\mysqld.exe"
Thanks to Maya.
NOTE: You may have to reboot the system to get the list updated in service manager.
No comments:
Post a Comment