Built-in apps get's removed are deploying windows image

Traian Niculai 6 Reputation points
2022-06-02T19:16:43.483+00:00

Hello,

We have created a new windows image with all windows updates up to date and some apps installed. After sysprep, the image is installed on a VM for testing and everything is working fine. However, after deploying the image on an actual machine, some built-in apps are removed like Microsoft store and calculator.

This has never happened before with other windows images and the same procedure was been followed.

Iso used for the image: SW_DVD9_Win_Pro_10_21H2_64BIT_English_Pro_Ent_EDU_N_MLF_X22-83627.ISO

How can this be fixed?

Thanks

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,067 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,965 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. S.Sengupta 22,181 Reputation points MVP
    2022-06-03T08:38:07.757+00:00

    Run power shell in admin mode, then use command:
    Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}


  2. Traian Niculai 6 Reputation points
    2022-06-16T12:57:15.533+00:00

    Any updates here?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.