Differences
This shows you the differences between two versions of the page.
— | sc [2016/04/06 16:35] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== sc ====== | ||
+ | * [[Windows]] | ||
+ | |||
+ | List all services: | ||
+ | |||
+ | < | ||
+ | sc queryex type= service state= all | ||
+ | </ | ||
+ | |||
+ | Disable a service: | ||
+ | |||
+ | < | ||
+ | sc config "Name of Service" | ||
+ | </ |