Windows 10 Hotfix Repository

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

  1. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    is changing time zone and rename pc effect to WU? before it I just leave it connect internet. then offline.. update driver
    fresh install rs3 16299.15.. just offered with Flash player and software malicious removal tool. and is that important update driver from microsoft
    or manufacture? I just experienced with shutdown but just screen off. or restart but shutdown(old story beginning with windows 10 come IME driver not support or something)
    not offered kb4043961 or kb4048955...did I miss something :confused:
    no CU.PNG
     
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
  3. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  4. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    No, Drivers are not Updates
     
  6. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    ty @abbodi1406 for confirm..
    updating like intel HD driver from catalog update, well I use dism as usual..
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  8. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  9. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  10. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
    I just put the new .cmd in the folder.
     
  11. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    Yap, already now :D.. you are tester.. it not possible new tool already publish then you not testing :)
     
  12. javaspain

    javaspain MDL Junior Member

    Joined:
    Jul 29, 2009
    Messages:
    98
    Likes Received:
    53
    Trophy Points:
    0
    Create BAT file:
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"
     
  13. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    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?
     
  14. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  15. KedarWolf

    KedarWolf MDL Addicted

    Joined:
    Mar 17, 2016
    Messages:
    533
    Likes Received:
    415
    Trophy Points:
    30
    #4855 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 ##################################################################
    
     
  16. iFlaX

    iFlaX MDL Senior Member

    Joined:
    Apr 10, 2015
    Messages:
    328
    Likes Received:
    288
    Trophy Points:
    10
  17. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
    Did you set the script as i did? Did the script enable dotnetfx3 and next it re-integrated the CU again?
     
  18. iFlaX

    iFlaX MDL Senior Member

    Joined:
    Apr 10, 2015
    Messages:
    328
    Likes Received:
    288
    Trophy Points:
    10
    #4858 iFlaX, 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.
    
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    wrong
    Code:
    set set "target=D:\1"
    correct
    Code:
    set "target=D:\1"
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340