អាយធីខ្មែរស៊ែរ : itkhmershare.blogspot.com

DriverView v1.41 - Loaded Windows Drivers List

Wednesday, January 30, 20130 comments

Description

DriverView utility displays the list of all device drivers currently loaded on your system. For each driver in the list, additional useful information is displayed: load address of the driver, description, version, product name, company that created the driver, and more.

System Requirement

This utility works under Windows 2000, Windows NT, Windows XP, Windows Vista, Windows 7, and Windows Server 2003/2008 . Windows 98 and Windows ME are not supported. If you want to run this utility on Windows NT, you should download the 'psapi.dll' and place it in your system32 directory.

Using The DriverView Utility

This utility is a standalone executable, so it doesn't require any installation process or additional DLLs. Just run the executable (driverview.exe) and start using it. There is only one exception: If you want to run this utility on Windows NT, you should download the 'psapi.dll', and copy it into the system32 folder. The main window of DriverView utility displays the list of all loaded drivers on your system. You can select one or more drivers from the list, and then copy the details of these drivers to the clipboard, save them to text or HTML file, or watch them as HTML report in your browser.
In addition, you can change the order of the columns in the drivers table by dragging them to the desired position, or by using the 'Choose Columns' dialog-box.

Command-Line Options

OptionDescription
/stext <Filename> Saves the list of all drivers into a regular text file.
/stab <Filename> Saves the list of all drivers into a tab-delimited text file.
/scomma <Filename> Saves the list of all drivers into a comma-delimited text file.
/stabular <Filename> Saves the list of all drivers into a tabular text file.
/shtml <Filename> Saves the list of all drivers into horizontal HTML file.
/sverhtml <Filename> Saves the list of all drivers into vertical HTML file.
/sxml <Filename> Saves the list of all drivers into XML file.
/sort <column> This 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 "Address" and "File Type". You can specify the '~' prefix character (e.g: "~Driver Name") 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:
DriverView.exe /shtml "f:\temp\drivers.html" /sort 2 /sort ~1
DriverView.exe /shtml "f:\temp\drivers.html" /sort "File Type" /sort "Driver Name"
/nosort When you specify this command-line option, the list will be saved without any sorting.

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.

Translating DriverView to other languages

In order to translate DriverView to other language, follow the instructions below:
  1. Run DriverView with /savelangfile parameter:
    DriverView.exe /savelangfile
    A file named DriverView_lng.ini will be created in the folder of DriverView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run DriverView, and all translated strings will be loaded from the language file.
    If you want to run DriverView without the translation, simply rename the language file, or move it to another folder.
Share this article :

Post a Comment