Skip to main content

Posts

Showing posts with the label delete service

DeleteService failed

This is a simple symptom-cause-solution blog entry only. I hope these blogs will help fellow administrators. Symptom After removing a windows service, when trying to recreate it, the following error may be displayed: DeleteService failed - The specified service has been marked for deletion. (0x430) Cause The service is still in-use (at least to some degree). Solution Close any Microsoft Management Console (MMC) sessions, kill any processes, etc. Note the service can be accessed remotely, so also consider that remote users may be viewing the service. References None.