Media Feature Pack/N Version, which component is which?

MT_

Active Member
Hi!

I'm curious when stripping a non-N version, which basically includes the 'media feature pack' (whereas N version does not), which components (that can be removed) is responsible for this:

- Video playback in browser like Firefox (Which require external windows video codec) where Chrome has its own built-in codecs apparently

I know that GameDVR and Gaming Settings and all of that crap is part of the Xbox apps I believe.
 
Haven't looked in detail, but Windows Media Player and its codecs for sure, even if the tool shows codecs it would not be complete.
You should be able to see the difference by loading the N edition, uncheck all Compatibilities, then all components, then save a preset.
Do the same for the non-N edition and compare those presets.
 
Hi!
I implemented your method and obtained the following differences between the presets of the Pro version and the Pro N version:
<?xml version="1.0" encoding="utf-8"?>
<Preset xmlns="urn:schemas-nliteos-com:pn.v1">
<RemoveComponents>
<c>bits 'Service de transfert intelligent en arrière-plan (BITS)'</c>
<c>driver_bthmtpenum.inf</c>
<c>driver_c_holographic.inf</c>
<c>driver_c_wpd.inf</c>
<c>driver_perceptionsimulationheadset.inf</c>
<c>driver_perceptionsimulationsixdof.inf</c>
<c>driver_perceptionsimulationsixdofmodels.inf</c>
<c>driver_virtualdisplayadapter.inf</c>
<c>driver_wpdcomp.inf</c>
<c>driver_wpdfs.inf</c>
<c>driver_wpdmtp.inf</c>
<c>driver_wpdmtphw.inf</c>
<c>evr 'Rendu vidéo amélioré (EVR)'</c>
<c>font_holomd2 'Holo MDL2 Assets'</c>
<c>hwsupport_portable 'Périphériques portables (WPD/MTP)'</c>
<c>langpseudolocale 'Pseudo-locale'</c>
<c>mediafoundation 'Media Foundation'</c>
<c>mediaplayer 'Windows Media Player'</c>
<c>mediaplayer32 'Windows Media Player - 32 bits'</c>
<c>mediaplayernetworksharing 'Service Partage réseau du Lecteur WMP'</c>
<c>mediaplayernetworksharing32 'Service Partage réseau du Lecteur WMP - 32 bits'</c>
<c>Microsoft.HEIFImageExtension 'HEIFImageExtension'</c>
<c>Microsoft.Messaging 'Messaging'</c>
<c>Microsoft.MixedReality.Portal 'MixedReality.Portal'</c>
<c>Microsoft.PPIProjection 'PPIProjection'</c>
<c>Microsoft.SkypeApp 'SkypeApp'</c>
<c>Microsoft.VP9VideoExtensions 'VP9VideoExtensions'</c>
<c>Microsoft.WebMediaExtensions 'WebMediaExtensions'</c>
<c>Microsoft.WebpImageExtension 'WebpImageExtension'</c>
<c>Microsoft.WindowsSoundRecorder 'SoundRecorder'</c>
<c>Microsoft.Xbox.TCUI 'Xbox.TCUI'</c>
<c>Microsoft.XboxGamingOverlay 'XboxGamingOverlay'</c>
<c>Microsoft.ZuneMusic 'ZuneMusic'</c>
<c>Microsoft.ZuneVideo 'ZuneVideo'</c>
<c>optionalfeatures 'Fonctionnalités Windows'</c>
<c>webcamexperience 'Expérience Webcam'</c>
<c>windowsupdate 'Windows Update'</c>
<c>wpdbusenum 'Service Énumérateur d’appareil mobile'</c>
</RemoveComponents>
<Compatibility protectHidden="false">
<ComponentFeatures>
<Feature enabled="no">VideoPlayback</Feature>
<Feature enabled="no">SamsungSwitch</Feature>
<Feature enabled="no">WindowsUpdate</Feature>
</ComponentFeatures>
</Compatibility>

I have three open questions:
Does BITS really not exist in the Pro N version ? (<c>bits 'Service de transfert intelligent en arrière-plan (BITS)'</c>)
Why does Windows Update remain enabled in version N and is no longer enabled in the PRO? (<Feature enabled="no-->Pro/yes-->ProN">WindowsUpdate</Feature>)
What is "<c>optionalfeatures 'Fonctionnalités Windows'</c>" ?

Because I need some features of the media pack, I chose Windows Pro (not N). I then remove the following features:
<c>mediaplayer 'Windows Media Player'</c>
<c>mediaplayer32 'Windows Media Player - 32 bits'</c>
<c>mediaplayernetworksharing 'Service Partage réseau du Lecteur WMP'</c>
<c>mediaplayernetworksharing32 'Service Partage réseau du Lecteur WMP - 32 bits'</c>
<c>Microsoft.HEIFImageExtension 'HEIFImageExtension'</c>
<c>Microsoft.Messaging 'Messaging'</c>
<c>Microsoft.MixedReality.Portal 'MixedReality.Portal'</c>
<c>Microsoft.SkypeApp 'SkypeApp'</c>
<c>Microsoft.VP9VideoExtensions 'VP9VideoExtensions'</c>
<c>Microsoft.WebMediaExtensions 'WebMediaExtensions'</c>
<c>Microsoft.WebpImageExtension 'WebpImageExtension'</c>
<c>Microsoft.WindowsSoundRecorder 'SoundRecorder'</c>
<c>Microsoft.Xbox.TCUI 'Xbox.TCUI'</c>
<c>Microsoft.XboxGamingOverlay 'XboxGamingOverlay'</c>
<c>Microsoft.ZuneMusic 'ZuneMusic'</c>
<c>Microsoft.ZuneVideo 'ZuneVideo'</c>
<c>webcamexperience 'Expérience Webcam'</c>
<Feature enabled="no">VideoPlayback</Feature>
<Feature enabled="no">SamsungSwitch</Feature>

Unless I am mistaken, the following options are not available in the Pro version (compared to the Pro N version):
<c>photoviewer32 'Visionneuse de photos - 32 bits'</c>
<Tweak name="ContentDeliveryManager\RotatingLockScreenOverlayEnabled">0</Tweak>

I'm sharing my experience with the Media Feature Pack vs Pro (not N) and I hope others will do the same to help me improve my wim image.
Thanks in advance for your feedback.
 
Back
Top