Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 185 Bytes

services.md

File metadata and controls

12 lines (10 loc) · 185 Bytes

Services

Search for a service: Get-Service | grep Event

Start a service

Start-Service EventLog

Delete a service

gsudo sc stop tor
gsudo sc delete tor