Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostindark/DriverStoreExplorer
Driver Store Explorer [RAPR]
https://github.com/lostindark/DriverStoreExplorer
driver driver-store driverstore
Last synced: about 2 months ago
JSON representation
Driver Store Explorer [RAPR]
- Host: GitHub
- URL: https://github.com/lostindark/DriverStoreExplorer
- Owner: lostindark
- License: gpl-2.0
- Created: 2016-06-15T04:03:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T04:31:55.000Z (about 2 months ago)
- Last Synced: 2024-10-17T19:14:28.293Z (about 2 months ago)
- Topics: driver, driver-store, driverstore
- Language: C#
- Homepage:
- Size: 1.29 MB
- Stars: 6,782
- Watchers: 158
- Forks: 397
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - lostindark/DriverStoreExplorer - Driver Store Explorer \[RAPR] (C\#)
- MySoftwareList - DriverStore Explorer - A simple and powerfull tool for you to manually uninstall the driver you not want. (Software / Portable)
- Awesome-Daily - Driver Store Explorer
- jimsghstars - lostindark/DriverStoreExplorer - Driver Store Explorer [RAPR] (C# #)
- stars - DriverStoreExplorer
- stars - DriverStoreExplorer
README
Driver Store Explorer [RAPR]
===================================================[![Build Status](https://ci.appveyor.com/api/projects/status/kqtvhfq23am2gq26/branch/master?svg=true)](https://ci.appveyor.com/project/lostindark/driverstoreexplorer/branch/master)
### Overview
--------
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 third-party driver packages.### Features:
* Support online (local machine) and offline driver store.
* Enumerate / list all third-party driver packages in the driver store. Showing device associated with drivers. Export the driver package list as CSV.
* Add a driver package to the driver store.
* Delete one or multiple driver packages from the store.
* Detect old and not used driver packages (best effort).
* Full-fledged GUI Supports grouping / sorting on any column. Supports re-arranging of / selecting specific columns.### Screenshots:
![Screenshot of DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer/raw/master/Screenshots/Screenshot.png "Screenshot of Driver Store Explorer")### Requirements:
This tool requires:
* .NET Framework 4.5.2 or newer
* Windows 7 or newerTo build the code yourself, open Rapr.sln in Visual Studio 2019. Visual Studio 2017 may also work but it is not guaranteed.
### Releases:
Download the latest version here: https://github.com/lostindark/DriverStoreExplorer/releases/latest.### History:
The project was originally hosted on https://driverstoreexplorer.codeplex.com/.### Credits:
This tool uses the excellent [ObjectListView](http://objectlistview.sourceforge.net/cs/index.html).