Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,315
    340
  4. Jumbo Flapjack

    Jumbo Flapjack MDL Junior Member

    Jan 29, 2019
    95
    31
    0
    Any major changes from 6.0?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    Did you check the link?;)
     
  6. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    #7528 KedarWolf, Mar 2, 2019
    Last edited: Mar 2, 2019
    I used to be able to change the option in W10UI 6.0 to set the mount directories to the script drive instead of the system drive by doing the below.
    Code:
    set "mountdir=%~d0\W10UImount"
    set "winremount=%~d0\W10UImountre"
    
    I no longer can do that with 6.1.

    Is there a fix?

    I think I figured it out.

    Change
    Code:
    if /i "%mountdir%"=="W10UImount" set "mountdir=%SystemDrive%\W10UImount"
    if /i "%winremount%"=="W10UImountre" set "winremount=%SystemDrive%\W10UImountre"
    
    to
    Code:
    if /i "%mountdir%"=="W10UImount" set "mountdir=%~d0\W10UImount"
    if /i "%winremount%"=="W10UImountre" set "winremount=%~d0\W10UImountre"
    
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    Did you delete the ini and change it in the script directly?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    Delete the ini and you can set it as usual in the cmd directly:
    cmd:
    Code:
    :: optional, set mount directory for updating wim files, default on system drive C:
    set "mountdir=W10UImount"
    set "winremount=W10UImountre"
    
    or set the ini to the dir you want:
    Code:
    [W10UI-Configuration]
    target        =
    repo          =
    dismroot      =dism.exe
    
    net35         =1
    net35source   =
    
    cleanup       =0
    resetbase     =0
    
    winre         =1
    
    _cabdir       =W10UItemp
    mountdir      =W10UImount
    winremount    =W10UImountre
    
    iso           =1
    isodir        =
    delete_source =0
    
    autostart     =0
    
     
  9. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    Go here : - Values in W10UI.ini take precedence over the ones inside W10UI.cmd (by default both are the same)
     
  10. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    288
    62
    10
    Can Not Update > Error 0x800f0982
     

    Attached Files:

  11. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    Can someone tell me do the updates need to be in a folder in chronological order or will the program automatically know which update needs to be installed first?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,315
    340
    If you mean W10UI, it automatically detect and install updates in correct order

    SSU first alone
    all other updates except CU
    CU
     
  13. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    Great! Thank you for the quick reply. Just finished using the script and it is amazing! Thanks
     
  14. blackmaeby

    blackmaeby MDL Novice

    Feb 17, 2011
    33
    12
    0
    The readme says that it allows you to select an index from a .wim, but it seems to always do every index ?

    I just dism export the index from the original wim, but it would be nice to set the .wim index to use to skip that step.

    But otherwise great tool, thanks!
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    #7537 Enthousiast, Mar 3, 2019
    Last edited: Mar 4, 2019
    Notice the "All (4)" at the index selection 8.:
    Code:
    ============================================================
    1. Target (x64): "j:\W10UI_4.X\17763.1_Work_x64_NL"
    
    2. Updates: "j:\W10UI_4.X\17763.1_Updates_x64"
    
    3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe"
    
    4. Enable .NET 3.5: NO
    
    5. Cleanup System Image: NO
    
    7. Update WinRE.wim: YES
    
    8. Install.wim selected indexes: All (4)
    
    M. Mount Directory: "C:\W10UImount"
    
    E. Extraction Directory: "J:\W10UItemp"
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:
    
    Press "8" and it asks what index you want to service:
    Code:
    ============================================================
     1. "Windows 10 Home"
     2. "Windows 10 Home N"
     3. "Windows 10 Enterprise LTSC"
     4. "Windows 10 Enterprise N LTSC"
    
    ============================================================
    Enter indexes numbers to update separated with space(s)
    Enter * to select all indexes
    examples: 1 3 4 or 5 1 or *
    
    or just press 'Enter' to return to options menu
    ============================================================
    
    When I type 1 2 it results in:
    Code:
    ============================================================
    1. Target (x64): "j:\W10UI_4.X\17763.1_Work_x64_NL"
    
    2. Updates: "j:\W10UI_4.X\17763.1_Updates_x64"
    
    3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe"
    
    4. Enable .NET 3.5: NO
    
    5. Cleanup System Image: NO
    
    7. Update WinRE.wim: YES
    
    8. Install.wim selected indexes: 1 2
    
    M. Mount Directory: "C:\W10UImount"
    
    E. Extraction Directory: "J:\W10UItemp"
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:
    
    When i want to select just 1 index, nr 2 in my example:
    Code:
    ============================================================
    1. Target (x64): "j:\W10UI_4.X\17763.1_Work_x64_NL"
    
    2. Updates: "j:\W10UI_4.X\17763.1_Updates_x64"
    
    3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe"
    
    4. Enable .NET 3.5: NO
    
    5. Cleanup System Image: NO
    
    7. Update WinRE.wim: YES
    
    8. Install.wim selected indexes: 2
    
    M. Mount Directory: "C:\W10UImount"
    
    E. Extraction Directory: "J:\W10UItemp"
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:
    Code:
    ============================================================
    Running W10UI v6.1
    ============================================================
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/5: windows10.0-kb4470788-x64_SSU_17763.164.cab
    2/5: Windows10.0-KB4480056-x64_Dotnet_CU_Feb_15.cab
    3/5: Windows10.0-KB4482887-x64_PSFX_CU_348.1.9.cab
    4/5: Windows10.0-KB4486553-x64_Dotnet_CU_March_1.cab
    5/5: Windows10.0-KB4487038-x64_Flash_Feb_12.cab
    
    ============================================================
    Mounting install.wim - index 2/4
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 3 - Adding package Package_for_KB4480056~31bf3856ad364e35~amd64~~10.0.1.2305
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.2353
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4487038~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.348.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.348.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [===========================99.7%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : J:\W10UI_4.X\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 2/4
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : j:\W10UI_4.X\17763.1_Work_x64_NL\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.348.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : j:\W10UI_4.X\17763.1_Work_x64_NL\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.348.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : j:\W10UI_4.X\17763.1_Work_x64_NL\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    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 (500 files in 40 directories)
    Scanning source tree complete (937 files in 82 directories)
    
    Computing directory information complete
    
    Image file is 5634195456 bytes (before optimization)
    
    Writing 937 files in 82 directories to J:\W10UI_4.X\Win10_17763.348_x64_2019-03-04.iso
    
    100% complete
    
    Storage optimization saved 24 files, 14198784 bytes (1% of image)
    
    After optimization, image file is 5622102016 bytes
    Space saved because of embedding, sparseness or optimization = 14198784
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
    Wim-info:
    Code:
    [01] 3/4/2019 nl-NL x64 10.0.17763.1 Windows 10 Home | Core
    [02] 3/4/2019 nl-NL x64 10.0.17763.348 Windows 10 Home N | CoreN
    [03] 3/4/2019 nl-NL x64 10.0.17763.1 Windows 10 Enterprise LTSC | EnterpriseS
    [04] 3/4/2019 nl-NL x64 10.0.17763.1 Windows 10 Enterprise N LTSC | EnterpriseSN
    
    As you can see, only the second index got serviced.

    But now you still have to delete the other indices and rebuild (or wimlib-optimize) the install.wim.

    I always do what you do, I only feed the script install.wim files with the specific indices in, which i want to be serviced.
     
  16. blackmaeby

    blackmaeby MDL Novice

    Feb 17, 2011
    33
    12
    0
    I mixed up versions of the batch file in same folder : P

    Can the index selection be added to the .ini to do an autostart in the next version : )

    Maybe even a wim index name exact match :) In case Microsoft decides to make yet another SKU and bump up index numbers. Windows 10 Ultimate For Workstations SKU coming 2020!

    Not urgent, just a suggestion.
     
  17. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    #7539 MonarchX, Mar 4, 2019
    Last edited: Mar 4, 2019
    Edit: Nevermind, KB4486553 is the latest for sure.

    And which one is actually the latest of the two? KB4486553 is dated Match 1st, but then why was KB4480056 (dated 2/15/2019) offered? Error or an updated package?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    @abbodi1406 explained some of it on the previous page.

    These are the currently needed updates for an uptodate and WU satisfied 1809 install:
    Code:
    windows10.0-kb4470788_SSU_17763.164.cab
    Windows10.0-KB4487038_Flash_Feb_12.cab
    Windows10.0-KB4480056_Dotnet_CU_Feb_15.cab
    Windows10.0-KB4486553_Dotnet_CU_March_1.cab
    Windows10.0-KB4482887_PSFX_CU_348.1.9.cab