Forum Discussion
Retaining Removed Pre-Provisioned AppX Packages Across Feature Updates
- May 31, 2017
After upgrading to Windows 10, v1703 in-box apps that were uninstalled by the user won't automatically reinstall as part of the Feature Update installation process. (Apps de-provisioned by IT administrators will still be reinstalled, this is expected to be addressed in the next Feature Update)
you can also remove the unwanted apps in the install.wim directly, so just mount the wim and run the PowerShell against the mounted wim. The newly created wim can be used in new installations and upgrade sequences, so you have a consisten configuration.
- Eddie LeonardJun 21, 2017Copper Contributor
Sigurd,
Thanks, I am aware and do that today. My post is around the Feature Update (patch) that is pushed, not new installs. It sounds like the fix is coming in 1709.
Eddie
- SigurdWernerJun 21, 2017Iron Contributor
Hey Eddie, we apply the feature update via ConfigManager update task sequence and are using the same customized wim for the update as for new installation (we still face to many issues after just applying the feature update: missing .net 3.5; language packs, Office needs to be repaired,...)
- Eddie LeonardJun 21, 2017Copper Contributor
Are you referring to an "upgrade task sequence"? If so this is different than what I am referring to. I am talking about when you are on a version of Win10, say 1607, and you are going to 1703 using servicing plans.