1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
    #6001 Enthousiast, Feb 28, 2018
    Last edited: Feb 28, 2018
  2. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    That awkward moment when you just made an image with MSMG Toolkit 8.1 and....
    - Version 8.2 is released
    - MS releases a new CU
    Back to script, at least it keeps me of the street.

    Cheers.
     
  3. rockyp

    rockyp MDL Novice

    Dec 7, 2010
    15
    1
    0
    @MSMG

    I have this made packs to toolkit below mentioned list for x64.
    Now I need to make pack for x86. So can I make it no VM ware will it work or should I use physical system.
    Code:
    WinRAR x64
    Notepad2-Mod x64
    Notepad3 x64
    StartISBack x64
    UltraISO x64
    VCRuntime x64
    
     
  4. cunuhoujabsq

    cunuhoujabsq MDL Novice

    Jan 30, 2015
    15
    5
    0
    Friends, you have a list of packages for RS3 1709 ?
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You have just specified the OS as Windows 10 without which version and Removing components gives registry not found error, which components not specified.

    Without any proper information regarding the HOST OS, Source OS Image and the error related to which feature of ToolKit, you won't get any help to fix it.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Few things would like point out or ask:

    - Integrating Windows Updates, Did the DISM Integrated the Service Stack first and then the CU?

    - After using Remove Default Metro Apps, the Remove Default Metro Apps Using Apps List is not necessary as all apps have been removed.

    - Remove Default Metro Apps Association XML File is unnecessary if Remove Default Metro Apps is used.

    - Cleanup Source Images wouldn't have happened as you already integrate Microsoft .NET Framework 3.5 earlier.


    Today tested the ToolKit with these methods on Windows 10 RS3 10.0.16299.15 Image

    - Integrated the Features without .NET Framework 3.5.
    - Removed All Apps.
    - Removed All Components without Windows Defender, Windows People Experience Host, Windows SmartScreen.
    - Performed Image Cleanup.
    - Integrated the .NET Framework 3.5.
    - Saved and Rebuilt the Image.
    - Installed the OS and used Windows update to update the system and it worked.


    - Integrated the Features without .NET Framework 3.5.
    - Removed All Apps.
    - Removed All Components with Windows Defender, Windows People Experience Host, Windows SmartScreen.
    - Performed Image Cleanup.
    - Integrated the .NET Framework 3.5.
    - Saved and Rebuilt the Image.
    - Installed the OS and used Windows update to update the system it failed while installing.


    - Integrated the Features without .NET Framework 3.5
    - Removed All Apps
    - Removed All Components with Windows Defender, Windows People Experience Host, Windows SmartScreen
    - Performed Image Cleanup
    - Integrated the .NET Framework 3.5
    - Saved and Rebuilt the Image
    - Installed the OS and used offline installation of Windows updates in .cab format to update the system and it worked.


    I haven't tested the ToolKit with NetFX35 Integrated before the Windows Updates Integrated and Component Removal (Windows Defender, Windows People Experience Host, Windows SmartScreen) is done, will check it tomorrow and report back.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I didn't get those errors, for x86 build it will get as I had forgot to put the if condition for WOW64 packages and I have fixed it in the next version

    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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Adobe Flash For Windows Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Adobe-Flash-For-Windows-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Adobe-Flash-For-Windows-WOW64-Package~31bf3856ad364e35~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.17095.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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Edge Browser App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Hyper-V Guest Networking SrIov Onecore Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-SrIov-onecore-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Client Edition Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-HyperV-Guest-WOW64-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Guest Networking Synthetic Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Guest-Networking-Synthetic-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Hyper-V Compute System VmDirect Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Compute-System-VmDirect-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft HyperV Feature Application Guard Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package HyperV-Feature-ApplicationGuard-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Windows Containers Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-OneCore-Containers-Opt-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft Windows Device Host Guard Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-PAW-Feature-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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Internet Explorer Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.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 [en-US] Language Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~en-US~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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Cortana App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Cortana-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Cortana-PAL-Desktop-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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Media Player Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MediaPlayer-Payload-Package~31bf3856ad364e35~amd64~en-US~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Troubleshooters Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WindowsMediaPlayer-Troubleshooters-Package~31bf3856ad364e35~amd64~en-US~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WMPNetworkSharingService-Package~31bf3856ad364e35~amd64~en-US~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-WMPNetworkSharingService-WOW64-Package~31bf3856ad364e35~amd64~en-US~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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Photo Viewer Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-PhotoBasic-Package~31bf3856ad364e35~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.17095.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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Search Engine Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SearchEngine-Client-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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Store Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Store-Client-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   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows System Restore Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SystemRestore-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Removing package Microsoft-Windows-SystemRestore-WOW64-Package~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
    You can use the VMware for that, make sure the file/folder permissions (ACL) are maintained in the pack images or else it will create problems.

     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
    I followed this scenario:
    Code:
    [1] Source [1] ---- Select Source from <DVD> Folder
    | 1 | x64 | Windows 10 Pro
    Enter the Image Index # : 1
    Do You Want to Mount Windows Setup Boot Image ? ['Y'es/'N'o] : y
    Do You Want to Mount Windows Recovery Image ? ['Y'es/'N'o] : n
    [3] Integrate ---- [3] Windows Features
    [A] Microsoft .NET Framework 3.5
    Microsoft Win32 Calculator
    [K] Microsoft DirectX 9.0c
    [3] Integrate ---- [4] Windows Updates ---- [1] Integrate Windows Updates
    [4] Remove ---- [1] Remove Default Metro Apps
    [4] Remove ---- [4] All Apps
    [4] Remove ---- [2] Remove Default Metro Apps Using Apps List
    [4] Remove ---- [3] Remove Windows Components ---- [1] All Windows Components
    [4] Remove ---- [2] Advanced Windows Components
    Microsoft Edge Browser App
    [G] Windows Media Player
    [J] Windows Store Client
    Remove At Last
    [L] Windows Defender
    [M] Windows People Experience Host
    [N] Windows SmartScreen
    [5] Customize ---- [3] Remove Default Metro Apps Association XML File
    [5] Apply Tweaks ---- [6] Enable and Set Windows Photo Viewer As Default Viewer
    [6] Apply ---- [1] Cleanup Source Images ---- [2] Apply & Save Changes to Source Images
    [6] Apply ---- [1] Rebuild Source Images
    [7] Target [1] Make a DVD ISO Image
    On the ru-RU test the start menu was still filled with apps, and i encountered more errors when removing stuff from the scenario, on the en-US test install only notepad was left and only the errors when removing mediaplayer.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Sorry I don't have any template for package list, you can use the install_wim_tweak.exe to get the image packages list and then create the list for ToolKit.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Apart from en-US, en-GB I have tested the ToolKit with zh-CN and it-IT Images and have no issues.

    Can you say in detail what errors you got when removing the components and also which app tiles was still there on start screen.

    And using en-US x64, it shouldn't give those errors when removing the WMP, unless if it's been removed earlier using the Package list or manually by other method.

     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
    I will run all again tonight, and try to copy all progress from that scenario.

    The problem with the package list is that sergey didn't provide me one, so i ran that option without providing a list, didn't seem to do anything, it finished instantly.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
    #6015 Enthousiast, Feb 28, 2018
    Last edited: Feb 28, 2018
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Connect App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-PPIProjection-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-OneDrive-Setup-WOW64-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-ContentDeliveryManager-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Skype-ORTC-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-DesktopFileExplorer-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Client-EmbeddedExp-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Embedded-ShellLauncher-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Client-ShellLauncher-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Shell-HomeGroup-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Shell-HomeGroup-WOW64-Package~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Analog-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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Merged-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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Holographic-Desktop-Merged-WOW64-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows Quick Assist App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~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.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Management-SecureAssessment-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Microsoft Edge Browser App Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.248
    
    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 . . .
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Media Player Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [===========================99.5%========================= ]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Payload Package...
    -------------------------------------------------------------------------------
    
    The Windows Package Doesn't Exist...
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Troubleshooters Package...
    -------------------------------------------------------------------------------
    
    The Windows Package Doesn't Exist...
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Network Sharing Service Package...
    -------------------------------------------------------------------------------
    
    The Windows Package Doesn't Exist...
    
    -------------------------------------------------------------------------------
    Removing Windows MediaPlayer Network Sharing Service WOW64 Package...
    -------------------------------------------------------------------------------
    
    The Windows Package Doesn't Exist...
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Store Client Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17095.1000
    
    Image Version: 10.0.16299.248
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Store-Client-Package~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows Defender Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.432.0
    
    Image Version: 10.0.16299.248
    
    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 . . .
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows People Experience Host Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.432.0
    
    Image Version: 10.0.16299.248
    
    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 . . .
    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   : ru-RU
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing Windows SmartScreen Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.432.0
    
    Image Version: 10.0.16299.248
    
    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 . . .
    Continues here: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-302#post-1414637
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,754
    450
  16. rockyp

    rockyp MDL Novice

    Dec 7, 2010
    15
    1
    0
    #6017 rockyp, Mar 1, 2018
    Last edited: Mar 1, 2018
    @MSMG

    Yes ResetPC function not working on x64 (16299.248 PRO X64 EN-US)
     

    Attached Files:

  17. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Sorry, but where's the ToolKitHelper.exe file? I can't find it.
     
  18. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    \ToolKit\Bin
     
  19. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Thanks!