JSI Tip 3740. Drivers.exe freeware lists loaded drivers.

Jerold Schulman

May 28, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today


Drivers.exe: List Loaded Drivers.

QUOTE:

List Loaded Drivers displays character-based information about the installed device drivers.There are no command-line arguments; simply run drivers | more.

Format of List Loaded Drivers Data

Column Name

Explanation

ModuleName

The driver's file name.

Code

The executable code in the image.

Data

The non-.bss data in the image.

Bss

The .bss section from the image. This is data that is initialized to 0.

Paged

The size of the data that is paged.

Init

The size of the file on disk.

LinkDate

The date that the driver was linked.




Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like