# DriverStoreExplorer **Repository Path**: originalcore/DriverStoreExplorer ## Basic Information - **Project Name**: DriverStoreExplorer - **Description**: Driver Store Explorer [RAPR] - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 enumeration, adding a driver package (stage), adding & installing, deletion and force deletion from the driver store. ### Features: * Enumerate / List all the packages staged in the current driver store. * Support offline driver store. * Showing device associated with drivers. * Export the list as CSV. * Add a driver package to the driver store. * Delete a package from the store. * Deletion of multiple driver packages (batch mode). * 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: .NET Framework 4.5 ### Releases: Download the latest version here: https://github.com/lostindark/DriverStoreExplorer/releases/latest. ### Tested Operating Systems: Windows 7 32 bit and Windows 10 64 bit ### History: The project was original hosted on https://driverstoreexplorer.codeplex.com/. ### Credits: This tool uses the excellent [ObjectListView](http://objectlistview.sourceforge.net/cs/index.html).