Windows 10 Hotfix Repository

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

  1. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    Update for Windows 10 Version 1709 for x64-based Systems (KB4058043)...This update refers to what purpose? Service Stack?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
  3. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,378
    60
    #5003 drew84, Dec 17, 2017
    Last edited: Dec 17, 2017
    .... As far as REVIEW goes, updated 1709 yesterday > saved changes > all good

    This morning went to start work on other editions, however noticed there was an issue with 1709
    Tried to correct, but to no avail..

    Can't get the formatting to HOLD :mad: -- so see notes below for links
    Doing the same as the rest here, but with every save - page keeps interjecting a load of crap THIS STUFF >>

    Tried copy/paste working templates > saving changes > arbitrary code interjected all over the place > if Removed, it interjects even more code when saved


    Worked.. now doesn't ???? am I missing something ? .... or project may just dissapear

    EDIT: Something Strange's going on, copy/pasted this and above from Review page
    ...........Only here, no code is visible when viewed after saving but on review page "arbitrary code interjected (and can be seen) all over the place -- and I don't mean in EDIT mode
    Can't get the formatting to HOLD :mad: -- so see notes in spoiler for links for above
    Doing the same as the rest here, but with every save - page keeps interjecting a load of crap..
    as an example, cant seem to remove 'bold' formatting in first line of EDIT2 --- Pasted this in RED above and when saved all the BB code could not be seen

    WHAT I AM SEEING WHEN VIEWING (NOT EDITING) THE PAGE
    Code:
    [I][I][I][I][I][COLOR=#b30000][COLOR=#b30000][SIZE=4][COLOR=#000000]Can't get the formatting to HOLD :mad: -- so see notes in spoiler for links for above[/COLOR][/SIZE][/COLOR][/COLOR][/I][/I][/I][/I][/I][/I][/I][/I][/I][/I][/I][/I][/I][/COLOR]
    [COLOR=#ff0000][I][I][I][I][I][I][I][I][I][I][I][COLOR=#b30000][COLOR=#b30000][SIZE=4][COLOR=#000000][SIZE=3]Doing the same as the rest here, but with every save - page keeps interjecting a load of crap..[/SIZE][/COLOR][/SIZE][/COLOR][/COLOR]
    [COLOR=#b30000][COLOR=#b30000][SIZE=4][COLOR=#000000][SIZE=3]as an example, cant seem to remove 'bold' formatting in first line of EDIT2[/SIZE][/COLOR][/SIZE][/COLOR][/COLOR][/I][/I][/I]



    Edit2: Noticed that the new Store Installer Service Update - only gets applied to install.wim using abbodi's W10UI_4.1
     
  4. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    91
    13
    0
    #5004 MrTweakFreak, Dec 18, 2017
    Last edited: Dec 18, 2017
    Hello all,

    I want to create an updated Windows 10 Pro installation disc (actually an usb flash/thumb drive), so i downloaded the official 16299.64 build and updated it to 16299.125 using abbodi1406's wonderful Windows 10 Updates Installer script.

    All went fine but after inspecting the resulting install.wim's file/folder structure i noticed that the update process created many \WinSxS\Temp\InFlight\ files (there's also a WinSxS\pending.xml) and some \Windows\servicing\Sessions\ .xml's (also a Sessions.xml and Sessions.back.xml) .

    Now i'm wondering if there's a way to clean this all up, because MSFT apparently knows how to release ISO's/ESD's without any temp WinSxS files present.

    Thank you in advance! :)

    (for your information: both Pending(Deletes/Renames) folders are empty, and TransformerRollbackData is non-existing)
     
  5. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Another thing, where can I find Microsoft Office updates?
     
  6. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    Windows Update, Windows Update MiniTool, Whdownloader.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    When you still asking that, after the many replies....
     
  8. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #5008 Windows 10 User, Dec 18, 2017
    Last edited: Dec 18, 2017
    I'll try the last 2.

    They were regarding Windows Updates, not Office updates.

    EDIT: Before trying the first two, I used WSUS and it downloaded many updates. I don't need all of them, just the cumulative, right? How can I know which ones are them (if they were downloaded in the first place)?
     
  9. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    When it's about office 2016, use WHD, set the .ini file to unpack the files and put them all in the updates folder of the office 2016 iso.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,757
    340
    Those files are required to complete the pending servicing operations

    you can get rid of them by running ResetBase operation, after booting the image

    or else, don't integrate updates that trigger the pending status (i.e. do not enable .NET 3.5)
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    Integration into boot.wim:
    Code:
    dism.exe /image:"c:\mount" /Add-Package /PackagePath:"i:\W10UI_4.1\16299.15_Updates_x86\windows10.0-kb4058043-x86"
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.125
    
    Processing 1 of 1 - Adding package Package_for_KB4058043~31bf3856ad364e35~x86~~10.0.1.0
    
    [==========================100.0%==========================]
    
    Error: 0x800f081e
    
    The specified package is not applicable to this image.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    This "store" is install.wim only :)
     
  13. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    91
    13
    0
    #5013 MrTweakFreak, Dec 18, 2017
    Last edited: Dec 18, 2017
    Hey abbodi1406, thanks for responding to my thread :)

    Something else to mention is that the folders inside InFlight apparently were all empty from the start. I assumed they were there for a reason (unless empty folders have another meaning?).

    With the added side-effect/possibility to render "Reset Windows" unusable¿

    Oh, i didn't know that :) Is image cleanup in your W10UI script still recommended (i.e. that it won't break any Windows functions)?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,757
    340
    Cleanup only don't break anything

    only resetbase does
     
  15. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #5015 Windows 10 User, Dec 18, 2017
    Last edited: Dec 19, 2017
    I'll have to test later since my Windows is full of errors (maybe it's caused by the faulty .NET Framework 4.0 I told earlier). Anyway, is it easy to set the .ini file?

    EDIT: Windows Update detected an update so it means it isn't fully updated in spite of having integrated the mentioned updates.
     
  16. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    91
    13
    0
    #5016 MrTweakFreak, Dec 19, 2017
    Last edited: Dec 19, 2017
    Which is what i stated :p Thanks a lot for clearing it all up.

    btw: Am i correct that Windows has .NET framework 3.5 feature enabled by default?

    All that remains for me now is applying some default user tweaks to \Users\Default\NTUSER.DAT or HKEY_USERS\.DEFAULT (if there's no difference between them) and hopefully i'm done/ready to run a final test :cool:

    edit: Note to myself. HKEY_USERS\.DEFAULT (or Windows\System32\config\DEFAULT) apparently belongs to LocalSystem and not \Users\Default\NTUSER.DAT.
     
  17. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    Don't be so lazy. Read the readme.txt.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,757
    340
    msu file already contain the executables to remove the drivers
    you only need the update if you have the affected cards
     
  19. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    I will when I don't have all this problems in Windows.