MSDM-SLIC-CERT-KEY Dumper v1.6

Discussion in 'MDL Projects and Applications' started by Alphawaves, Nov 16, 2013.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #41 Chibi ANUBIS, Feb 16, 2015
    Last edited by a moderator: Apr 20, 2017
    This script is good ?

    Code:
    @ECHO OFF
    FOR /F "DELIMS=" %%A IN ('"%~dp0MSDM-SLIC.exe" /OS') DO (SET SERIAL=%%A)
    slmgr.vbs /ipk %DELIMS%
    RMDIR /S /Q "%WINDIR%\Setup\Scripts"
    exit
    
     
  2. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    #42 Alphawaves, Feb 16, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Hi Chibi ANUBIS, Change it to serial.. :)
    Code:
    @ECHO OFF
    FOR /F "DELIMS=" %%A IN ('"%~dp0MSDM-SLIC.exe" /OS') DO (SET SERIAL=%%A)
    cscript //nologo %windir%\system32\slmgr.vbs -ipk %SERIAL%
    RMDIR /S /Q "%windir%\Setup\Scripts"
    exit
    ;)
     
  3. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #44 Chibi ANUBIS, Feb 17, 2015
    Last edited by a moderator: Apr 20, 2017
    Thanks my friend :biggrin:
     
  5. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
  6. user_hidden

    user_hidden MDL Expert

    Joined:
    Dec 18, 2007
    Messages:
    1,034
    Likes Received:
    1,045
    Trophy Points:
    60
    great update ....
     
  7. ricktendo64

    ricktendo64 MDL Expert

    Joined:
    Apr 20, 2008
    Messages:
    1,394
    Likes Received:
    2,018
    Trophy Points:
    60
    Thanks, just found this great tool
     
  8. jamescantello

    jamescantello MDL Senior Member

    Joined:
    Oct 3, 2010
    Messages:
    446
    Likes Received:
    307
    Trophy Points:
    10
    What's the best version of this for iso integration .net 3.5 or .net 4, and also how to integration?
     
  9. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    Hi, what do you want to integrate ?
    Vista/Win7 = 3.5
    Win8/8.1 = 4.0

    EDIT:
    Forgot to mention i made a little update.. :eek:
     
  10. jamescantello

    jamescantello MDL Senior Member

    Joined:
    Oct 3, 2010
    Messages:
    446
    Likes Received:
    307
    Trophy Points:
    10
    I would like to integrate it into a Windows 8.1 ISO.
     
  11. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
    This tool isn't working for me. Ran it from the run box. Detailed message, but not sure what to do with that information to fix the situation. Command line switches work. All items that can be viewed from the GUI do not work except for product KEY

    View attachment 34050
     
  12. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
  13. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    Hi adric, can I ask what you are running this from ? Desktop/laptop/netbook ?
     
  14. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
    Thinkpad laptop with x32 Win7+SP1+Repo. My normal command prompt is 80 x 25. Your utility always starts with a tiny window. Also, I have 120 DPi set on my display settings.
     
  15. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
    This one is okay for the slic view (80 x 25 with scrollbar) , but Cert view shows as follows:
    View attachment 34079

    The window size there is 80 x 3 with scrollbar

    I can't test the msdm view since my bios is SLIC 2.1
     
  16. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
  17. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    Since this is only for correct output when viewing in windows, I don't need to update the multi oem project yet but I grabbed it so I have it. Thanks Alphawaves. :worthy:
     
  18. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210