Project DescriptionWindows Services Dependency Viewer is a simple tool that provides the following information:
* Windows service dependent and antecedent services
* Services grouped by process
* Service details (from Win32_Service WMI class)
* Service process details (from Win32_Process WMI class

Windows Service Dependency Viewer is a simple tool for viewing service dependencies.
Features available for version 0.0.0.1 alpha:
- View dependent and antecedent services for a service
- View services grouped by the process
- View service details (from Win32_Service WMI class)
- View service process details (from Win32_Process WMI class)
- View detailed information for all installed services in a grid (from Win32_Service WMI class)
- View detailed information for all service processes in a grid (from Win32_Process WMI class)
- Refresh service and process information.
Features added for version 0.0.0.2 alpha:Service and process details text box (all available from the context menu)
- Copy seleced text from the Details text box to the clipboard
- Copy all text from the Details text box to the clipboard
- Save the contents of the Details text box to a txt file
- Wrap / unwrap the contents of the Details text box
Service and process grid (all available from Details context menu)
- Save selected or all rows to .csv, .tsv or .xls file
Features added for version 0.0.0.3 alpha:
- New tab for viewing system driver dependencies( from Win32_SystemDriver WMI class)
- View system driver details (from Win32_SystemDriver WMI class)
- View detailed information for all system drivers in a grid (from Win32_SystemDriver WMI class)
- Dependent services are shown in the system driver dependency tree
- Dependent drivers are shown in the service dependency tree
Please click the Documentation tab on this page for information on the application installation and usage.