Biosversion * Universal * Brands * Serials * Certificates * Windows Setup Brander

Discussion in 'MDL Projects and Applications' started by Alphawaves, Feb 4, 2012.

  1. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    #1 Alphawaves, Feb 4, 2012
    Last edited by a moderator: Apr 20, 2017
  2. R29k

    R29k MDL GLaDOS

    Feb 13, 2011
    5,171
    4,811
    180
    Nice job sir :biggrin5:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    UPDATED

    Changelog:
    Fixed Acer bug
    :D
     
  4. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,487
    1,502
    150
    Awesome tiny app^^

    btw, how do you figure out what brandsname is in the bios?

    For exampe, dell seems to have several and Compaq doesnt have compaq right? Its HPQOEM..
     
  5. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    #5 Alphawaves, Feb 4, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    It uses:
    Code:
    "SELECT * FROM Win32_BIOS" (version)
    When versions have same OEMID, to find correct string it uses:
    Code:
    "SELECT * FROM Win32_ComputerSystem" (model,manufacturer)
    "SELECT * FROM Win32_ComputerSystemProduct" (name,vendor)
    :D
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    Awesome job buddy!!!

    Useful for multioem scripts... :worthy:
     
  7. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,171
    120
    Nice work bro :hug2:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. stitchy

    stitchy MDL Novice

    Jan 9, 2012
    46
    55
    0
    Very good project sir. It may really help the development of the future Windows SLIC injectors.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    UPDATE:

    Changelog 0.3:
    Fixed Lenovo/IBM/THINKPAD, Trigem/Averatec
    :D
     
  10. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,487
    1,502
    150
    Is there a complete list of those names/brands in Bios?
     
  11. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    #11 Alphawaves, Feb 5, 2012
    Last edited: Feb 8, 2012
    (OP)
    Biosversions which share the same OEMID will auto detect the corresponding brand.
    ie:

    ACRSYS
    ACRSYS(EMACHINES)
    ACRSYS(GATEWAY)
    DELL(INSPIRON)
    DELL(VOSTRO)
    DELL(XPS)
    DELL
    HPQOEM(COMPAQ)
    HPQOEM
    LENOVO
    LENOVO(IBM)
    LENOVO(THINKPAD)
    TRIGEM
    TRIGEM(AVERATEC)
    etc........
     
  12. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    UPDATE

    Changelog 0.4:
    Couple more version updates / fixes
    :D;)
     
  13. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    UPDATE

    Changelog 0.5:
    Advanced version string detector
    Added Help/Info menu
    Added Dump Biosversion
    Added Get Biosversion

    ;)
     
  14. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,171
    120
    Thanks for the UPs :eek::jumpon::eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. chrisgun

    chrisgun MDL Novice

    Feb 28, 2012
    35
    2
    0
    thanks you do you have a website
     
  16. Master.Pirate

    Master.Pirate MDL Junior Member

    Aug 2, 2011
    73
    20
    0
    Thanks Bro...........
    :worthy::worthy::worthy:
     
  17. Xerxes321

    Xerxes321 MDL Novice

    Aug 9, 2008
    17
    2
    0
    Thank you, I was looking for such a tool for the past few hours!

    Can you explain the differences in the new commandline switches? They all just seem to return "DELL" on my laptop and do not show anything else. They seem to do the same thing?

    Also, could you provide further details to the OOBE.CMD you provide? I know how to insert this, but would I just need to use a few XCOPY lines in order to copy the correct manufacturer's cert, insert key, and copy proper wallpapers? Do you have a sample?
     
  18. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    dump will give you biosversion in text file, get ? just version in cmd.. :)