ServiWin v1.37 - Alternative Windows Services/Drivers Tool
Copyright (c) 2003 - 2009 Nir Sofer

Related Utilities

  • WhatInStartup - Disable/enable/delete programs running at Windows startup.
  • DriverView - List all device drivers currently loaded on your Windows

Description

ServiWin utility displays the list of installed drivers and services on your system. For some of them, additional useful information is displayed: file description, version, product name, company that created the driver file, and more.
In addition, ServiWin allows you to easily stop, start, restart, pause, and continue service or driver, change the startup type of service or driver (automatic, manual, disabled, boot or system), save the list of services and drivers to file, or view HTML report of installed services/drivers in your default browser.

Search for other utilities in NirSoft

Versions History

  • Version 1.37:
    • Added sorting command-line options.
  • Version 1.36:
    • Fixed bug in properties window: The window was too small to display all fields.
  • Version 1.35:
    • Added new column: Last Write Time
    • Added the option to save as xml file and comma-delimited file.
  • Version 1.33:
    • Fixed bug: The main window lost the focus when the user switched to another application and then returned back to ServiWin.
  • Version 1.32:
    • The configuration is now saved to a file, instead of the Registry.
  • Version 1.31:
    • Fixed bug: In offline mode, the services/drivers list was loaded from wrong ControlSet.
    • In properties window, the description field is now displayed in 5-lines text-box.
  • Version 1.30:
    • Offline mode - Allows you to view all services/drivers and change the startup type in another instance of Windows operating system. (/offline command-line option)
    • A tooltip is displayed when a string in a column is longer than the column length.
  • Version 1.20:
    • Added find dialog-box.
    • Added accelerator keys.
    • Added toolbar buttons for Start, Restart, and Stop actions.
    • Added /remote command-line option
    • New column: Dependencies
    • New column: Error Control
    • New column: Last Error - Displays an error message when starting/stopping service is failed.
  • Version 1.11: Added support for Windows XP visual styles.
  • Version 1.10:
    • Started/Disabled services are marked with different colors.
    • Ability to translate to other languages.
    • The "copy" option nows copies the services/drivers information as tab-delimited text, so you can paste it directly to Excel.
  • Version 1.00 - First release.

System Requirement

This utility works under Windows 2000, Windows NT, Windows XP, Windows Server 2003/2008, Windows Vista, and Windows 7. Windows 98 and Windows ME are not supported. Under Windows Vista/7 - If you want to change the status of services, you must right-click the ServiWin.exe and choose 'Run As Administrator'. If only want to watch the services/devices list, you can also run it as non-admin user.

Using ServiWin

This utility is a standalone executable, so it doesn't require any installation process or additional DLLs. Just run the executable (serviwin.exe) and start using it.
The main window displays the list of all drivers or services, according to your selection. You can switch between drivers list and services list by selecting the desired list from the View menu, or simply use the F7 and F8 keys.
You can select one or more drivers or services from the list, and then change their status (Stop, Start, Restart, Pause, or Continue) or their startup type (Automatic, Manual, Disabled, Boot, or System). You can also save the selected items to text or HTML file (Ctrl + S) or copy this information to the clipboard.

Warning: Changing the status or the startup type of some drivers or services may cause to your operating system to work improperly. Do not disable or stop drivers/services if you are not 100% sure about what you are doing.

Connecting To Another Computer

ServiWin allows you to work with drivers/services list of another computer on your LAN. In order to do that, you must be connected to the other computer with administrator privileges, as well as admin shares (\\computer\drive$) should be enabled on that computer.

Offline Mode

Starting from version 1.30, ServiWin allows you to connect another instance of Windows operating system. In this offline mode, you cannot stop or start a service (because the other operating system is not really running...), but you can change the "Startup Type" of a service, so the next time that the other operating system is loaded, the service will be started or won't be started according to the startup type that you chooe.

In order to use ServiWin in offline mode, run ServiWin with /offline command-line option, and specify the Windows directory of the operating system that you want to load. For example:
serviwin.exe /offline e:\windows

