> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/service/remove.md).

# remove

`service::remove` removes the specified service (It must be used with caution). It has the following command line argument:

* positional argument: the service name to remove

```
mimikatz # service::remove fax
Removing 'fax' service : OK
```
