Forum Discussion
Greg Fleck
Oct 31, 2017Copper Contributor
Removing UWP apps from the 1709 Build
Originally we were going with LTSB but decided to add more flexibility to our image by going with CB/CBB but the apps are annoying and reinforces all the reasons we started off with LTSB. There must b...
Dec 19, 2017
When needed we typically use a PowerShell script during the build and capture task sequence that removes all apps and on-demand features except the ones we explicitly specify. I like this script from Nickolaj: http://www.scconfigmgr.com/2016/03/01/remove-built-in-apps-when-creating-a-windows-10-reference-image/
Just be aware about removing is one thing, putting stuff back at a later time may be impossible without re-imaging the machine.
Markus Klocker
May 25, 2018Copper Contributor
So with SCCM you possibly have a WSUS in place.
I figured that the cmdlet "Get-WindowsCapability -online" symply fails and therefore "Quickassist" and "ContactSupport" can't be removedin 1709.