I used the right version of mdt and ADK
Litetouch deployment failed2
![48836-thumbnail-image0.jpg][1] [1]: /api/attachments/48836-thumbnail-image0.jpg?platform=QnA Hi all, I am having trouble again with the MDT lite touch deployment. When I perform a Clean install of windows 10 Enterprise, the deployment is going be okay and finish. When I perform a TS with W10 Enterprise I get the error in the picture. The only thing which I have configured is remove built-in apps like following: powershell.exe -command "Set-ExecutionPolicy Bypass" powershell.exe -file "%SCRIPTROOT%\RemoveApps.ps1" Can someone assist?
1 additional answer
Sort by: Most helpful
-
Simon Ren-MSFT 35,311 Reputation points Microsoft Vendor
2020-12-18T08:29:34.783+00:00 Hi,
Thanks for posting in Microsoft MECM Q&A forum.
- It's recommended that we remove built-in apps firstly and create a new OS image, and then create a new task sequence and deploy it to your collect to have a try. 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 - 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. - It's recommended that we remove built-in apps firstly and create a new OS image, and then create a new task sequence and deploy it to your collect to have a try. 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: