> 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/start.md).

# start

`service::start` starts a service. It has the following command line argument:

* positional argument: the name of the service to start

```
mimikatz # service::start fax
Starting 'fax' service : OK
```

{% hint style="warning" %}
The following error might be raised when running this command: `0x00000420 An instance of the service is already running`
{% endhint %}
