1. gesla

    gesla MDL Novice

    Nov 2, 2017
    26
    6
    0
    I just think it removes the OneDrive client itself, just like I uninstall onedrive. Now I got it.:eek:
     
  2. hiepbg

    hiepbg MDL Junior Member

    Nov 29, 2008
    52
    24
    0

    Attached Files:

    • Dism.7z
      File size:
      349.4 KB
      Views:
      9
  3. Smanettino1

    Smanettino1 MDL Novice

    May 14, 2017
    12
    1
    0
    hi, my error. I've runned start.cmd, and now everythink is ok :)
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,677
    14,414
    340
    #5264 xinso, Dec 29, 2017
    Last edited: Dec 29, 2017
    @MSMG

    For language packs integration, what do you think about:

    1. Ask users to add a language folder, e.g. zh-cn
    2. Ask users to place all the language related packs (Client and LanguageFeatures) into the specific language folder
    3. Ask users to rename the main Client language pack in full name, e.g. Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.16299.15.cab

    4. Then you modify the relevant script, such as:

    .
    .
    .
    if "%SelectedSourceOS%" equ "w10" (
    if exist "%LangPacks%\Microsoft-Windows-%ImageInstallationType%-LanguagePack-Package~31bf3856ad364e35~%PackageArchitecture%~%LangPackCode%~%ImageVersion%.%PackageServicePackBuild%.cab" (
    call :AddLangPack "%InstallMount%\%%i", "%LangPacks%"
    )
    )
    .
    .
    .
    :AddLangPack

    %DISM% /Image:%~1 /Add-Package:%~2
    echo.

    goto :eof

    [Results]
    ===============================================================================
    MSMG ToolKit - Integrate Windows Language Packs to Windows Installation Image
    ===============================================================================

    -------------------------------------------------------------------------------
    ####Starting Integrating Windows Language Packs to Windows Installation Image##
    -------------------------------------------------------------------------------

    Image : Install.wim
    Image Index : 4
    Image Architecture : x64
    Image Build : 10.0.16299.15
    Image Edition : Professional
    Image Default Language : zh-TW

    -------------------------------------------------------------------------------
    ####Integrating Windows Language Packs to Windows Installation Image###########
    -------------------------------------------------------------------------------

    -------------------------------------------------------------------------------
    Integrating Windows Language Pack to Windows Installation Image...
    -------------------------------------------------------------------------------

    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000

    Image Version: 10.0.16299.15
    Processing 1 of 7 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.16299.15
    [==========================100.0%==========================]
    Processing 2 of 7 - Adding package Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    Processing 3 of 7 - Adding package Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    Processing 4 of 7 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    Processing 5 of 7 - Adding package Microsoft-Windows-LanguageFeatures-OCR-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    Processing 6 of 7 - Adding package Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    Processing 7 of 7 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.

    -------------------------------------------------------------------------------
    Updating Windows Setup Language Configuration File [Lang.ini]...
    -------------------------------------------------------------------------------

    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000

    Image Version: 10.0.16299.15


    A new Lang.ini file has been generated
    The operation completed successfully.

    -------------------------------------------------------------------------------
    Integrating [zh-cn] Localized Windows Setup Resources to the Source DVD...
    -------------------------------------------------------------------------------

    Extracting Windows Language Pack [zh-cn] to Temporary folder...

    Copying Localized Windows Setup Resources Files to the Source DVD...

    -------------------------------------------------------------------------------
    ####Cleaning Up Temporary Files & Folders######################################
    -------------------------------------------------------------------------------

    Cleaning Up Temporary folder...

    -------------------------------------------------------------------------------
    ####Finished Integrating Windows Language Packs to Windows Installation Image##
    -------------------------------------------------------------------------------

    ===============================================================================

    請按任意鍵繼續 . . .

    Note: For some language, the LanguageFeatures includes Fonts package, e.g. Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package.cab.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok, will fix the error.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes I have changed the order for W7-W10 and for all OS the integration of updates is done before the component removal, and this is done to avoid the the Updates restoring the removal components resources and shortcuts.

    At present integrating/installing the updates after the component removal for W10 RS3 is not restoring any component related files but can't say it will be just like that for future updates.

    So just follow the instructions given in the First Post and it will work.

    Note:

    If you integrate .NetFX35 components then the windows update will offer the CU again with a 50MB update to update the .NetFX35 components.

    So you can either integrate the CU again manually to update the .NetFX35 which can again may or not restore the removed components resources/shortcuts.

    or Choose windows update to update it after the OS Install.

    or Integrate the Force .NET programs to use the latest .NetFX and skip the .NetFX35 Integration altogether.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    What error it gave, today I tried with Windows 10 Pro 1709 RS3 x64 it-IT image and it didn't give any errors.


    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Client Edition Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Hyper-V-ClientEdition-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Dynamic Memory Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-DynamicMemory-Package~31bf3856
    ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Heartbeat Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Heartbeat-Package~31bf3856ad36
    4e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest IcSvcExt Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-IcSvcExt-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest KMCL Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-KMCL-Package~31bf3856ad364e35~
    amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest KvpExchange Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-KvpExchange-Package~31bf3856ad
    364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking Emulated Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-Emulated-Package~31
    bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking Synthetic Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-Synthetic-Package~3
    1bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking SrIov Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-SrIov-Package~31bf3
    856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest RemoteFx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-RemoteFx-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Shutdown Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Shutdown-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Storage Filter Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Storage-Filter-Package~31bf385
    6ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Storage Synthetic Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Storage-Synthetic-Package~31bf
    3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest TimeSync Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-TimeSync-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest VmBus Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-VmBus-Package~31bf3856ad364e35
    ~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V HvSocket Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-HvSocket-Package~31bf3856ad364e35~am
    d64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V HvSocket WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-HvSocket-WOW64-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Guest Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-Package~31bf
    3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Guest WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-WOW64-Packag
    e~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Feature Application Guard Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Feature-ApplicationGuard-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Feature Containers Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Feature-Containers-Package~31bf3856a
    d364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Host Compute Interop Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Host-Compute-Interop-Package~31bf385
    6ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Host Compute PowerShell Module Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Host-Compute-PowerShell-Module-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The Microsoft-Windows-Client-Refresh-LanguagePack-Package is the Language Pack with refreshed language resources files for a Windows 7/8.1 refreshed images.

    For Windows 7 it is available as a .exe file and I do convert the .exe file to .cab for integrating it to the image.
    For Windows 8.1 it is available as a .cab file which can be integrated to the image.

    Since you have specified about WAIK, then i think you are using Windows 7 Image, The feature Integrate Windows Language Pack needs the pack created by me as it contains the Windows Language Pack, Windows Language Features Pack and WinPE Language Pack with the proper package filenames.

    For Windows 7 the language pack available from Microsoft is in .exe format which needs to be converted to .cab file. and the WinPE Language files are available with WAIK.

    If you want to use your own files then you may need to rename the required files as it is required and copy the files to <Packs\LanguagePacks\x64\pt-BR> folder.

    Code:
    Microsoft-Windows-Client-Refresh-LanguagePack-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    Microsoft-Windows-Embedded-LanguagePack-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    Microsoft-Windows-Server-Refresh-LanguagePack-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-Scripting-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-Setup-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-Setup-Server-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-SRT-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    WinPE-WMI-Package~31bf3856ad364e35~amd64~pt-BR~6.1.7601.17514.cab
    
    I do upload the Language Packs set only when someone requests it due to slow upload speed here and also the amount of time it takes to prepare it especially with Windows 7 LP .exe to .cab conversion.

    Right now I have uploaded all Windows 10 RS2 and RS3 Language Packs and it's available in the ToolKit download location under Packs folder.

    For W7/W81/W10 TH1/TH2 it will be done when time permits.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok, Will test the conversion and fix the errors.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The problem with the present DOS based ToolKit is the lack of space for menus, let's see one day more options will added.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    yes it was a typo error.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #5273 MSMG, Dec 29, 2017
    Last edited: Dec 29, 2017
    (OP)
    There's no difference b/w WHD or WU updates at least with Windows 10, as hardly there are three or four updates.

    ServicingStack
    Cumulative
    Dynamic
    SetupMedia


    I have previously tested with updates integrated and didn't got any errors while removing the components, right now I'm testing a W10 RS3 x64 it-IT with updates integrated, will see if any error comes.

    Make sure the AV is not interfering with the ToolKit folder.

    Edit: Just finished testing the it-IT image with updates and it seems there's any issue with PeopleExperienceHost removal as it's generating an exception and thus getting terminated without un-mounting the registry hives mounted and thus further component removal is breaking.

    But the same image without the updates goes well and also using en-GB image with/without updates works without issues.

    Need to further check what's in the update causing that error for it-IT image.


     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    - I haven't added the option to remove Biometrics/Location for RS3.

    - In my previous posts I had specified about it that there are no telemetry components separately available to remove as they are bundled with other main packages and so only the ContentDeliveryManager is left in that list.

    This means the telemetry components are still present and they are in some main packages which can't be removed using DISM.


     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Today I tested with Windows 10.0.16299.15 it-IT image and you can see the result and there's no error, just follow the instructions given in the First Post.

    Even though for Windows Defender and SamrtScreen component removal is only for en-GB/en-US images but still the removal didn't give any errors.

    Code:
    ===============================================================================
                       MSMG ToolKit - Remove Default Metro Apps
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Default Metro Apps#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Default Metro Apps################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Alarms and Clock Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Calculator Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Calendar and Mail Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Camera Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Desktop App Installer Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Feedback Hub Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Get Help App Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Get Office App Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Groove Music Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Maps Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Messaging Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Movies and TV Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Office OneNote Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Paid WiFi and Mobile Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Paint 3D Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing People Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Photos Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Print 3D Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Solitaire Collection Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Skype Preview App Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Sticky Notes Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Store Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Xbox Live Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Store Purchase App Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Tips Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing View 3D Preview Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Voice Recorder Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Wallet Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Weather Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Xbox App Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Xbox Game Overlay Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Xbox Identity Provider Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Xbox Game Speech Window Provisioned Appx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Default Metro Apps#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Connect App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-PPIProjection-Package~31bf3856ad3
    64e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft OneDrive Desktop Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-OneDrive-Setup-Package~31
    bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft OneDrive Desktop Client WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-OneDrive-Setup-WOW64-Pack
    age~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Content Delivery Manager Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-ContentDeliveryManager-Pa
    ckage~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Skype ORTC Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Skype-ORTC-Package~31bf38
    56ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Skype ORTC WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Skype-ORTC-WOW64-Package~
    31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Desktop File Explorer App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-DesktopFileExplorer-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Embedded Experience Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Client-EmbeddedExp-Packag
    e~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Embedded Shell Launcher Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Embedded-ShellLauncher-Pa
    ckage~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Client Shell Launcher Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Client-ShellLauncher-Pack
    age~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Home Group Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Shell-HomeGroup-Package~3
    1bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Home Group WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Shell-HomeGroup-WOW64-Pac
    kage~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Holographic Desktop Analog Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Analo
    g-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Holographic Desktop Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Merge
    d-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Holographic Desktop WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Merge
    d-WOW64-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows People Experience Host Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit - The Ultimate Windows Deployment Image Customization Tool
    Version: 8.1
    
    Image Version: 10.0.16299.15
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Quick Assist App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-QuickAssist-Package~31bf3
    856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Take Test App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Management-SecureAssessme
    nt-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Adobe Flash For Windows Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Adobe-Flash-For-Windows-Package~31bf3856ad3
    64e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Adobe Flash For Windows WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Adobe-Flash-For-Windows-WOW64-Package~31bf3
    856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Adobe Flash For Windows OneCore UAP Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Adobe-Flash-For-Windows-onecoreuap-Package~
    31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Edge Browser App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Internet-Browser-Package~
    31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Client Edition Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Hyper-V-ClientEdition-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Dynamic Memory Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-DynamicMemory-Package~31bf3856
    ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Heartbeat Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Heartbeat-Package~31bf3856ad36
    4e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest IcSvcExt Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-IcSvcExt-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest KMCL Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-KMCL-Package~31bf3856ad364e35~
    amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest KvpExchange Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-KvpExchange-Package~31bf3856ad
    364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking Emulated Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-Emulated-Package~31
    bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking Synthetic Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-Synthetic-Package~3
    1bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking SrIov Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-SrIov-Package~31bf3
    856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest RemoteFx Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-RemoteFx-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Shutdown Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Shutdown-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Storage Filter Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Storage-Filter-Package~31bf385
    6ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Storage Synthetic Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Storage-Synthetic-Package~31bf
    3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest TimeSync Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-TimeSync-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest VmBus Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-VmBus-Package~31bf3856ad364e35
    ~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V HvSocket Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-HvSocket-Package~31bf3856ad364e35~am
    d64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V HvSocket WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-HvSocket-WOW64-Package~31bf3856ad364
    e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Guest Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-Package~31bf
    3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Guest WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-WOW64-Packag
    e~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Feature Application Guard Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Feature-ApplicationGuard-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Feature Containers Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Feature-Containers-Package~31bf3856a
    d364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Host Compute Interop Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Host-Compute-Interop-Package~31bf385
    6ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Host Compute PowerShell Module Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Host-Compute-PowerShell-Module-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Internet Explorer Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-InternetExplorer-Optional
    -Package~31bf3856ad364e35~amd64~~11.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Internet Explorer [it-IT] Language Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-InternetExplorer-Optional
    -Package~31bf3856ad364e35~amd64~it-IT~11.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Cortana App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Cortana-Package~31bf3856a
    d364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Cortana PAL Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Cortana-PAL-Desktop-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Media Player Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MediaPlayer-Package~31bf3
    856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Payload Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MediaPlayer-Payload-Packa
    ge~31bf3856ad364e35~amd64~it-IT~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Troubleshooters Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WindowsMediaPlayer-Troubl
    eshooters-Package~31bf3856ad364e35~amd64~it-IT~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Network Sharing Service Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WMPNetworkSharingService-
    Package~31bf3856ad364e35~amd64~it-IT~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Network Sharing Service WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WMPNetworkSharingService-
    WOW64-Package~31bf3856ad364e35~amd64~it-IT~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Photo Viewer Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-PhotoBasic-Package~31bf38
    56ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Photo Viewer WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-PhotoBasic-WOW64-Package~
    31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Search Engine Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SearchEngine-Client-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Store Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Store-Client-Package~31bf
    3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Code:
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows System Restore Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SystemRestore-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows System Restore WOW64 Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17040.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SystemRestore-WOW64-Packa
    ge~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Defender Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit - The Ultimate Windows Deployment Image Customization Tool
    Version: 8.1
    
    Image Version: 10.0.16299.15
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    
    ===============================================================================
                      MSMG ToolKit - Removing Windows Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Build              : 10.0.16299.15
        Image Edition            : Professional
        Image Default Language   : it-IT
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows SmartScreen Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit - The Ultimate Windows Deployment Image Customization Tool
    Version: 8.1
    
    Image Version: 10.0.16299.15
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .