1. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    Yeah it would be easy to get into a philosophical discussion about the whole opt out thing, but at least give us back the option on our computers.
     
  2. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    #9582 rayleigh_otter, Jan 26, 2019
    Last edited: Jan 26, 2019
    Tools like the Toolkit at least give us some control, better than nothing. :)
     
  3. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    I use 1607 LTSB and its becoming buggy for me.. maybe need to re install
     
  4. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    Whenever you run start.cmd, no matter how you launch it, it runs toolkit.cmd with Nsudo with trusted installer all privileges.
    Code:
    @echo off
    
    if "%PROCESSOR_ARCHITECTURE%" equ "x86" set "Arch=x86"
    if "%PROCESSOR_ARCHITECTURE%" equ "AMD64" set "Arch=x64"
    
    @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\%Arch%\NSudo.exe" -U:T -P:E "%~dp0ToolKit.cmd"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. miartan

    miartan MDL Novice

    Aug 18, 2015
    1
    0
    0
    Hi! Is this the "correct" order for Removal when also using custom lists for apps/packages? Thx.

    Windows Apps -> custom AppList -> System Apps -> custom PckgList -> Advanced Windows Components
     
  6. Jaivu

    Jaivu MDL Novice

    Apr 7, 2018
    2
    0
    0
    Can anyone help me out please every time I select [4] Remove and [5] Customize both of them have the same menu item. Am I missing something?
    Using the latest version of the toolkit.
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    No when using custom lists for apps/packages there's no order.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Specify source OS, if it's W7 - W10 RS4 then use ToolKit v8.8

     
  9. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    Yeah that would be a great feature allowing me to call ToolKitHelper.exe with no help from nSudo. Hopefully that one is higher up on the do list.
     
  10. hiepbg

    hiepbg MDL Junior Member

    Nov 29, 2008
    52
    24
    0
    Thank you, MSMG!
    Can you make a tool's version with some small fixes before new version with new features ?
     
  11. Jaivu

    Jaivu MDL Novice

    Apr 7, 2018
    2
    0
    0
    Code:
    Details for image : E:\sources\install.wim
    
    Index : 8
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 15,746,775,851 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.16299
    ServicePack Build : 15
    ServicePack Level : 0
    Edition : Professional
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 20444
    Files : 101278
    Created : 9/29/2017 - 10:49:04 PM
    Modified : 9/29/2017 - 11:13:38 PM
    Languages :
            en-US (Default)
    Thanks for the reply, MSMG.

    Here's the info:
     
  12. Raspberry Pi

    Raspberry Pi MDL Novice

    Jul 18, 2015
    4
    0
    0
    #9593 Raspberry Pi, Jan 28, 2019
    Last edited: Jan 28, 2019
    1. I unblocked all cmd, exe files in MSMG Toolkit, but same error.

    2. I tried to open start.cmd, toolkit.cmd with ExecTI, same error.

    3. I changed HOST OS's language pack to English. same error.

    4. Clean installed HOST OS [RS5 LTSC 2019], and tried again. same error.

    5. use 'Enable Win32 long paths' group policy. same error.

    I dont know what is problem... any other suggestion to fix this problem?
     
  13. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    Hi 'body!

    For my own use, i've modded ToolKit's Integrate Language Packs Feature

    As I was tired of having to integrate the Language Packs one by one, I had the idea of using the best of both worlds: the possibilities of the ToolKit and the abbodi1406's scripts [Add Multilingual Support to Windows 7 SP1 / 8.1 / 10 Distribution - automated batch scripts]

    The result? The best of both worlds, as I tell you...

    1) Source Image selection : You have choice (6 possibilities)
    Code:
    ===============================================================================
       MSMG ToolKit - Integrate Windows Language Packs - Choose Source Image(s)
    ===============================================================================
    
    -   Windows Setup Boot Image ?       ['Y'es/'N'o] : Y
    
    -   Windows Installation Image ?     ['Y'es/'N'o] : N
    
    -   Windows Recovery Image ?         ['Y'es/'N'o] : N
    
    ===============================================================================
    Selection Completed...
    Go Back to Windows Language Packs Selection Menu ? ['Y'es/'N'o] : N
    

    2) Integrate 02 LangPacks (es-ES & fr-FR) to Boot images
    Code:
    ===============================================================================
      MSMG ToolKit - Integrate Windows Language Packs to Windows Setup Boot Image
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Performing Language Packs pre-processing operations, Please Wait...
    -------------------------------------------------------------------------------
    
    The Prerequisites Checking completed successfully...
    
    [02] Compatible Language Packs Found...
    
    Reading Language Packs Basic Informations...
    
    ===============================================================================
    | Index | Arch | LCID |  Language Packs
    ===============================================================================
    |   1   | x86  | 3082 |  es-ES (Spanish)
    |   2   | x86  | 1036 |  fr-FR (French)
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Integrating Windows Language Packs to Windows Boot Image##########
    -------------------------------------------------------------------------------
    
        Image                    : Boot.wim
        Image Index              : 1, 2
        Image Architecture       : x86
        Image Build              : 10.0.17134.1
        Image Default Language   : en-US
    
    -------------------------------------------------------------------------------
    ####Integrating Windows Language Packs to Windows Boot Image###################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating WinPE Language Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
    31bf3856ad364e35~x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - AT Broker [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~x86~e
    s-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Core [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Drivers [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~x
    86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Enhanced Storage Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e3
    5~x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Narrator [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~x86~e
    s-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Scripting Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Secure Startup Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~
    x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE Language Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
    31bf3856ad364e35~x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - AT Broker [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~x86~e
    s-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Core [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Drivers [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~x
    86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Enhanced Storage Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e3
    5~x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Narrator [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~x86~e
    s-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Scripting Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Secure Startup Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~
    x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Setup Client Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Setup-Client-Package~31bf3856ad364e35~x
    86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Setup Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Setup-Package~31bf3856ad364e35~x86~es-E
    S~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-es-ES-Package~31bf3856ad364e
    35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~x86
    ~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRH [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRT Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WDS Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WMI Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-es-ES-Package~31bf3856ad364e
    35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~x86
    ~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRH [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRT Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WDS Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~
    es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WMI Pack [es-ES] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~es-ES~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating [es-ES] Localized Windows Setup resources to the Source DVD...
    -------------------------------------------------------------------------------
    
    Extracting Windows Language Pack [es-ES] to Temporary folder...
    
    Copying Localized Windows Setup Resources Files to the Source DVD...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating WinPE Language Pack [es-ES] to Windows Boot Image#####
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating WinPE Language Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
    31bf3856ad364e35~x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - AT Broker [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~x86~f
    r-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Core [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Drivers [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~x
    86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Enhanced Storage Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e3
    5~x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Narrator [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~x86~f
    r-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Scripting Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Secure Startup Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~
    x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE Language Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
    31bf3856ad364e35~x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - AT Broker [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~x86~f
    r-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Core [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Audio Drivers [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~x
    86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Enhanced Storage Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e3
    5~x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Narrator [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~x86~f
    r-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Scripting Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Secure Startup Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~
    x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Setup Client Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Setup-Client-Package~31bf3856ad364e35~x
    86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Setup Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Setup-Package~31bf3856ad364e35~x86~fr-F
    R~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-fr-FR-Package~31bf3856ad364e
    35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~x86
    ~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRH [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRT Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WDS Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WMI Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-fr-FR-Package~31bf3856ad364e
    35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - Speech TextToSpeech [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~x86
    ~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRH [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - SRT Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WDS Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~
    fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating WinPE - WMI Pack [fr-FR] to Windows Boot Image...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~fr-FR~
    10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Updating Windows Boot Image Default Language Settings...
    -------------------------[Boot.wim, Index : 1]---------------------------------
    
    Setting Windows Boot Image Default System UI Language to [en-US]...
    
    -------------------------------------------------------------------------------
    Updating Windows Boot Image Default Language Settings...
    -------------------------[Boot.wim, Index : 2]---------------------------------
    
    Setting Windows Boot Image Default System UI Language to [en-US]...
    
    Updating Windows Setup Language Configuration File [Lang.ini]...
    
    -------------------------------------------------------------------------------
    Integrating [fr-FR] Localized Windows Setup resources to the Source DVD...
    -------------------------------------------------------------------------------
    
    Extracting Windows Language Pack [fr-FR] to Temporary folder...
    
    Copying Localized Windows Setup Resources Files to the Source DVD...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating WinPE Language Pack [fr-FR] to Windows Boot Image#####
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    ####Generating Windows Language Packs Integration Log Files####################
    -------------------------------------------------------------------------------
    
    Windows Language Packs Integration [Boot.wim, Index : 1] Log...
    Windows Language Packs Integration [Boot.wim, Index : 2] Log...
    
    -------------------------------------------------------------------------------
    ####Cleaning Up Temporary Files & Folders######################################
    -------------------------------------------------------------------------------
    
    Cleaning Up Temporary folder...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating Windows Language Packs to Windows Boot Image##########
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Appuyez sur une touche pour continuer...
    

    3) Integrate 02 LangPacks(es-ES & fr-FR) to Boot.wim & Install.wim
    Code:
    ===============================================================================
     MSMG ToolKit - Integrate Windows Language Packs to Windows Installation Image
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Performing Language Packs pre-processing operations, Please Wait...
    -------------------------------------------------------------------------------
    
    The Prerequisites Checking completed successfully...
    
    [02] Compatible Language Packs Found...
    
    Reading Language Packs Basic Informations...
    
    ===============================================================================
    | Index | Arch | LCID |  Language Packs
    ===============================================================================
    |   1   | x86  | 3082 |  es-ES (Spanish)
    |   2   | x86  | 1036 |  fr-FR (French)
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Integrating Windows Language Packs to Windows Installation Image##
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x86
        Image Build              : 10.0.17134.1
        Image Edition            : Core
        Image Default Language   : en-US
    
    -------------------------------------------------------------------------------
    ####Integrating Windows Language Packs to Windows Installation Image###########
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Pack [es-ES] to Windows Installation Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package
    ~31bf3856ad364e35~x86~es-ES~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Basic Pack [es-ES]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-es-e
    s-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Handwriting Pack [es-ES]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwritin
    g-es-es-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - OCR Pack [es-ES]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-es-es-
    Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Text To Speech Pack [es-ES]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpee
    ch-es-es-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Speech Pack [es-ES]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-es-
    es-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating [es-ES] Localized Windows Setup resources to Source DVD...
    -------------------------------------------------------------------------------
    
    Extracting Windows Language Pack [es-ES] to Temporary folder...
    
    Copying Localized Windows Setup resources files to the Source DVD...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating Language Pack [es-ES] to Windows Installation Image###
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Pack [fr-FR] to Windows Installation Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package
    ~31bf3856ad364e35~x86~fr-FR~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Basic Pack [fr-FR]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-fr-f
    r-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Handwriting Pack [fr-FR]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwritin
    g-fr-fr-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - OCR Pack [fr-FR]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-fr-fr-
    Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Text To Speech Pack [fr-FR]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpee
    ch-fr-fr-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows Language Features - Speech Pack [fr-FR]...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18272.1000
    
    Image Version: 10.0.17134.112
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-fr-
    fr-Package~31bf3856ad364e35~x86~~10.0.17134.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating [fr-FR] Localized Windows Setup resources to Source DVD...
    -------------------------------------------------------------------------------
    
    Extracting Windows Language Pack [fr-FR] to Temporary folder...
    
    Copying Localized Windows Setup resources files to the Source DVD...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating Language Pack [fr-FR] to Windows Installation Image###
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Updating Windows Installation Image Default Language Settings...
    -------------------------------------------------------------------------------
    
    Setting Windows Installation Image Default System UI Language to [en-US]...
    
    Updating Windows Setup Language Configuration File [Lang.ini]...
    
    -------------------------------------------------------------------------------
    ####Generating Windows Language Packs Integration Log Files####################
    -------------------------------------------------------------------------------
    
    Windows Language Packs Integration [Install.wim, Index : 1] Log...
    
    -------------------------------------------------------------------------------
    ####Cleaning Up Temporary Files & Folders######################################
    -------------------------------------------------------------------------------
    
    Cleaning Up Temporary folder...
    
    -------------------------------------------------------------------------------
    ####Finished Integrating Windows Language Packs to Windows Installation Image##
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Appuyez sur une touche pour continuer...
    
     
  15. app_raiser

    app_raiser MDL Junior Member

    Mar 18, 2018
    93
    42
    0
    loool!.. winblows analytics... read again and begin to understand!

    i am fully satisfied with latest image created for my offline winblows pc! never ever again i will connect the pc to internet, because... see..?!?!

    i noticed something that may be of interest:
    some month ago i took the appliance of my (ongoing) favourite vm (1607) from the pc atWork with me and extracted it on the winblows-pc atHome. i think i treated them just slightly different (they're death incarnate) or completely similar. recently i created an image, twice - on both machines, following the exact same steps.. the image created on the offline pc is perfect - better than the very pleasing result from last one.. creating the image on the pc at work:
    1. i got the meanwhile well known "system reflection" error when removing the "photo viewer app" -> once
    2. the final image was 30mb bigger than the perfect one from home -> twice

    this is not a question!.. this is microslop winblows!!.. (online)

    because there are no more us carriers in persian gulf.. for 2 years now! have you noticed??? a thousand billion dollars have been spent - thats why you haven't been and won't be asked! (maybe you prefer a slightly more peaceful world too, even when there is no other option)

    using windows installed with custom image you created will always be "interesting" for certain analytics. i don't expect it will get easier to get rid of that "core-feature" of windows. i claim ms has to continue and increase collection and sharing peoples info. and.. they get money for it - no choice.
     
  16. Bluescreen

    Bluescreen MDL Senior Member

    Jul 16, 2009
    337
    51
    10
    For what is worth, I have made many LTSC (lite) ISO's starting with LTSC 17763.1 or 17763.107 refreshed in my language (fr), and never had a problem following MSMG tips. Event Viewer is clean without any errors.

    Each time I made a new fresh installation on HDD (not using VM) and let Windows update doing his job. Not a single Windows app removed was returned after cumulative Updates.

    - I remove all windows components - Then advanced I remove Windows Defender, and some stuff but keep Telemetry -
    I have done the same job integrating all updates using WHD folder before removing components, and end up with a fully ready to use Windows 1809 17763.292 version.

    For those having errors during ToolKit process, don't forget to use an SSD or HDD partition where the host OS has full NTFS permissions. I remember once I got problems when I copied the Toolkit 8.8 folder already used before on other HDD to spare time ... :)
    Better to decompress the ToolKit from the folder you downloaded it. NTFS and ACL will follow.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Raspberry Pi

    Raspberry Pi MDL Novice

    Jul 18, 2015
    4
    0
    0
    #9599 Raspberry Pi, Jan 29, 2019
    Last edited: Jan 29, 2019
    1. Today, I clean installed Windows 10 RS4 en-us, installed nothing except 7zip. (HOST OS)

    2. I downloaded MSMG Toolkit in Downloads folder, and Unblocked it in properties.

    3. Extracted MSMG Toolkit in Downloads folder with 7zip.

    4. Extracted iso image in DVD folder with 7zip

    5. Run start.cmd, pressed yes on UAC alert.

    6. select source & clean up source image

    7. tried to remove Photos App, Telemetry Client

    8. Targetinvocation Error pop up.

    I used non-refresh en-us MSDN RS5 image. 17763.107
    I followed readme.txt perfectly.

    I envy that you can use this tool flawlessly...
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    17763.107 actually is a refresh iso, it's 17763.1 + CU KB4464455. MSFT calls it a re-release but in fact it's a refresh iso.