lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.56k stars 390 forks source link

Feature requests: multiple suggestions #242

Open sweckform2 opened 5 months ago

sweckform2 commented 5 months ago
  1. Ability to sort all drivers that are listed using a dedicated button on the operations sidebar (e.g: A~Z, Z~A, etc.)
  2. Show drivers with duplicate INF entries and the ability to manage either version (e.g: ntprint.inf is shown twice but needs to be managed personally)
  3. Show multiple driver instances launched by the same driver.inf file
  4. Show drivers locked by the OS (not the same as Boot Critical functionality)
  5. Add more columns that can be selected in the available user view
  6. Ability to display drivers as color-coded (e.g: blue color can be assigned to drivers from Intel, and green to drivers from Nvidia)
  7. Ability to boot directly into Safe Mode to delete stubborn drivers
  8. Show and manage drivers associated by device type (e.g: Nvidia GPUs typically have the following INF files {nvhda.inf, nvhmsi,inf, nvmoduletracker.inf, nvpcf.inf, nvrtxvad.inf, nvswfilter.inf, nvvad.inf, nvvhci.inf} that are listed independently but by reading the device ID they can then be listed and grouped as INF files associated with a Nvidia GPU.) They can also be displayed as belonging to a specific category type (e.g: in this case, as a GPU, Display Adapter, Graphics Accelerator, etc.)

Thanks.