Service Startup Tools
22 december 2005
Informatie
Met onderstaande programma’s kan je het opstart-gedrag van je Windows services beinvloeden.
De programmag’s zijn gemaakt met AutoIT, en de code is geschreven in de geweldige editor Scite4AutoIt3.
Op dit moment bestaat de package uit twee programma’s:
- srvstart
This script sets the startype-type of a serviceUsage: srvstart [servicename] [level]
Where [servicename] is the short name of the service and [level] is one of the following:
0=startup, 1= system, 2= automatic, 3= manual, 4= disabled -
srvlist
This script creates a list of services with their ’startup’-status (1-4)Usage: srvlist [output.txt]
Where [output.txt] can be the absolute or relative path to a file.
Warning, this tool wil overwrite the file if it already exists!
Download
- Programs only: sst-0.1.zip
- Programs with source: sst-0.1-src.zip
This software is distributed under the GPL license.
