Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. mad_max

    mad_max MDL Junior Member

    Mar 31, 2014
    76
    40
    0
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    #4642 mxman2k, Feb 8, 2019
    Last edited: Feb 8, 2019
    (OP)
    yeah that is something i have tried to rectify but it always seems to defeat what i try to compensate :(

    It is a glitch, wmic can give some odd results at times.

    More so with graphics memory, due to some using system ram and if they have some physical on-board ram too.

    *Edit*
    May now sorted that with a bit of 'FOR /F' loop magic to remove the first character if it is a minus sign. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    Final tests of QT 87.0 seem to all be in order. :)

    So all being well this will be released shortly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    Query Tool v87.0 has been uploaded, 2nd post download link, password and hashes updated. :)

    + Added Windows 10 {RS5+} Clipboard History status detection.

    + Updated Insider/Preview build detection and information about Rings etc. Due to changes in the newer Preview Builds the QT may not always detect it being an Insider OS, hopefully this will be sorted once m$ have settled on a standard IP build registry entry.

    + Updated MS Office detection routine, should be better at finding 2019 and C2R types.

    + Added Trim detection for SSD's (Win 7+), {Experimental} -- can state on W10 if enabled/disabled for NTFS and/or ReFS.

    ReFS can be used within certain W10 for drives already formatted or Editions which allow ReFS formatting etc, this is why it is shown.

    You can see for yourself on W10 open a command prompt window and type (or copy/paste):

    fsutil behavior query disabledeletenotify

    Then see the results. Parsing the results to cover the new wording and the old was a bit tricky and is why it is 'experimental' as cannot be 100% sure due to changes in the W10 Builds.

    + Fixed (hopefully) the graphics memory data sometimes showing a negative amount.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mad_max

    mad_max MDL Junior Member

    Mar 31, 2014
    76
    40
    0
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    wmic.exe PATH Win32_VideoController GET AdapterRAM

    is what is used to obtain the data, it is not easy to parse if more than one adaptor as it all on one 'result' and a bit of work is needed to get the results in the right order etc.

    As always there are limitations with batch (even powershell which i not use) to get all the results sorted.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Systemmax Source Updated
    SYSTEMAX_BADGE.PNG
     

    Attached Files:

  9. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Tangent Source Updated
    TANGENT_BADGE.png
     

    Attached Files:

  10. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Tangemt source updated
    TANGENT_BADGE.png
     

    Attached Files:

  11. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Targa Source Updated
    TARGA_BADGE.PNG
     

    Attached Files:

  12. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Tarox Source Updated
    TAROX_BADGE.PNG
     

    Attached Files:

  13. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10

    Attached Files:

  14. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Tongfang Source Updated
    TONGFANG_BADGE.png
     

    Attached Files:

  15. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Toshiba Source Updated
    TOSHIBA_BADGE.png
     

    Attached Files:

  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,739
    19,257
    180
    Working on a revamped graphics card detection for the QT, this seems to be more accurate...

    Test with my Clevo Laptop with dual gfx (which i can't seem to switch manually? )
    Code:
    Primary Adaptor Name       : Intel{R} HD Graphics 4600 {1 GB}
    Primary Adaptor Info       : Resolution: 1920x1080, Driver Date: 25.21.14.1634 , Driver Vers: N/A
    Secondary Adaptor Name     : NVIDIA GeForce GTX 860M {2 GB} 
    As i can't switch between the gfx cards (internal Intel & Nvidia) i am hoping it gets the primary / secondary ones in the right order. I followed m$ documents to get the information using a different WMIC call ( wmic path win32_videocontroller ) this did present a little problem with SET /A due to 32-bit errors, so used a bit of Vbs to convert the RAM values.

    Work is on going.... :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    Trigem Source Updated
    TRIGEM_BADGE.png
     

    Attached Files: