[DISCUSSION] Windows 10 Insider Preview Build 15042 (PC)

Discussion in 'Windows 10' started by Enthousiast, Feb 24, 2017.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    #21 Enthousiast, Feb 24, 2017
    Last edited: Feb 24, 2017
    (OP)
  2. magnus33

    magnus33 MDL Member

    Aug 17, 2009
    159
    15
    10
    They did mean it this time lol
     
  3. ThinkHard

    ThinkHard MDL Junior Member

    Jul 10, 2016
    54
    9
    0
    es-ES x64 Pro :worthy:
     
  4. cruxq

    cruxq MDL Junior Member

    Mar 31, 2010
    78
    24
    0
    First build in a long time that updated correctly with no reg tweaks or having to do anything else to get it to install correctly.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Last time we got appr. 2-3 builds (called escrow) after the first one without watermark or timebomb.
     
  6. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    425
    33
    10
    UPP and how to make an iso file :confused:
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Do you ever read the OP?
     
  8. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    425
    33
    10
    no I dont to do stupid questions that you can ask :mad:
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    #32 Enthousiast, Feb 24, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Then go read it for once.

    Abbodi1406 UUP converter 3 (AiO iso creation):

    Code:
    ============================================================
    Preparing Reference ESDs . . .
    ============================================================
    
    CAB->ESD: amd64fre_Client_en-us_lp
    CAB->ESD: Microsoft-Windows-ContactSupport-Package
    CAB->ESD: Microsoft-Windows-InternetExplorer-Optional-Package
    CAB->ESD: Microsoft-Windows-LanguageFeatures-Basic-en-us-Package
    CAB->ESD: Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package
    CAB->ESD: Microsoft-Windows-LanguageFeatures-OCR-en-us-Package
    CAB->ESD: Microsoft-Windows-LanguageFeatures-Speech-en-us-Package
    CAB->ESD: Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package
    CAB->ESD: Microsoft-Windows-MediaPlayer-Package
    CAB->ESD: Microsoft-Windows-QuickAssist-Package
    
    ============================================================
    Creating Setup Media Layout . . .
    ============================================================
    
    
    ============================================================
    Creating boot.wim . . .
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 871 MiB of 871 MiB (100%) done
    
    ============================================================
    Creating install.wim . . .
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 7071 MiB of 7071 MiB (100%) done
    Using LZX compression with 8 threads
    Archiving file data: 238 MiB of 238 MiB (100%) done
    
    ============================================================
    Adding winre.wim to install.wim . . .
    ============================================================
    
    
    ============================================================
    Creating ISO . . .
    ============================================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (1500 files in 54 directories)
    Scanning source tree complete (1705 files in 99 directories)
    
    Computing directory information complete
    
    Image file is 4152655872 bytes (before optimization)
    
    Writing 1705 files in 99 directories to 15042.0.170219-2329.RS2_RELEASE_CLIENTCOMBINED_UUP_FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 20 files, 516096 bytes (0% of image)
    
    After optimization, image file is 4155865088 bytes
    Space saved because of embedding, sparseness or optimization = 516096
    
    Done.
    
    Press any key to exit.
    
     
  10. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Upgrade from mounted ISO FAILS -- both Pro, and Enterprise.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    667
    1,085
    30
    15031 no Cloud_en-us.esd
    15042 new Cloud_en-us.esd main file
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Linking to homebrew ISO's isn't allowed!!!
     
  13. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,629
    1,343
    150
    so looks like this is what the consumers will be getting soon....this build is nice.....firefox seems a bit buggy on this build.:rolleyes:
     
  14. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,207
    981
    90
    If u have amd u can dl the new driver
     
  15. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    667
    1,085
    30
    #39 Krakatoa, Feb 24, 2017
    Last edited by a moderator: Apr 20, 2017
    I create wim or iso from uups with small cmd script :)

    Code:
    pushd "%~dp0"
    
    SET ESD=Professional_cs-cz.esd
    md temp
    
    GOTO :WIM
    
    :ISO
    CALL :uups_ref
    md ISO
    wimlib apply %ESD% 1 ISO\
    del ISO\MediaMeta.xml
    wimlib export %ESD% 2 ISO\sources\boot.wim --compress=maximum -boot
    copy /y reagent.xml ISO\sources
    wimlib export %ESD% 3 ISO\sources\install.wim --ref="UUPs\*.esd" --ref="temp\*.esd" --compress=maximum
    wimlib update ISO\sources\install.wim 1 --command="add 'ISO\sources\boot.wim' '\windows\system32\recovery\winre.wim'"
    wimlib info ISO\sources\boot.wim 1 --image-property FLAGS=9
    cdimage -bootdata:2#p0,e,b"ISO\boot\etfsboot.com"#pEF,e,b"ISO\efi\Microsoft\boot\efisys.bin" -o -m -u2 -udfver102 -g -lWIN10 ISO WIN10.iso
    GOTO :QUIT
    
    :WIM
    CALL :uups_ref
    wimlib export %ESD% 3 install.wim --ref="UUPs\*.esd" --ref="temp\*.esd" --compress=maximum
    wimlib export %ESD% 2 temp\winre.wim --compress=maximum
    wimlib update install.wim 1 --command="add 'temp\winre.wim' '\windows\system32\recovery\winre.wim'"
    GOTO :QUIT
    
    :uups_ref
    if exist "UUPs\*.cab" (
    for /f "delims=" %%i in ('dir /b "UUPs\*.cab"') do (
    md temp\%%~ni
    expand.exe -f:* "UUPs\%%~ni.cab" temp\%%~ni\
    wimlib capture "temp\%%~ni" "temp\%%~ni.ESD" --compress=fast --check --no-acls --norpfix "%%~ni" "%%~ni"
    rd /s /q temp\%%~ni
    )
    )
    goto :eof
    
    :QUIT
    rd /s /q ISO
    rd /s /q temp
    pause
    exit
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    #40 Enthousiast, Feb 24, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    2 x64 en-US editions to go :D

    Code:
    ============================================================
          UUP directory contains multiple editions files:
    ============================================================
    
    1. Windows 10 Single Language Insider Preview (x64 / en-US)
    2. Windows 10 Pro Insider Preview (x64 / en-US)
    3. Windows 10 Enterprise VL Insider Preview (x64 / en-US)
    
    ============================================================
    Enter edition number to create, or zero '0' to create AIO
    ============================================================
    > Enter your option and press "Enter":
    Code:
    ============================================================
                        UUP Contents Info
    ============================================================
    
      Version: 10.0.15042.0
       Branch: RS2_RELEASE
     Editions:
    
    1. Windows 10 Single Language Insider Preview (x64 / en-US)
    2. Windows 10 Pro Insider Preview (x64 / en-US)
    3. Windows 10 Enterprise VL Insider Preview (x64 / en-US)
    
    Press any key to continue . . .