• Donate
    TheWindowsForum.com needs donations to stay online!
    Love TheWindowsForum.com? Then help keep it alive by sending a donation!

Unattend XML - HelPlz

WELCOME TO THEWINDOWSFORUM COMMUNITY!

Our community has more than 63,000 registered members, and we'd love to have you as a member. Join us and take part in our unbiased discussions among people of all different backgrounds about Windows OS, Software, Hardware and more.

Klemc

Member
May 4, 2020
5
1
Hello, i'm a French from France,

two days ago i started to learn how to unattend an installation of Windows 10, so even is i finished to slipstream "stack and cumulative update" correctly easyly (DISM cmd's), while i try to install ".ISO" with VirtualBox, there is always an error after setup finishes expanding his files.
I followed well good tutorials ! After four attempts (by removing packages listed in Unattended.xml to verify wich is causing that, and remaking an iso each time, or searching about "primarysourcefile" threads for FoundationPackage,, but none of this changes let me install without error(s)), also i found that WSIM ads a line with "cip" and it's about "source-file", errors i encountered were often about this, but even if i remove it (no sysprep in my unattend, only simple XML based), error occur :


I let you see what's all the stuff i was dreaming to make "Unattended", and it's not a big thing, only the first entry level compared if i had commands, drivers, apps, setup to install, so i won't adventure deeper in WinIO Unattend, PLZ if you find something wrong, i can't understand why always an error :


Code:
<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

    <servicing>

        <package action="configure">

            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

            <selection name="DirectPlay" state="true" />

            <selection name="WindowsMediaPlayer" state="false" />

            <selection name="NetFx3" state="true" />

            <selection name="Printing-XPSServices-Features" state="false" />

            <selection name="FaxServicesClientPackage" state="false" />

            <selection name="Printing-Foundation-InternetPrinting-Client" state="false" />

            <selection name="SearchEngine-Client-Package" state="false" />

            <selection name="SmbDirect" state="false" />

            <selection name="Windows-Defender-Default-Definitions" state="false" />

            <selection name="WorkFolders-Client" state="false" />

            <selection name="MSRDC-Infrastructure" state="false" />

            <selection name="LegacyComponents" state="true" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-Hello-Face-Migration-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-Hello-Face-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Handwriting-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-OCR-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Speech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-TextToSpeech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-MediaPlayer-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-QuickAssist-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-TabletPCMath-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="OpenSSH-Client-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

    </servicing>

    <settings pass="windowsPE">

        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <SetupUILanguage>

                <UILanguage>fr-FR</UILanguage>

            </SetupUILanguage>

            <InputLocale>fr-FR</InputLocale>

            <SystemLocale>fr-FR</SystemLocale>

            <UILanguage>fr-FR</UILanguage>

            <UILanguageFallback></UILanguageFallback>

            <UserLocale>fr-FR</UserLocale>

        </component>

        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <UserData>

                <ProductKey>

                    <Key>*****-*****-*****-*****-*****</Key>

                    <WillShowUI>Never</WillShowUI>

                </ProductKey>

                <FullName>Klemc</FullName>

                <AcceptEula>true</AcceptEula>

                <Organization>KLM</Organization>

            </UserData>

            <EnableFirewall>false</EnableFirewall>

            <EnableNetwork>false</EnableNetwork>

        </component>

    </settings>

    <settings pass="specialize">

        <component name="Microsoft-Windows-Embedded-BootExp" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <HideBootStatusMessage>1</HideBootStatusMessage>

            <HideBootStatusIndicator>0</HideBootStatusIndicator>

            <HideBootLogo>1</HideBootLogo>

        </component>

        <component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <NoLockScreen>1</NoLockScreen>

            <HideAutoLogonUI>1</HideAutoLogonUI>

            <AnimationDisabled>1</AnimationDisabled>

            <BrandingNeutral>1</BrandingNeutral>

        </component>

        <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <fAllowFullControl>false</fAllowFullControl>

            <fAllowToGetHelp>false</fAllowToGetHelp>

            <fEnableChatControl>false</fEnableChatControl>

            <MaxTicketExpiry>2</MaxTicketExpiry>

        </component>

    </settings>

</unattend>
 
Last edited by a moderator:
Nice work Klemc. It's amazing what springs out of a mind that is forced to idle. Keep going and keep sharing. Thanks.
 
I'm testing minimal unattend, to say: only lang set to FR-fr and serial key :(
We'll see

I think i finally found all i needed, but the FoundationPackage gives me hardtime, always errors just after setup finishes expanding files.
Watch the XML :
 
Last edited:
HELP PLZ, for understandin how to add Foundationpackage (has good options for me), because all works well (i'll add OOBE lines and that's all) :

Code:
<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

    <servicing>

        <package action="configure">

            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

            <selection name="WindowsMediaPlayer" state="false" />

            <selection name="Printing-XPSServices-Features" state="false" />

            <selection name="FaxServicesClientPackage" state="false" />

            <selection name="Printing-Foundation-InternetPrinting-Client" state="false" />

            <selection name="SearchEngine-Client-Package" state="false" />

            <selection name="SmbDirect" state="false" />

            <selection name="Windows-Defender-Default-Definitions" state="false" />

            <selection name="WorkFolders-Client" state="false" />

            <selection name="MSRDC-Infrastructure" state="false" />

            <selection name="LegacyComponents" state="true" />

            <selection name="DirectPlay" state="true" />

            <selection name="MediaPlayback" state="false" />

            <selection name="NetFx3" state="true" />

            <selection name="Printing-PrintToPDFServices-Features" state="false" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-Hello-Face-Migration-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-Hello-Face-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Handwriting-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-OCR-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Speech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-LanguageFeatures-TextToSpeech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-MediaPlayer-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-QuickAssist-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="Microsoft-Windows-TabletPCMath-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

        <package action="remove">

            <assemblyIdentity name="OpenSSH-Client-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />

        </package>

    </servicing>

    <settings pass="windowsPE">

        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <SetupUILanguage>

                <UILanguage>fr-FR</UILanguage>

            </SetupUILanguage>

            <InputLocale>fr-FR</InputLocale>

            <SystemLocale>fr-FR</SystemLocale>

            <UILanguage>fr-FR</UILanguage>

            <UILanguageFallback></UILanguageFallback>

            <UserLocale>fr-FR</UserLocale>

        </component>

        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <UserData>

                <ProductKey>

                    <Key>*****-*****-*****-*****-*****</Key>

                    <WillShowUI>Never</WillShowUI>

                </ProductKey>

                <FullName>Klemc</FullName>

                <AcceptEula>true</AcceptEula>

                <Organization>KLM</Organization>

            </UserData>

            <EnableFirewall>false</EnableFirewall>

            <EnableNetwork>false</EnableNetwork>

        </component>

    </settings>

    <settings pass="specialize">

        <component name="Microsoft-Windows-Embedded-BootExp" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <HideBootStatusMessage>1</HideBootStatusMessage>

            <HideBootStatusIndicator>0</HideBootStatusIndicator>

            <HideBootLogo>1</HideBootLogo>

        </component>

        <component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <NoLockScreen>1</NoLockScreen>

            <HideAutoLogonUI>1</HideAutoLogonUI>

            <AnimationDisabled>1</AnimationDisabled>

            <BrandingNeutral>29</BrandingNeutral>

            <UIVerbosityLevel>1</UIVerbosityLevel>

        </component>

        <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <fAllowFullControl>false</fAllowFullControl>

            <fAllowToGetHelp>false</fAllowToGetHelp>

            <fEnableChatControl>false</fEnableChatControl>

            <MaxTicketExpiry>2</MaxTicketExpiry>

        </component>

        <component name="Microsoft-Windows-TwinUI" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <Hide>1</Hide>

        </component>

        <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <DisableSR>1</DisableSR>

        </component>

        <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <CEIPEnabled>0</CEIPEnabled>

        </component>

        <component name="Microsoft-Windows-Printing-Spooler-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <RemoveMPDW>1</RemoveMPDW>

            <RemoveMXDW>1</RemoveMXDW>

            <Start>0</Start>

        </component>

        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <DisableAccelerators>true</DisableAccelerators>

            <DisableFirstRunWizard>true</DisableFirstRunWizard>

            <DisableDevTools>true</DisableDevTools>

            <DisableOOBAccelerators>true</DisableOOBAccelerators>

            <FavoritesDelete>true</FavoritesDelete>

            <FilterLevel>Low</FilterLevel>

            <FindProvidersURL>about:blank</FindProvidersURL>

            <Home_Page>about:blank</Home_Page>

            <Help_Page>about:blank</Help_Page>

            <IntranetCompatibilityMode>false</IntranetCompatibilityMode>

            <LockToolbars>true</LockToolbars>

            <PlaySound>false</PlaySound>

            <PrivacyAdvisorMode>0</PrivacyAdvisorMode>

            <SuggestedSitesEnabled>false</SuggestedSitesEnabled>

            <ShowInformationBar>false</ShowInformationBar>

            <Window_Title_CN>KLM</Window_Title_CN>

            <TabProcessGrowth>High</TabProcessGrowth>

            <BlockPopups>no</BlockPopups>

        </component>

        <component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <CacheLimit>51200</CacheLimit>

        </component>

        <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <DisableWER>1</DisableWER>

            <DefaultConsent>4</DefaultConsent>

        </component>

        <component name="Microsoft-Windows-GPIOButtons" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <ConvertibleSlateMode>1</ConvertibleSlateMode>

        </component>

        <component name="Microsoft-Windows-Fax-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <Fax>

                <ArchiveFaxes>false</ArchiveFaxes>

            </Fax>

            <FaxUnattend>

                <ReceiveFaxes>false</ReceiveFaxes>

            </FaxUnattend>

        </component>

    </settings>

    <settings pass="offlineServicing">

        <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <EnableLUA>false</EnableLUA>

        </component>

        <component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <DisableAntiSpyware>true</DisableAntiSpyware>

        </component>

    </settings>

    <settings pass="oobeSystem">

        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <OOBE>

                <OEMAppId>KLM</OEMAppId>

            </OOBE>

            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>

            <ConvertibleSlateModePromptPreference>0</ConvertibleSlateModePromptPreference>

            <SignInMode>1</SignInMode>

        </component>

    </settings>

    <settings pass="generalize">

        <component name="Microsoft-Windows-Disk-Failure-Diagnostic-Module" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <EnabledScenarioExecutionLevel>1</EnabledScenarioExecutionLevel>

        </component>

    </settings>

    <cpi:eek:fflineImage cpi:source="catalog:w:/wim1809/sources/install_windows 10 pro.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>
 
Last edited by a moderator:
I think all can be done by DISM removing and sisabling packages and appx, so XML file will work w-o FoundationPackage blocking me witj same setup at the end
 
My last words :


<cpi:eek:fflineImage cpi:source="wim:w:/wim1809/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-




















Copy the contents of the ISO to a folder. Let’s say, D:\Wim1809


Dism /Get-ImageInfo /ImageFile:"W:\Wim1809\sources\install.wim"


DISM /mount-wim /wimfile:"W:\Wim1809\sources\install.wim" /index:6 /mountdir:"W:\Wimount"


Dism /Add-Package /Image:"W:\Wimount" /PackagePath="W:\UPDA\Update.msu" /LogPath="W:\log"
MULTI=
Dism /Add-Package /Image:"W:\Wimount" /PackagePath="W:\UPDA\Stack.msu" /PackagePath="W:\UPDA\SecUpd.msu" /LogPath="W:\log"


Dism /Get-Packages /image:W:\Wimount






























Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Handwriting-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-OCR-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Speech-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-TextToSpeech-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /LogPath:W:\RemovePackage.log /Remove-Package /PackageName:OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.17763.1



Dism /Image:W:\Wimount /Disable-Feature /FeatureName:Windows-Defender-Default-Definitions /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:printing-XPSServices-Features /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:SearchEngine-Client-Package /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:MSRDC-Infrastructure /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:WorkFolders-Client /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
*
Dism /Image:W:\Wimount /Enable-Feature /FeatureName:LegacyComponents /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1 (/All)
Dism /Image:W:\Wimount /Enable-Feature /FeatureName:DirectPlay /All /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
*
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:FaxServicesClientPackage /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:printing-Foundation-InternetPrinting-Client /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:WCF-TCP-PortSharing45
*
++source folder++ Dism /Image:W:\Wimount /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
*
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:Microsoft-Windows-Client-EmbeddedExp-Package
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:FaxServicesClientPackage /PackageName:Microsoft-Windows-Client-EmbeddedExp-Package
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:MediaPlayback /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
ERROR(package remove ?) Dism /Image:W:\Wimount /Disable-Feature /FeatureName:WindowsMediaPlayer /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Dism /Image:W:\Wimount /Disable-Feature /FeatureName:SmbDirect /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1


Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_4.25.12127.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.DesktopAppInstaller_2018.720.2137.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.GetHelp_10.1706.10441.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Getstarted_6.13.11581.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.HEIFImageExtension_1.0.11792.0_x64__8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Messaging_2018.727.1430.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Microsoft3DViewer_4.1808.15012.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftOfficeHub_2017.1219.520.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftSolitaireCollection_4.1.5252.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftStickyNotes_2.0.13.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MixedReality.Portal_2000.18081.1242.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Office.OneNote_16001.10228.20003.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.OneConnect_5.1807.1991.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.People_2018.516.2011.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Print3D_3.0.1521.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ScreenSketch_2018.731.48.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SkypeApp_14.26.95.0_neutral_~_kzf8qxf38zg5c
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.VP9VideoExtensions_1.0.12342.0_x64__8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Wallet_2.2.18179.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebMediaExtensions_1.0.12341.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebpImageExtension_1.0.11551.0_x64__8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Windows.Photos_2018.18051.21218.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsAlarms_2018.516.2059.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCamera_2018.425.120.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowscommunicationsapps_2015.9330.21365.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsFeedbackHub_2018.822.2.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsMaps_2018.523.2143.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsSoundRecorder_2018.713.2154.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Xbox.TCUI_1.11.28003.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxApp_41.41.18001.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGameOverlay_1.32.17005.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGamingOverlay_2.20.22001.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_2018.727.2137.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.18052.20211.0_neutral_~_8wekyb3d8bbwe
Dism /Image:W:\Wimount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.18052.20211.0_neutral_~_8wekyb3d8bbwe




















Analyze the size of the component store
Dism /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore


If the component store cleanup was recommended in the displayed report, then you can start cleanup of the imag
Dism /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup


You can reduce the size of the component store further by adding the /ResetBase parameter.
Dism /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup /ResetBase















dism.exe /Unmount-wim /mountdir:"W:\Wim1809\sources\install.wim" /commit

















CCCOMA_X64FRE


UEFI
Oscdimg.exe -b”W:\CCCOMA_X64FRE\efi\microsoft\boot\efisys.bin” -pEF -m -o -u2 -udfver102 W:\CCCOMA_X64FRE "Y:\Windows 10 1809V2 X64 -uefi".iso


BIOS
Oscdimg.exe -bW:\CCCOMA_X64FRE\boot\etfsboot.com -p00 -m -o -u2 -udfver102 W:\CCCOMA_X64FRE "X:\Windows 10 1809V2 X64 -bios".iso


BIOS+UEFI
Oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,b”W:\CCCOMA_X64FRE_EN-US_DV9\boot\etfsboot.com”#pEF,e,b”W:\CCCOMA_X64FRE_EN-US_DV9\efi\microsoft\boot\efisys.bin” W:\CCCOMA_X64FRE_EN-US_DV9 W:\Win10_1803_English_x64_Auto_BIOS-UEFI.iso

























<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
<selection name="WindowsMediaPlayer" state="false" />
<selection name="Printing-XPSServices-Features" state="false" />
<selection name="FaxServicesClientPackage" state="false" />
<selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
<selection name="SearchEngine-Client-Package" state="false" />
<selection name="SmbDirect" state="false" />
<selection name="Windows-Defender-Default-Definitions" state="false" />
<selection name="WorkFolders-Client" state="false" />
<selection name="MSRDC-Infrastructure" state="false" />
<selection name="LegacyComponents" state="true" />
<selection name="DirectPlay" state="true" />
<selection name="MediaPlayback" state="false" />
<selection name="NetFx3" state="true" />
<selection name="Printing-PrintToPDFServices-Features" state="false" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Hello-Face-Migration-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Hello-Face-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Handwriting-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-OCR-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Speech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-TextToSpeech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-MediaPlayer-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-QuickAssist-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-TabletPCMath-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="OpenSSH-Client-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
</servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>fr-FR</UILanguage>
</SetupUILanguage>
<InputLocale>fr-FR</InputLocale>
<SystemLocale>fr-FR</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UILanguageFallback></UILanguageFallback>
<UserLocale>fr-FR</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<ProductKey>
<Key>*****-*****-*****-*****-*****</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<FullName>Klemc</FullName>
<AcceptEula>true</AcceptEula>
<Organization>KLM</Organization>
</UserData>
<EnableFirewall>false</EnableFirewall>
<EnableNetwork>false</EnableNetwork>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Embedded-BootExp" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<HideBootStatusMessage>1</HideBootStatusMessage>
<HideBootStatusIndicator>0</HideBootStatusIndicator>
<HideBootLogo>1</HideBootLogo>
</component>
<component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NoLockScreen>1</NoLockScreen>
<HideAutoLogonUI>1</HideAutoLogonUI>
<AnimationDisabled>1</AnimationDisabled>
<BrandingNeutral>29</BrandingNeutral>
<UIVerbosityLevel>1</UIVerbosityLevel>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fAllowFullControl>false</fAllowFullControl>
<fAllowToGetHelp>false</fAllowToGetHelp>
<fEnableChatControl>false</fEnableChatControl>
<MaxTicketExpiry>2</MaxTicketExpiry>
</component>
<component name="Microsoft-Windows-TwinUI" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Hide>1</Hide>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableSR>1</DisableSR>
</component>
<component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Microsoft-Windows-Printing-Spooler-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RemoveMPDW>1</RemoveMPDW>
<RemoveMXDW>1</RemoveMXDW>
<Start>0</Start>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableAccelerators>true</DisableAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableDevTools>true</DisableDevTools>
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<FavoritesDelete>true</FavoritesDelete>
<FilterLevel>Low</FilterLevel>
<FindProvidersURL>about:blank</FindProvidersURL>
<Home_Page>about:blank</Home_Page>
<Help_Page>about:blank</Help_Page>
<IntranetCompatibilityMode>false</IntranetCompatibilityMode>
<LockToolbars>true</LockToolbars>
<PlaySound>false</PlaySound>
<PrivacyAdvisorMode>0</PrivacyAdvisorMode>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<ShowInformationBar>false</ShowInformationBar>
<Window_Title_CN>KLM</Window_Title_CN>
<TabProcessGrowth>High</TabProcessGrowth>
<BlockPopups>no</BlockPopups>
</component>
<component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CacheLimit>51200</CacheLimit>
</component>
<component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableWER>1</DisableWER>
<DefaultConsent>4</DefaultConsent>
</component>
<component name="Microsoft-Windows-GPIOButtons" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ConvertibleSlateMode>1</ConvertibleSlateMode>
</component>
<component name="Microsoft-Windows-Fax-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Fax>
<ArchiveFaxes>false</ArchiveFaxes>
</Fax>
<FaxUnattend>
<ReceiveFaxes>false</ReceiveFaxes>
</FaxUnattend>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
<component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<OEMAppId></OEMAppId>
<HideEULAPage>true</HideEULAPage>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
</OOBE>
<ConvertibleSlateModePromptPreference>0</ConvertibleSlateModePromptPreference>
<SignInMode>1</SignInMode>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Disk-Failure-Diagnostic-Module" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnabledScenarioExecutionLevel>1</EnabledScenarioExecutionLevel>
</component>
</settings>
</unattend>
1588844131932.gif
 

Attachments

  • 1588807039973.gif
    1588807039973.gif
    43 bytes · Views: 5
Last edited:
Back