how to export all Properties-Hardware-Properties-Details to text file?


  1. Posts : 128
    Win10
       #1

    how to export all Properties-Hardware-Properties-Details to text file?


    When I right click on a device (e.g. USB Stick) in Windows Explorer and select from context menu

    Properties--->Hardware--->Properties--->Details

    I can select in drop-down "Property" all hardware details and their corresponding value.
    Most important here: Hardware UD

    How can I export (at once) ALL Properties and Values into a text file?
      My Computer


  2. Posts : 17,057
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #2

    Peter,

    I do not know a way of doing exactly what you want but I backup device & driver properties to csv files and I think my backups might well cover your requirements.
    See my driver backup and driver properties lists ditty - post #43 - TenForums
    You can choose any or all of the properties lists I use.
    - NirSoft's DevManView is probably the single most useful listing.
    - The three PowerShell command lines do not use any third-party utilities - DriversLists, Get HardwareIDs list

    I assume your "Hardware UD" was intended to be Hardware ID.

    All the best,
    Denis
    Last edited by Try3; 26 Jun 2023 at 09:22.
      My Computer


  3. Posts : 8,305
    windows 10
       #3

    Very simple open sysinfo you can highlight cert things then select export or choose select all then export to get every detail as txt
      My Computer


  4. Posts : 17,057
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #4

    Peter,

    Further to my last post, I have compared the batch file I posted before with my latest version and I found that I had added two further outputs which I'd noted as awaiting review.
    The batch file must be run as Admin.

    Code:
    :: Get more hardware data - awaiting review
    :: - I have not checked how it overlaps with other outputs
    powershell.exe Get-WmiObject Win32_PnPSignedDriver ^| select DeviceName, FriendlyName, Description, Manufacturer, HardWareID, DeviceID, CompatID, DriverProviderName, DriverName, DriverVersion, DriverDate, InfName, DevLoader, IsSigned, Location, PDO, Signer, ClassGuid, DeviceClass ^| Export-CSV "%BackupFolder%\MoreHardwareData.csv" -NoTypeInformation
    
    :: Get DriverQuery output- awaiting review
    :: - I have not checked how it overlaps with other outputs
    DriverQuery.exe /fo csv /v >"%BackupFolder%\DriverQuery.csv"

    I have still not reviewed them and, because the csv files are so small [20KB-300KB], I will probably never get around to doing checking if any can be omitted.



    All the best,
    Denis
      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 00:57.
Find Us




Windows 10 Forums