Windows 10 Hotfix Repository

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

  1. VAMET

    VAMET MDL Novice

    Nov 15, 2012
    23
    1
    0
    Dear Friends

    I would like to ask, if there are the same possibility with adding drivers (for example: Bluetooth, Audio etc.) like integrating updates with .iso?

    Thank you once more for your help and support.

    Sincerely
     
  2. VAMET

    VAMET MDL Novice

    Nov 15, 2012
    23
    1
    0
    Dear KedarWolf

    Thank you for your time and great support. May you be so kind and explain, what are the below options:
    -m
    -o
    -u2
    -udfver102
    -bootdata:2#p0,e,b #pEF,e,b

    Sincerely
     
  3. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    Make the D:\Mount, D:\Mount/Drivers and D:\Mount\BootWIM folders, copy the driver .inf files from the WinRaid forums to the D:\Mount\Drivers folder, extracting the Windows ISO with WinRar to the D:\2 folder and install ADK 1803 'Deployment And Imaging Tools'.

    Next if you want to run all the commands automatically without have to type each one manually into your admin command prompt, , open Notepad on your PC, copy and paste the below code into it, 'Save As' in 'Save as type:' choose 'All Files' and save it as DISM.bat, then right click on the .bat file and 'Run As Administrator'.

    Code:
    DISM /Mount-Wim /WimFile:D:\2\sources\boot.wim /Index:2 /MountDir:D:\Mount\BootWIM
    DISM /Image:D:\Mount\BootWIM /Add-Driver /Driver:D:\Mount\Drivers /recurse /ForceUnsigned
    DISM /Unmount-Wim /MountDir:D:\Mount\BootWIM /Commit
    DISM /Mount-Wim /WimFile:D:\2\sources\install.wim /Index:1 /MountDir:D:\Mount\BootWIM
    DISM /Image:D:\Mount\BootWIM /Add-Driver /Driver:D:\Mount\Drivers /recurse /ForceUnsigned
    DISM /Unmount-Wim /MountDir:D:\Mount\BootWIM /Commit
    CD C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
    oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bd:\2\boot\etfsboot.com#pEF,e,bd:\2\efi\microsoft\boot\efisys.bin d:\2 d:\Win10.iso -lWin10
    
     
  5. VAMET

    VAMET MDL Novice

    Nov 15, 2012
    23
    1
    0
    Dear KedarWolf

    Yes, thank you, I have already done that :) As for .inf files, I have got the newest possible drivers from Intel, Broadcom, Realtek etc. for my devices, but they are as .exe files. Are there any possibility to extract those .inf files from .exe or any other way, then retrieving them from WinRaid forums?

    I have Broadcom Bluetooth 4.0 via USB with .inf file and I have integrated it only with boot.wim, and after fresh install of Windows 10, it's still not recognized. So what is the main difference integrating drivers to boot.wim and install.wim?

    Sincerely
     
  6. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    i have broadcom 4 on hp laptop and windows 10 installa drivers via automatic update.
    broadcom 20702. Did you try driverpack solution, they have new ones
     
  7. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    7-Zip can extract .exe's but sometimes you get inf's, sometimes you don't.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,419
    450
    Hotfix talk please ;)

    And always first look at the manufacturer website for drivers.

    And bluetooth, (w)lan drivers, etc.. go into install.wim, boot.wim only needs usb3.x and, when needed, drive controller drivers.
     
  9. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,811
    18,998
    340
  11. toto221

    toto221 MDL Member

    Dec 8, 2009
    155
    233
    10
  12. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    Every single update :D
     
  13. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
  14. adric

    adric MDL Expert

    Jul 30, 2009
    1,385
    1,498
    60
    Currently won't download on my LTSB system with WU:
    • 2018-07 Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB4338822) - Error 0x80070002
     
  15. toto221

    toto221 MDL Member

    Dec 8, 2009
    155
    233
    10
    Same problem here... :-(
     
  16. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    Appears to be exactly per my post #6141 & #6143...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...