Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.



Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Driver Tools » ServiWin v1.71 64bit   
File - Download ServiWin v1.71 64bit
Description

Always scroll to the bottom of the page for the main download link.
We don't believe in fake/misleading download buttons and tricks. The link is always in the same place.


ServiWin v1.71 64bit

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.

Versions History

Version 1.71:

Added option to export services/drivers list of external drive from command-line, for example:
ServiWin.exe /shtml services "c:\temp\serv.html" K:\Windows

System Requirement
This utility works under Windows 2000, Windows NT, Windows XP, Windows Server 2003/2008, Windows Vista, Windows 7, Windows 8, and Windows 10. Windows 98 and Windows ME are not supported. Under Windows Vista/7/8 - 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 line (according to the above table) to serviwin.cfg, for example:
ForeColorStarted=10551295
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 10551295 (0xA0FFFF).

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:
Value Description
/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

In order to successfully get full admin access to the remote computer, read this Blog post: How to connect a remote Windows 7/Vista/XP computer with NirSoft utilities.

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

You can also start ServiWin with the services list by using /start_services parameter or with the drivers list, by using /start_drivers parameter:

serviwin.exe /start_services
serviwin.exe /start_drivers

Starting from version 1.50, you can instruct ServiWin to load only the desired services by using the /LoadFromList command-line option. You can specify the desired services by their name, display name, or the .exe file. Here's a few examples:

serviwin.exe /LoadFromList WZCSVC Spooler Schedule LmHosts Browser RemoteRegistry
serviwin.exe /LoadFromList svchost.exe
serviwin.exe /LoadFromList "C:\WINDOWS\System32\ups.exe"

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:

Run ServiWin with /savelangfile parameter:
serviwin.exe /savelangfile
A file named serviwin_lng.ini will be created in the folder of ServiWin utility.
Open the created language file in Notepad or in any other text editor.
Translate all menus, dialog-boxes, and string entries to the desired language.
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









Click here to visit the author's website.
Continue below for the main download link.


Downloads Views Developer Last Update Version Size Type Rank
4,981 9,518 Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/servwin_th.png"border="0"> May 17, 2019 - 11:20 1.71 70KB ZIP 5/5, out of 43 Votes.
File Tags
ServiWin  64bit  v1.71  
      
Whoa! Slow down there, Speedy.
Read this and then continue to download below.

Like seeing no ads? No misleading/fake download buttons?
We like it too! This site has been kept alive for 15 years
because of people just like you who download and donate.
No one is stopping you from downloading without donating
but the site runs on the "Honor System". If your momma
raised you to be honorable, make a donation and download
'til ya turn blue. Make your momma proud!

Thank you ! -Randy & Deanna (The Older Geeks)

Monthly operating costs = $750
Donations cover operating costs first
then are set aside for future upgrades and/or
handed-over to Deanna for new shoes.

Or

Or
Send a check payable to Home Computer Repair LLC, 208 E. Water St. Mount Vernon, MO 65712


Recent Super Donors ($50+)
Thanks, Jerry
Thanks, Robert
Thanks, Charles
Thanks, James

Recent Donors
Thanks, Mary
Thanks, Robert
Thanks, Michael
Thanks, Raymond
Thanks, SwellStuff4Sale
Thanks, Garrett
Thanks, Patricia
Thanks, John
Thanks, Craig
Thanks, August

→ Download Your File ←


Click to Rate File     Share it on Twitter →


OlderGeeks.com Copyright (c) 2024