For the complete documentation index, see llms.txt. This page is also available as Markdown.

stop

service::stop stops a specified service by sending a SERVICE_CONTROL_STOP signal. It has the following command line argument:

  • positional argument: the name of the service to stop

mimikatz # service::stop bits
Stopping 'bits' service : OK

Last updated