Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sc [2016/04/06 10:35]
steve created
sc [2016/04/06 10:35]
steve
Line 2: Line 2:
  
   * [[Windows]]   * [[Windows]]
 +
 +List all services:
 +
 +<​code>​
 +sc queryex type= service state= all
 +</​code>​
 +
 +Disable a service:
 +
 +<​code>​
 +sc config "Name of Service"​ start= disabled
 +</​code>​