W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.05k stars 846 forks source link

Not Working/Partial Working with SCCM OSD Task Sequence #170

Closed ruiqiu closed 4 years ago

ruiqiu commented 6 years ago

Hi,

I have tried the script inside Windows, and it works perfect. However when I add this script during OSD Task Sequence(inside Windows PE), sometimes it can remove part of the bloat software, sometimes it won't remove them all all.

Gluconda commented 6 years ago

Same experience as myself...some of the apps are removed while others remain.

Any suggestions?

Thanks,

frankk74 commented 5 years ago

Someone has else had approached this from the SSCM side of the house here:

Https://www.scconfigmgr.com/2018/05/13/remove-built-in-apps-for-windows-10-version-1803/

Also he has some additional items that can be removed such as:

"Microsoft.HEIFImageExtension", "Microsoft.VP9VideoExtensions", "Microsoft.WebMediaExtensions", "Microsoft.WebpImageExtension"

I hope this helps...

W4RH4WK commented 4 years ago

If there is an easy fix to make the scripts work with SSCM please open a pull-request.

So far, using SSCM is not officially supported by me as I lack the infrastructure (and time) for testing.