Windows 10 Hotfix Repository

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

  1. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Yap, already now :D.. you are tester.. it not possible new tool already publish then you not testing :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    Create BAT file:
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"
     
  3. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    is there need to put servicing stack for 15063.0.170317-1834.rs2_release_clientcombinedsl_ret_x64fre_en-us_64317f9f897ab3cab7e45cbcafd139d30396c81f.esd. this old esd 1703(fist esd come)
    or just need flash update and kb4055254 to build preintegrated?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    #4845 KedarWolf, Nov 26, 2017
    Last edited by a moderator: Nov 26, 2017
    Can someone check see if I have this right?

    My updates are in D:\3

    My netfx3 is in D:\5

    And my extracted ISO is in D:\1

    The script just closes and never runs.

    At one point I had it working but no Updates folder was found and wouldn't let me add it. :I
    Code:
    @echo off
    cd /d "%~dp0"
    rem when changing below options, be sure to set the new values between = and " marks
    
    rem for updating current os, leave this option as %SystemDrive%
    set set "target=D:\1"
    
    rem updates location, %cd% represent the current script directory
    set "repo=D:\3"
    
    rem dism.exe tool path (default is system's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature
    set net35=1
    
    rem optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab
    set "net35source=D:\5"
    
    rem Cleanup OS images to "compress" superseded components (might take long time to complete)
    set cleanup=1
    
    rem Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature)
    rem require first to set cleanup=1
    set resetbase=0
    
    rem create new iso file if the target is a distribution folder
    rem require placing oscdimg.exe or cdimage.exe next to W10UI.cmd
    set iso=1
    
    rem set this to 1 to start the process directly once you execute the script
    rem make sure you set the above options correctly first
    set autostart=0
    
    rem optional, set temporary directory for extracted files
    set "cab_dir=%~d0\W10UItemp"
    
    rem optional, set mount directory for updating wim files
    set "mountdir=%SystemDrive%\W10UImount"
    set "winremount=%SystemDrive%\W10UImountre"
    
    rem ##################################################################
    rem # NORMALY THERE IS NO NEED TO CHANGE ANYTHING BELOW THIS COMMENT #
    rem ##################################################################
    
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    Did you set the script as i did? Did the script enable dotnetfx3 and next it re-integrated the CU again?
     
  7. Flax4

    Flax4 MDL Senior Member

    Apr 10, 2015
    389
    375
    10
    #4848 Flax4, Nov 26, 2017
    Last edited by a moderator: Nov 26, 2017
    Here's my log :

    Code:
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/2: Windows10.0-KB4048951-x64.cab
    2/2: Windows10.0-KB4048955-x64.cab
    
    ============================================================
    Mounting install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 2 - Adding package Package_for_KB4048951~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10UI_3.7\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.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\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.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\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.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    
    OSCDIMG 2.54 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 37 directories)
    Scanning source tree complete (969 files in 89 directories)
    
    Computing directory information complete
    
    Image file is 4217274368 bytes (before optimization)
    
    Writing 969 files in 89 directories to Win10_16299_Updated.iso
    
    100% complete
    
    Storage optimization saved 34 files, 14157824 bytes (1% of image)
    
    After optimization, image file is 4205350912 bytes
    Space saved because of embedding, sparseness or optimization = 14157824
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    wrong
    Code:
    set set "target=D:\1"
    correct
    Code:
    set "target=D:\1"
     
  9. Satoshi19

    Satoshi19 MDL Member

    Jun 15, 2017
    204
    23
    10
    A question
    Is latest versions of .Net Framework & Powershell built-in to Windows 10? will they automatically offered update from windows automatic update as soon as new versions are released? It'd be very convenient if it did
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    16299.64:
    Code:
     .Net Versions Detected    - v1.1.4322 v2.0.50727 v3.5 v4.0.30319 v4.7.02556
     Powershell Version{s}     - 1.0, 2.0, 3.0, 4.0, 5.0, 5.1
     
  11. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    KB4051963 coming soon... 16299.96
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. armond

    armond MDL Addicted

    Jun 16, 2008
    736
    235
    30
    Thanks, I see something about it on Deskmodder.de
    It's in German, but seams even they do not have lots of info about the CU yet.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    Probably the board software auto changed it. Ask the staff for more info.
     
  14. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Its been a while since I updated my 14393 version... Any recent Service Stack updates? I searched and did not find any, so I assume no...
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450