Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 413 Bytes

File metadata and controls

14 lines (10 loc) · 413 Bytes

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

{% hint style="warning" %} The following error might be raised when running this command: 0x00000426 The service has not been started {% endhint %}