How to integrate laptop drivers to official Windows 10 ISO

Discussion in 'Windows 10' started by sxhilkxdxm, Aug 21, 2022.

  1. sxhilkxdxm

    sxhilkxdxm MDL Member

    Mar 7, 2020
    113
    25
    10
    Hello,

    I have recently purchased a laptop which came with DOS. I want to install Windows 10 on it and want to create an ISO which has all laptop drivers from the manufacturer website so that Windows update doesn't mess up the drivers post install.

    Please suggest a method/ tool with which I can integrate drivers to Windows 10 ISO, without hurting actual integrity of the ISO, etc

    Thank you
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. pl use dism
    or
    easy dism tool.
     
  3. sxhilkxdxm

    sxhilkxdxm MDL Member

    Mar 7, 2020
    113
    25
    10
    Thanks,
    Can you point me towards some guide/ tutorial, I have no experience using such tools,
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,488
    1,506
    150
    Google exists:)

    Unpack ISO
    Open administrative command prompt
    DISM /mount <everything else needed>
    Dism /add-driver <everything else needed>
    Dism /Unmount-wim <everything else needed>

    I bet there are tools around here to help also
     
  5. sxhilkxdxm

    sxhilkxdxm MDL Member

    Mar 7, 2020
    113
    25
    10
    much help, thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. thanks to you too . You can do several other tasks via this tool ie


    MOUNT: Mount modify add drivers etc commit and UnMount.

    DRIVERS: Add drivers to a Mounted Image.

    PACKAGES: Add windows Updates to a Mounted Image.

    FEATURES: Turn Windows features on or off.

    CAPTURE\APPEND: From PE Capture a backup Image of freshly installed Windows OS.
    Append only adds changes made since previous capture.

    APPLY: Select a Volume Index and Apply backup Image.

    EXPORT: Create your own custom Install wim
    Make New Image: Select a Volume Index and create a new Image.
    Compression only works when creating a new Image.
    Can also be used to to convert .esd to .wim.

    DELETE: Select a Volume Index and delete it from the Image
    .
    SPLIT\MERGE: Split a wim file or put it back together

    DRIVER EXPORT\IMPORT: Export Drivers from Online Windows, Hard Drive Partition or Mounted Image Folder.
    Install (Import) those Drivers to an online PE or Windows OS

    AppPkg: This was mainly for Remove AppPkg just click remove and select AppPkgs
    I have no access to AppPkgs to add so Add AppPkg UnTested

    AppAssoc: Export AppAssoc to xml and import to another Image

    DISKMNGMT: Format a Hard Drive or use Windows Disk Management (easy access to Windows tools)
    Browse for and apply a DiskPart text.

    The Edit Boxes on each Tab will display tips on how to use each function.
    Start pressing Buttons and those tips will be replaced with Important Image Info etc...

    i am junior then you ie MDL Novoice :)
     
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,401
    1,624
    90
    check my signature storage F6 methode ! she works for any driver extracted
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...