Hi,
Thanks for posting in Microsoft MECM Q&A forum.
1 It's recommended that we remove built-in apps firstly and then create a new OS image. We can remove a preinstalled app from a Windows image by using the DISM.exe tool or the DISM cmdlets in Windows PowerShell. For example:
Dism /Image:c:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.devx.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp
For more detailed steps, please refer to:
Remove a preinstalled app by using DISM
2 We can also use customize PowerShell script to remove built-in apps (or default apps) in the reference images. For more detailed steps, please refer to the awesome blogs:
Remove Built-in apps when creating a Windows 10 reference image
Remove Built-in apps for Windows 10 version 1809
Hope it helps. Thanks for your time.
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.