1. ezgera

    ezgera MDL Novice

    Dec 25, 2019
    40
    2
    0
    hello people,
    does any / latest versions include V1709 removal tool and options yet ?
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes I have uploaded them but without the new Toolkit.cmd you can't use it to integrate the games since the image indexes do change in the pack.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For Extracting drivers from system the standard DISM command

    Code:
    DISM /Online /Export-Driver /Destination:<Drivers-Folder>
    
    For importing drivers into the image the standard DISM command

    Code:
    DISM /Image /Add-Driver /Driver:<Drivers-Folder> /Recurse
    
    For built-in drivers you may need to manually search and copy the related files and then import them.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Instead of adding the code in every features integration functions, I moved the code to Select source from DVD function so that while mounting the image the PackageVersion, PackageBuild, PackageServicePackBuild, PackageArchitecture is defined only once.


     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If the script was terminated while integrating any packages, the DISM mounted image registry hives need to be unmounted before trying to unmount the image.

    DISM mounted image registry hives are different from HKLM\TK_COMPONENTS, HKLM\TK_SOFTWARE, HKLM\TK_SYSTEM.

    Usually the DISM uses the full file path of the registry hive as the registry hive name, you can check the HKLM registry hive for the list of mounted.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Thanks for trying The Toolkit.

    1) The main Toolkit script is open sourced, but it's sub-tools like component remover is closed source. The Toolkit files and it's add-on feature packs are free from malware, keyloggers, spyware or any virus.

    Due to the code protection added to the component remover program many Antivirus programs may flag the Toolkit's component remover program as virus or trojan, don't worry this is just false positive sign.

    You can install and monitor the Toolkit created image on Virtual PC like Hyper-V/VMware/VirtualBox for any suspicious activity and then decide whether to deploy the image to your main PC.

    2) Make sure you are using the latest version of Toolkit and also delete other indexes present in the image to get real image size.

    3) The Toolkit only supports offline images and yes you can integrate the drivers and updates to the image before removing the components.

    For component removal you may need to integrate the cumulative update specified in the changelog.

    Note: Starting from Windows 10 v1903 onwards, the Microsoft implemented new update package format due to which the removed components will return when the system is updated either through Windows update or manual update install using .msu or .cab file. Only the Windows Apps component is not affected by this issue.


     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No.

     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Yes, I thought so too. It was one of the Custom 11.4 mods. But to help on this occasion it had to be added in the specific section. We are in sync :rolleyes::D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    299
    395
    10
    #19510 sergey130270, Jun 8, 2021
    Last edited: Jun 8, 2021
    THANK YOU
    Hello dear! I have the HKLM registry hives for a list of connected ones like this:
    %~dp0tools\Mount\Windows\System32\config\COMPONENTS
    %~dp0tools\Mount\Windows\System32\config\DEFAULT
    %~dp0tools\Mount\Windows\System32\config\DRIVERS
    %~dp0tools\Mount\Windows\System32\config\SAM
    %~dp0tools\Mount\Windows\System32\config\SECURITY
    %~dp0tools\Mount\Windows\System32\config\SOFTWARE
    %~dp0tools\Mount\Windows\System32\config\SYSTEM
    %~dp0tools\Mount\Users\Default\NTUSER

    Help me please.
    I am very ashamed for begging, but this is the only site where I can really get a lot of help from you. Excuse me, please.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No usually the DISM will mount the required registry while integrating packages by using the registry hive file path as the registry hive mount name.

    E.g:

    c://windows//system32//config//components
    or
    c:\\windows\\system32\\config\\components
    or
    c:\\toolkit\\mount\windows\\system32\config\\components

    You need to identify the registry hives and unmount them, one method is to manually do it or use a search query for HKLM to detect list of keys using reg query HKLM command and then skip the default entries and then unmount the remaining entries.

    The default entries to be excluded are

    HKEY_LOCAL_MACHINE\HARDWARE
    HKEY_LOCAL_MACHINE\SAM
    HKEY_LOCAL_MACHINE\SECURITY
    HKEY_LOCAL_MACHINE\SOFTWARE
    HKEY_LOCAL_MACHINE\SYSTEM

     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30

    Attached Files:

  12. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    From the logs you posted, it seems you have the same duplicate permission entries as I previously posted.
    In that regard, I think @MSMG will update the packs to avoid such warnings in the future.
    Otherwise your logs are clean, it doesn't seem to be a critical issue.

    Cheers.
     
  13. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #19514 graver.x, Jun 9, 2021
    Last edited: Jun 9, 2021
    Cleanup (5 > 1)

    README.txt:

    Windows 10 v2004/v20H2/v21H1 Client/Server Usage Order:

    [K] - Cleanup the Source Image using [Apply->Cleanup Source Images] menu.

    Note: Not recommneded to use due to SFC bug with recent Latest Cumulative Updates (LCU).
     
  14. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Does not apply, uupdump is clean.
    He has duplicate permission entries because of the pack he integrated.

    Cheers.
     
  15. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    I haven't looked at CBS. log, but I know for sure that if Cleanup (5 > 1) is executed, there will be an SFC error.

    Feartamixg indicated that Cleanup (5 > 1) was performed.
     
  16. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Again, does not apply when he was using uupdump source. Please look at the CBS log he posted.
    And see the answer from MSMG quoted above.

    Cheers.
     
  17. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    An example of the components list can be found in the template at the path:ToolKit\Bin\Lists\DISM_Templates\RemovePkgsList_W10.txt

    You need to put your custom list into an empty text file on the path: ToolKit\Bin\Lists\RemovePkgsList.txt

    In the image processing step in Toolkit, select:

    [3] Remove -> [3] Remove Windows Components Using Package List -> [1] Remove Windows Components Using Package List (DISM Method)
     
  18. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10