1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 23:35:41 +02:00
tldr/pages/windows/mimikatz-service.md

17 lines
312 B
Markdown
Raw Normal View History

# mimikatz service
> Manage Windows services through mimikatz.
> More information: <https://github.com/gentilkiwi/mimikatz>.
- Start a service:
`mimikatz "service::start service_name"`
- Stop a service:
`mimikatz "service::stop service_name"`
- Delete a service:
`mimikatz "service::delete service_name"`