[DISCUSSION] Windows 10 Final Build 19041>>>19045 (PC) [20H1>>>22H2 vb_release]

Discussion in 'Windows 10' started by Enthousiast, Dec 10, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    #5001 Enthousiast, Oct 16, 2020
    Last edited: Oct 16, 2020
    (OP)
    https://forums.mydigitallife.net/posts/1600230/

    Put in a txt file and save as cmd:

    like this:

    Code:
    echo.
    echo===============================================
    echo Check for Admin rights...
    echo===============================================
    if not "%1"=="am_admin" powershell start -verb runas '%0' am_admin & exit /b
    
    :gotAdmin
    pushd "%CD%"
    CD /D "%~dp0"
    cls
    
    REM enabling header by mach2
    
    mach2.exe enable 18299130
    pause
     
  2. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    i want get latest business.iso with 2 languages
    but on techbench i found only insider preview
    in sfv svfs found only to languages
    any help
     
  3. Multivsys

    Multivsys MDL Novice

    Jan 15, 2020
    14
    3
    0
    Thanks for the tip. Where do you recommend downloading that? I know that some releases come with Education but with added tweaks.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    #5004 Enthousiast, Oct 16, 2020
    Last edited: Oct 16, 2020
    (OP)
    There is a full download section at the OP (UUP/ESD/MCT/MVS ISO by SVF/Techbench ISO).
     
  5. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    after downlowding finished with uudump i got error runing linux
    UUP Converter v0.6.0
    CAB -> ESD: windows10.0-kb4579305-x64
    Failed to extract windows10.0-kb4579305-x64.cab
     
  6. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    7-zip (and all other public archivers) cannot fully unpack cab/msu files that use intra-package-delta (a sort of deduplication feature).
    On windows, expand.exe can deal with these.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    #5007 nimdas, Oct 17, 2020
    Last edited: Oct 17, 2020
    Correct
    It works on Windwos .
    But while converting it on Windows ( uup to iso vers 51 from abbodi) got much Errors with acces denied . but although it has createt the iso .
    Anyway im not happy with all this .
    i waste much time and got irritated with all this links and Tools .for what? plus i seen fan speed to loud after fresh install

    i will download again from media creation tool . best way for me to do a clean safe install
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,914
    340
    Delete windows10.0-kb4579305-x64.cab and rerun the converter script
     
  9. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    #5009 nimdas, Oct 17, 2020
    Last edited: Oct 17, 2020
    it dont work without Internet and Forces to download cab again
    second roblem it hangs on 10% by addiying something while converting
    i think converter has bugs
    uuptoiso.exe works fine
     
  10. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    #5010 nimdas, Oct 17, 2020
    Last edited: Oct 17, 2020
    it dont work without Internet and Forces to download cab again
    second roblem it hangs on 10% by addiying something while converting
    i think converter has bugs
    uuptoiso.exe works fine
     
  11. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    #5013 nimdas, Oct 17, 2020
    Last edited: Oct 17, 2020
    so i tried to create zip from uupdump again and copied uup Folder into ti
    this time your converter works fine
    works only on Windows
     
  12. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    dear mr abbodi
    everything works fine except one problem
    using media creation tool on fresh installed window pro edu..leds me only to windows home..no option to choose any Edition.
    coud you help how to bypass this
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,914
    340
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    The correct ei.cfg will bypass the auto-sku-selection at initial boot for systems with a MSDM for Home..
     
  15. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    thanks i will give it a try

    @Enthousiast

    i know about ei.cfg

    but with stock media tool i think its not possible .maybe it fetch my bios digital license to home edition? because i had preinstalled windows home
    my target is to download the desired windows iso from original media tool runing another windows edition .it seems not possible i think
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    It works on all ISOs, made by MCT or any other means.

    Yes, the ei.cfg is meant to circumvent the auto-sku-selection.

    The correct ei.cfg:
    Code:
    [Channel]
    _Default
    [VL]
    0
    
    Needs to be inserted into the "ISO:\Sources" folder, if you made a multi-arch ISO by using the MCT it needs to be in "ISO:\x64\sources" and "ISO:\x86\sources".
     
  17. yousif

    yousif MDL Member

    Dec 14, 2013
    223
    122
    10
    #5019 yousif, Oct 18, 2020
    Last edited: Oct 18, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450