====== sc ====== * [[Windows]] List all services: sc queryex type= service state= all Disable a service: sc config "Name of Service" start= disabled
sc queryex type= service state= all
sc config "Name of Service" start= disabled