ComponentFeatures in preset file

puszczu

New Member
Hi there,

I just started using NTLite to tweak and pre-configure my win 11 iso. After creating my first customized iso, I found the following settings in preset file. What are this settings? I cant recall some of there (e.g. TeamViewer, Discord, Netflix) in NTLite customization options, can I just edit these options in notepad? What do they do?
XML:
<ComponentFeatures>
            <Feature enabled="no">AppGuard</Feature>
            <Feature enabled="no">Bluetooth</Feature>
            <Feature enabled="no">CapFrameX</Feature>
            <Feature enabled="yes">Discord</Feature>
            <Feature enabled="yes">FileSharing</Feature>
            <Feature enabled="no">Hyper-V</Feature>
            <Feature enabled="no">iCloud</Feature>
            <Feature enabled="yes">ManualSetup</Feature>
            <Feature enabled="no">Edge</Feature>
            <Feature enabled="yes">OfficeSupport</Feature>
            <Feature enabled="yes">AppxSupport</Feature>
            <Feature enabled="yes">Netflix</Feature>
            <Feature enabled="no">NetworkDiscovery</Feature>
            <Feature enabled="no">NightLight</Feature>
            <Feature enabled="yes">NvidiaSetup</Feature>
            <Feature enabled="yes">OOBE</Feature>
            <Feature enabled="yes">Printing</Feature>
            <Feature enabled="yes">Recommended-All</Feature>
            <Feature enabled="no">SamsungSwitch</Feature>
            <Feature enabled="yes">Scanning</Feature>
            <Feature enabled="yes">ServicingStack</Feature>
            <Feature enabled="yes">ShellSearchSupport</Feature>
            <Feature enabled="yes">Spotify</Feature>
            <Feature enabled="yes">DefaultFonts</Feature>
            <Feature enabled="no">SafeMode</Feature>
            <Feature enabled="yes">TeamViewer</Feature>
            <Feature enabled="no">Recommended-Tablet</Feature>
            <Feature enabled="yes">USBModem</Feature>
            <Feature enabled="yes">USB</Feature>
            <Feature enabled="yes">VideoPlayback</Feature>
            <Feature enabled="no">VPN</Feature>
            <Feature enabled="no">VisualStudio</Feature>
            <Feature enabled="no">VSS</Feature>
            <Feature enabled="yes">ActivationKMS</Feature>
            <Feature enabled="yes">Activation</Feature>
            <Feature enabled="yes">WindowsStore</Feature>
            <Feature enabled="yes">WindowsUpdate</Feature>
            <Feature enabled="yes">WLAN</Feature>
        </ComponentFeatures>
 
Hi there,

I just started using NTLite to tweak and pre-configure my win 11 iso. After creating my first customized iso, I found the following settings in preset file. What are this settings? I cant recall some of there (e.g. TeamViewer, Discord, Netflix) in NTLite customization options, can I just edit these options in notepad? What do they do?
XML:
<ComponentFeatures>
            <Feature enabled="no">AppGuard</Feature>
            <Feature enabled="no">Bluetooth</Feature>
            <Feature enabled="no">CapFrameX</Feature>
            <Feature enabled="yes">Discord</Feature>
            <Feature enabled="yes">FileSharing</Feature>
            <Feature enabled="no">Hyper-V</Feature>
            <Feature enabled="no">iCloud</Feature>
            <Feature enabled="yes">ManualSetup</Feature>
            <Feature enabled="no">Edge</Feature>
            <Feature enabled="yes">OfficeSupport</Feature>
            <Feature enabled="yes">AppxSupport</Feature>
            <Feature enabled="yes">Netflix</Feature>
            <Feature enabled="no">NetworkDiscovery</Feature>
            <Feature enabled="no">NightLight</Feature>
            <Feature enabled="yes">NvidiaSetup</Feature>
            <Feature enabled="yes">OOBE</Feature>
            <Feature enabled="yes">Printing</Feature>
            <Feature enabled="yes">Recommended-All</Feature>
            <Feature enabled="no">SamsungSwitch</Feature>
            <Feature enabled="yes">Scanning</Feature>
            <Feature enabled="yes">ServicingStack</Feature>
            <Feature enabled="yes">ShellSearchSupport</Feature>
            <Feature enabled="yes">Spotify</Feature>
            <Feature enabled="yes">DefaultFonts</Feature>
            <Feature enabled="no">SafeMode</Feature>
            <Feature enabled="yes">TeamViewer</Feature>
            <Feature enabled="no">Recommended-Tablet</Feature>
            <Feature enabled="yes">USBModem</Feature>
            <Feature enabled="yes">USB</Feature>
            <Feature enabled="yes">VideoPlayback</Feature>
            <Feature enabled="no">VPN</Feature>
            <Feature enabled="no">VisualStudio</Feature>
            <Feature enabled="no">VSS</Feature>
            <Feature enabled="yes">ActivationKMS</Feature>
            <Feature enabled="yes">Activation</Feature>
            <Feature enabled="yes">WindowsStore</Feature>
            <Feature enabled="yes">WindowsUpdate</Feature>
            <Feature enabled="yes">WLAN</Feature>
        </ComponentFeatures>