Be aware that when using this offline mode, the 'SYSTEM' registry file of the other operating system is temporarily loaded as a new hive under HKEY_LOCAL_MACHINE.

Colors In ServiWin

Starting from v1.10, ServiWin marks the services and drivers with different colors according to the following rules:
Color Rule Registry Values
Blue All started services/drivers are painted with this color. ForeColorStarted
BackColorStarted
Red All disabled services/drivers are painted with this color. ForeColorDisabled
BackColorDisabled
Purple All services/drivers that starts automatically by the operating systems (with 'Automatic' and 'Boot' Startup types) but they are not currently running. ForeAutoNotStarted
BackAutoNotStarted

For advanced users only: If you want to view the services/drivers in different colors, add the approprite Registry value (according to the above table) to HKEY_CURRENT_USER\Software\NirSoft\ServiWin. Each color value is DWORD value that represents the color in RGB format.
For example: If you want to mark all started services with yellow background color, add BackColorStarted value as DWORD containing 'a0ffff'.

Command-Line Options

General syntax:
serviwin [/save type] [drivers | services] [filename] {\\computer} {/sort [column name]}

The [/save type] may contain one of the following values:
ValueDescription
/stext Saves the list of all drivers/services into a regular text file.
/stab Saves the list of all drivers/services into a tab-delimited text file.
/scomma Saves the list of all drivers/services into a comma-delimited text file.
/sxml Saves the list of all drivers/services into a xml file.
/stabular Saves the list of all drivers/services into a tabular text file.
/shtml Saves the list of all drivers/services into horizontal HTML file.
/sverhtml Saves the list of all drivers/services into vertical HTML file.

The second parameter specifies whether to save the 'services' list or the 'drivers' list.
The [filename] parameter specifies the filename to save the services/drivers list.
The remote computer parameter, {\\computer} is optional. If you omit this parameter, the drivers/services list will be loaded from the local computer.
The /sort command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Name" and "Display Name". You can specify the '~' prefix character (e.g: "~Status") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.


Examples:

serviwin.exe  /shtml services "c:\temp\serv.html" \\comp1
serviwin.exe  /stext drivers "c:\temp\drv.txt"
serviwin.exe  /shtml services "c:\temp\serv.html" /sort "Display Name"

Starting from version 1.20, you can use the /remote parameter in order to start ServiWin with the specified remote computer (without saving the drivers/services to file). For example:

serviwin.exe  /remote \\comp10

Starting from version 1.30, you can use /offline parameter in order to connect another instance of Windows operating system. For example:

serviwin.exe  /offline d:\windows

Translating to another language

ServiWin allows you to easily translate all menus, dialog-boxes, and other strings to other languages.
In order to do that, follow the instructions below:
  1. Run ServiWin with /savelangfile parameter:
    serviwin.exe /savelangfile
    A file named serviwin_lng.ini will be created in the folder of ServiWin utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all menus, dialog-boxes, and string entries to the desired language.
  4. After you finish the translation, Run ServiWin, and all translated strings will be loaded from the language file.
    If you want to run ServiWin without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com

Download ServiWin (in Zip file)
Download self-install executable for installing ServiWin with uninstall support
ServiWin is also available in other languages. In order to change the language of ServiWin, download the appropriate language zip file, extract the 'serviwin_lng.ini', and put it in the same folder that you Installed ServiWin utility.

LanguageTranslated ByDateVersion
ArabicAbo Rehaam 02/10/20091.36
CzechT-Men 04/02/2009 
FrenchaMadEUs 15/10/20091.37
Galician  24/11/2004 
German «Latino» auf WinTotal.de 14/10/20091.37
GreekGeorge Georgiou 05/05/2009 
Hebrew  23/06/2005 
Italian  25/10/2004 
Japanese  19/01/2005 
Polish  15/08/2004 
Portuguese Brazil  31/05/2006 
Russian  02/09/2006 
Russian  06/08/2008 
Simplified Chinese  09/09/2006 
Slovak  26/05/2005 
Spanish  20/05/2009 
Taiwanese  08/09/2006 
Valencian  07/01/2008