Microsoft Store apps question - how to update during a PC build programmatically

David Moon 581 Reputation points
2024-06-24T06:04:03.1266667+00:00

Hi All

I would like to update the preinstalled MS Store apps which are pre installed in the Windows 10 during the SCCM OSD build.

Apps like VP9VideoExtensions and VCLibs, HEIFImageExtensions, etc.

Now from the looks of it, the new updates ISO's we download from the volume license portal do not contain the updated version of these appx.

So wondering what would be the best way to update these apps for new PC builds?

Thanks.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,033 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,386 Reputation points MVP
    2024-06-25T08:30:20.5166667+00:00

    You should defenetely take a look into Winget, that should be capable of updating existing msstore apps. You can command it with powershell. Winget is a part of Windows.

    You might want to look into my blogs about Winget as well, here and here.

    0 comments No comments

  2. XinGuo-MSFT 15,626 Reputation points
    2024-06-25T09:35:26.5533333+00:00

    Hi,

    Updating preinstalled Microsoft Store apps during an SCCM OSD build can be a bit tricky, here is a method you could consider:

    how to provision a modern application during osd

    0 comments No comments