Can you integrate updated MS store apps into an image?

Discussion in 'Windows 10' started by nosirrahx, Jul 17, 2021.

  1. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,236
    591
    60
    For the first time in quite some time I built a system were I wasn't going to be removing a single component but I did integrate all current updates. When I went to the MS store to check for updates there were a mountain of them.

    Is there a way to pull and integrate these offline yet?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,656
    340
    I don't know if that will work
    but you woud need NSudo to start cmd as TrustedInstaller
    then use robocopy (to preserve security ACLs)
    Code:
    robocopy.exe "C:\Program Files\WindowsApps" "C:\Mount\Program Files\WindowsApps" /MIR /COPYALL
     
  3. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,236
    591
    60

    I've got test systems :)
     
  4. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,236
    591
    60
    Yeah ...... so that doesn't work.