The specified service has been marked for deletion

Occasionally when a program is uninstalled the associated service is not removed but marked for deletion requiring a reboot to complete the process. This can occur where another process has an open handle to the service, for example the services console was open at the time of removal.

To delete the service without rebooting the machine the sc delete command may be used which deletes the service's entry from the registry.

sc delete [service name]

For example:

sc delete "Advanced Monitoring Agent"

sc delete Advanced Monitoring Agent

For more information about the sc delete command, see the Microsoft documentation.

After executing the deletion command, open the services console (Start/Run/services.msc) to confirm the service is removed.

Please note that we are not responsible for the contents of external sites and any effect they may have on your system.