Skip to content

Maintenance

David Wiseman edited this page Jan 30, 2025 · 1 revision

Stop and disable the service

sc stop LogShippingService
sc config LogShippingService start=disabled

Enable and start the service

sc config LogShippingService start=delayed-auto
sc start LogShippingService
Clone this wiki locally