How to update Windows 10

Discussion in 'Windows 10' started by IceQB, Jul 23, 2018.

  1. IceQB

    IceQB MDL Novice

    Feb 11, 2011
    7
    1
    0
    I am on a metered connection & need to update 2 Desktops & 2 Laptops.
    Is it possible to just download the update & run it on these 4 machines from network or usb?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,148
    110,647
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. IceQB

    IceQB MDL Novice

    Feb 11, 2011
    7
    1
    0
    #3 IceQB, Jul 23, 2018
    Last edited: Jul 23, 2018
    (OP)
    Thanks @Enthousiast
    Will test it out.
    Just what needed. Pity updates installer/integrator not functional yet
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,148
    110,647
    450
    Don't know what pity updates installer integrator is, we have our own W10UI_xx by @abbodi1406 and as said, the updates are .msu, selfinstalling when doubleclicked.

    To add an update:

    Offline:
    Code:
    DISM /Image:x:\Mount /Add-Package /PackagePath:y:\Updates_Folder
    
    Online:
    Code:
    DISM /Online /Add-Package /PackagePath:y:\Updates_Folder
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. IceQB

    IceQB MDL Novice

    Feb 11, 2011
    7
    1
    0
    lol meant to say " Pity the update install intergrator on app not functional yet.
    Thanks for W10UI_xx by @abbodi1406