beeman.nl
Als je nix doet is het goed…

Service Startup Tools

December 21st, 2005 by beeman

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 service

    Usage: 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

This software is distributed under the GPL license.