Run power shell in admin mode, then use command:
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Built-in apps get's removed are deploying windows image
Traian Niculai
6
Reputation points
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
2 answers
Sort by: Most helpful
-
S.Sengupta 22,181 Reputation points MVP
2022-06-03T08:38:07.757+00:00 -
Traian Niculai 6 Reputation points
2022-06-16T12:57:15.533+00:00 Any updates here?