[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    No, It does not.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    #2722 Carlos Detweiller, Jul 5, 2019
    Last edited: Jul 5, 2019
    Is it possible to use the user SID somehow? This S-1-5-21 should be the same for all languages?

    Otherwise, help of the community is required, for exotic languages.

    Administrator is correct for English and German.
     
  3. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    #2723 whatever127, Jul 5, 2019
    Last edited: Jul 5, 2019
    (OP)
    It may be possible. I'm testing this now.
    Code:
    WMIC useraccount WHERE "SID like 'S-1-5-21-%-500'" SET Disabled=FALSE
    
    EDIT: It seems to work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,683
    1,929
    60
    #2724 KleineZiege, Jul 5, 2019
    Last edited: Jul 5, 2019
    is it possible to fix the download link of 1.3.0-alpha.4 + ci.52

    THX
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340
    Thanks

    should i add this too to suppress shutdown prompt?
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutDownReasonOn /t REG_DWORD /d 0 /f
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    Yes, please. ShutdownReason seems to be a leftover from its Server origin. It makes no sense on that SKU.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340
    Decided to leave that to user customization :)

    the SKU is defined as Server per product policies (Kernel-ProductType=3)
     
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    Well, OK. Enabling the SuperAdmin (Administrator) account is essential as it is a blocking issue. Having an OS install you cannot login to is, well, not optimal. :)
     
  9. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hello,
    Every time I download Windows 10, I always get these editions:

    Code:
    Index : 1
    Name : Windows 10 Home
    Description : Windows 10 Home
    Size : 14,195,645,569 bytes
    
    Index : 2
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 14,389,486,342 bytes
    
    Index : 3
    Name : Windows 10 Home N
    Description : Windows 10 Home N
    Size : 13,417,782,778 bytes
    
    Index : 4
    Name : Windows 10 Pro N
    Description : Windows 10 Pro N
    Size : 13,388,972,487 bytes
    This is my ConvertConfig.ini

    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    ResetBase    =0
    NetFx3       =0
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions= Enterprise, Education, ProfessionalEducation, ProfessionalWorkstation, EnterpriseN, EducationN, ProfessionalEducationN, ProfessionalWorkstationN, CoreSingleLanguage, ServerRdsh, IoTEnterprise
    
    Can anyone please help me with this issue? I've been trying for two days and I always get the four indexes.
    Thank you....
     
  10. No spaces between „vAutoEditions“
     
  11. hayobaza

    hayobaza MDL Novice

    Sep 30, 2018
    2
    0
    0
    Can I get the latest LTSC via UUP dumps? Thanks in advance.
     
  12. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
    so it should be like this? ConvertConfig.ini



    Code:
    [convert-UUP]
    AutoStart =1
    AddUpdates =1
    ResetBase =0
    NetFx3 =0
    StartVirtual =0
    wim2esd =0
    SkipISO =0
    SkipWinRE =0
    ForceDism =0
    RefESD =0

    [create_virtual_editions]
    vAutoStart =1
    vDeleteSource=0
    vPreserve =0
    vwim2esd =0
    vSkipISO =0
    vAutoEditions=Enterprise,Education,ProfessionalEducation,ProfessionalWorkstation,EnterpriseN,EducationN,ProfessionalEducationN,ProfessionalWorkstationN,CoreSingleLanguage,ServerRdsh,IoTEnterprise
     
  13. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #2733 rcstar6696, Jul 6, 2019
    Last edited: Jul 14, 2019
    -snip-
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340
    @vze2mp9g

    To create all possible editions, it's easier to just leave vAutoEditions= empty
    and you have to set StartVirtual =1 if you want to start the operation automatically after converting UUP, other wise you will need to run create_virtual_editions.cmd yourself
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340

    Attached Files:

  16. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    223
    150
    10
    @whatever127

    Italian Language updated for UUP dump website
     

    Attached Files:

  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340
  18. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    223
    150
    10
  19. Cag

    Cag MDL Member

    Jul 12, 2009
    122
    34
    10
    #2739 Cag, Jul 6, 2019
    Last edited: Jul 6, 2019
    Portuguese translation (Pt-pt). Please, delete the previous posts. Thanks.
     

    Attached Files:

    :roll1: