You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-12Lines changed: 43 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,57 @@ Driver Store Explorer [RAPR]
7
7
Driver Store Explorer [RAPR] makes it easier to deal with Windows [driver store](https://msdn.microsoft.com/en-us/library/ff544868(VS.85).aspx). Supported operations include list/add/install/delete/export third-party driver packages.
8
8
9
9
## Features
10
-
* Support online (local machine) and offline driver store.
11
-
* Enumerate / list all third-party driver packages in the driver store. Showing device associated with drivers. Export the driver package list as CSV.
12
-
* Add a driver package to the driver store.
13
-
* Delete one or multiple driver packages from the store.
14
-
* Detect old and not used driver packages (best effort).
15
-
* Export all / selected driver packages.
16
-
* Full-fledged GUI Supports grouping / sorting on any column. Supports re-arranging of / selecting specific columns.
10
+
11
+
### Core Operations
12
+
***Browse & List**: View all third-party driver packages with detailed metadata (size, version, date etc.)
13
+
***Add/Install**: Install new driver packages with optional automatic device installation
14
+
***Remove/Delete**: Delete single or multiple drivers with force deletion for in-use drivers
15
+
***Export**: Backup selected or all drivers to organized folder structures
16
+
***Smart Cleanup**: Automatically identify and select old/unused driver versions
17
+
18
+
### Advanced Capabilities
19
+
***Multiple APIs**: Native Windows API, DISM, or PnPUtil backend support with auto-detection
20
+
***Online & Offline**: Work with local machine or offline Windows image driver stores
21
+
***Device Association**: View connected devices and their presence status
22
+
***Batch Operations**: Multi-select for bulk operations with progress tracking
23
+
***Real-time Search**: Live filtering and CSV export for analysis
24
+
25
+
### User Interface
26
+
***Multi-language**: 20+ languages with RTL support
27
+
***Customizable**: Sortable columns, grouping, and flexible layout
28
+
***Visual Feedback**: Color coding, selection highlighting, and detailed logging
17
29
18
30
## Screenshots
19
31

20
32
21
-
## Requirements
22
-
This tool requires:
33
+
## Installation
34
+
35
+
### Requirements
23
36
* .NET Framework 4.6.2 or newer
24
37
* Windows 7 or newer
38
+
* Administrator privileges (for driver store operations)
0 commit comments