DriverStoreExplorer [RAPR]

Page 3 of 15 FirstFirst 1234513 ... LastLast

  1. Posts : 2,935
    Windows 10 Home x64
    Thread Starter
       #21

    Good day.

    Another update: DriverStoreExplorer v0.9.39.

    Implement open the folder location menu for driver entry.
      My Computer


  2. Posts : 4,224
    Windows 10
       #22

    Thanks for the heads-up. Found a bunch of obsolete drivers, too. Happy holidays!
    --Ed--
      My Computers


  3. Posts : 2,935
    Windows 10 Home x64
    Thread Starter
       #23

    Good day Ed. Happy holidays. I wish the best for you, and everyone here.
      My Computer


  4. Posts : 2,935
    Windows 10 Home x64
    Thread Starter
       #24

    Version 0.3.10 is out. Keep an older copy just in case.

    Changelog:


    • Update to use DISM API.
    • Now it always requires Admin permission, Install Driver and Force Remove functionality is gone.
    • Add support for offline driver store.

    Note: this is a version with a lot of changes and maybe buggy.
      My Computer


  5. Posts : 2,935
    Windows 10 Home x64
    Thread Starter
       #25

    Whoops. I got an error as soon as I tried to delete two older packages. I guess a fixed version will be released soon.
      My Computer


  6. Posts : 16,784
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #26

    I cannot find any documentation about DSE in GitHub or by googling. Am I missing something in GitHub?

    I was hoping to find out if DSE can have command switches so I could just run a single command to get its driver list.

    Denis
      My Computer


  7. Posts : 2,450
    Windows 10 Pro x64
       #27

    Try3 said:
    I cannot find any documentation about DSE in GitHub or by googling. Am I missing something in GitHub?

    I was hoping to find out if DSE can have command switches so I could just run a single command to get its driver list.

    Denis

    The closest I could find (a couple of years old though)
    Request: Command line support
      My Computer


  8. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #28

    Try3 said:
    I cannot find any documentation about DSE in GitHub or by googling. Am I missing something in GitHub?

    I was hoping to find out if DSE can have command switches so I could just run a single command to get its driver list.

    Denis
    You can export it thru the app to a CSV, which opens in Excel or equivalent. Might help. Example from mine:

    DriverStoreExplorer [RAPR]-2019-02-12_07h19_06.png

    Which can then be saved as a Text file of various types.
      My Computers


  9. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #29

    @Try3

    If you want just a dirt dumb list, not very pretty, DISM can do it.

    For a text file to your desktop:

    Dism /online /Get-Drivers /all > Drivers.txt
      My Computers


  10. Posts : 2,450
    Windows 10 Pro x64
       #30

    f14tomcat said:
    @Try3

    If you want just a dirt dumb list, not very pretty, DISM can do it.

    For a text file to your desktop:

    Dism /online /Get-Drivers /all > Drivers.txt
    To add to Dick's comment, in PowerShell:

    Code:
    Get-WindowsDriver -Online | Out-File $env:UserProfile\Desktop\3rdPartyDrivers.txt
    (for 3rd party drivers only)

    OR

    Code:
    Get-WindowsDriver -Online -All | Out-File $env:UserProfile\Desktop\AllDrivers.txt
    (for all installed drivers)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:26.
Find Us




Windows 10 Forums