Template:GhostServices: Difference between revisions
Dgreenwood (talk | contribs) Created page with "{|class="attn-box" | ⚠ | Very rarely, a Grooper service will not uninstall properly when you uninstall the service from Grooper Config. Or, a user may delete a Grooper Repository connection or purge a Grooper Repository without uninstalling services first. This can make it appear as though a duplicate or "ghost" Windows service is installed without being listed in GCC (or Grooper Config before version 2024). If this does occur, you will need to manually delete..." |
Dgreenwood (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
# You will be prompted "Are you sure you want to delete this Key?". Click Yes. | # You will be prompted "Are you sure you want to delete this Key?". Click Yes. | ||
# Exit the Registry Editor. | # Exit the Registry Editor. | ||
'''''OR''''' | |||
If you know the name of the service instance (something like <code>Grooper.ServiceTypeName.##</code>) you need to delete, you can use the following command lines to stop the service (if necessary) and delete it. | |||
<pre> | |||
SC STOP Grooper.ServiceTypeName.## | |||
SC DELETE Grooper.ServiceTypeName.## | |||
</pre> | |||
|} | |} | ||
Revision as of 15:56, 7 June 2024
|
⚠ |
Very rarely, a Grooper service will not uninstall properly when you uninstall the service from Grooper Config. Or, a user may delete a Grooper Repository connection or purge a Grooper Repository without uninstalling services first. This can make it appear as though a duplicate or "ghost" Windows service is installed without being listed in GCC (or Grooper Config before version 2024). If this does occur, you will need to manually delete the service from the Windows Registry Editor, using the following steps:
OR If you know the name of the service instance (something like SC STOP Grooper.ServiceTypeName.## SC DELETE Grooper.ServiceTypeName.## |