Monday, December 16, 2013

How to Delete and Create a Windows Service in Windows 7, Vista or XP



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

Popular Posts