WIN10 1709 MDT Encapsulation error
Recently in the implementation of the MDT package, encountered WIN10 installed software, update can not be encapsulated after the problem, the following will be the wrong process to share to everyone!
1. The Sysprep error is prompted when executing the MDT package, with the following information:
2. Manually perform Sysprep on your computer and report the error "Sysprep cannot verify your Windows installation", as follows:
3. Follow the prompts to locate the log file
4, if because of permissions problems, can not directly open, it is recommended to copy out and then view
5. After opening the log file, find the error content: Prompt to install a package is for the user installation, not available to all users, so the encapsulation failed, as follows:
6, with powershell command: Get-appxpackage to find this package, view the package content, determine the need, you can directly use the command: Get-appxpackage
packagename | Remove-appxpackage Delete this package!
7, complete the affected package uninstall again after packaging, if the same error, repeat the above operation, until all the packages that affect the package deleted after the completion of the package, successfully completed!
Fix WIN10 Encapsulation Error: "Sysprep cannot verify your Windows installation"