
Introduction
ACHTUNG helps to record the status of Windows services installed on a specified machine.
Requirements
.NET 1.1
Using ACHTUNG 2.0
ACHTUNG still does what it did. 2.0 supports context menu (on right click) now. Just right click on the service name that you see on the list and you get options to start, stop or restart the service.
The listboxes have been updated with list view controls. You can also see how you could select a listview item on right click of the same.
Using ACHTUNG 1.0
- Enter machine name you want to fetch service status for.
- Click fetch service status BEFORE your task.
- This gets all the services installed on the machine specified (before your task).
- Click fetch service status AFTER your task.
- This gets all the services installed on the machine specified (after your task).
- This generates two CSV files.
- You can compare these two files and see which services have been started/stopped/installed/removed after you performed your specific task.
ACHTUNG uses the simple ServiceController class to fetch Windows services installed on a machine. Post this list to a CSV file and this allows you to compare the status changes your task/application has made to those Windows services. This is a simple utility.
History
- Release 1.0: 25 July 05.
- Release 2.0: 01 August 05.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here