Yes You can but pl be sure atleast : OOBE , ServicingStack , USB , Both Activation , WLAN are set to Yes other ones you can set as per your needs.
If you are new using NTLite there are pre configured Templates by dev just try starting with the first "Green" color Privacy template.
 
I understand, but what are those options? For example:
<Feature enabled="no">iCloud</Feature>
iCloud app from (for apple cloud storage)?
<Feature enabled="yes">Netflix</Feature>
Netflix app?
<Feature enabled="yes">Discord</Feature>
Discord app?
if so it's set to "yes" but I see no Discord app after install
<Feature enabled="no">SamsungSwitch</Feature>
samsung app?
<Feature enabled="yes">Spotify</Feature>
spotify app?
<Feature enabled="yes">TeamViewer</Feature>
TeamViewer app?
if so it's set to "yes" but I see no TeamViewer app after install
<Feature enabled="no">VisualStudio</Feature>
Visual studio app? if so what version? 2022?
If I set it to "yes" I would get VS installed with Windows?

And what about
<Feature enabled="no">AppGuard</Feature>
<Feature enabled="no">Hyper-V</Feature>
they are set to "no" even though I enabled Hyper-V and application Guard in Optional Features during setup
and
<Feature enabled="no">Edge</Feature>
another confusion, is it old non-chromium Edge? I thought it's necessary for opening pdf files.
or perhaps those options are obsolete or legacy only?
 
i have already told you regarding max extent Litening of either 10 or 11 install image nothing else to be said from my side . decision is yours what to do with what .
 
I understand, but what are those options? For example:

iCloud app from (for apple cloud storage)?

Netflix app?

Discord app?
if so it's set to "yes" but I see no Discord app after install

samsung app?

spotify app?

TeamViewer app?
if so it's set to "yes" but I see no TeamViewer app after install

Visual studio app? if so what version? 2022?
If I set it to "yes" I would get VS installed with Windows?

And what about

they are set to "no" even though I enabled Hyper-V and application Guard in Optional Features during setup
and

another confusion, is it old non-chromium Edge? I thought it's necessary for opening pdf files.
or perhaps those options are obsolete or legacy only?
they are compatibility as it says on title. if u uncheck them their lock is removed from components page. and if you remove that component. those apps won't work.

they are just locking some of the components from component removal page. so you dont mistakenly remove something necessary
 
You skipped over the XML parent, which labels it as part of Compatibility settings.
XML:
        <Compatibility protectHidden="true">
                <ComponentFeatures>
                </ComponentFeatures>
                <MachineDrivers>
                </MachineDrivers>
        </Compatibility>
 
You skipped over the XML parent, which labels it as part of Compatibility settings.
XML:
        <Compatibility protectHidden="true">
                <ComponentFeatures>
                </ComponentFeatures>
                <MachineDrivers>
                </MachineDrivers>
        </Compatibility>
crap, I missed that, so those are compatibility options, sorry for misunderstanding, Thanks for explanation.

Best regards
 
Back
Top