1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Component removal support for 22631 is not added yet.
     
  2. samhita

    samhita MDL Novice

    Mar 1, 2015
    20
    3
    0
    how to remove it using toolkit 13.4 ?
     
  3. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    #25565 JeepWillys58, Jun 11, 2023
    Last edited: Jun 11, 2023
    I'm sorry my dear friend, I made a mistake when I type, I'm using the 22621.1835 not the 22631...

    Thank you anyway for your absolutely fine work and your kindness in always helping.

    You are The Guy!

    Best Regards,
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    Remove Windows Apps
    - My Office
     
  5. greenworld

    greenworld MDL Novice

    Mar 28, 2017
    3
    2
    0
    If I am posting at wrong place, please correct me.

    I want to make 2 ISOs of these;

    i) Windows 7 & 10 (x64),
    ii) Windows 7 &10 (x86)

    please guide me.
    thanks in advance.
     
  6. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    Well every time I think I'm close, Toolkit throws me a curve ball.
    I've attached my DISM_RemovePkgsList.txt file and MY_TKhelper_RemovePkgsList_W11_10.0.22000.txt file.
    Using MSMG, either v13.3 or v13.4, both lists complete without errors when invoked separately or one after the other. Yet when I boot Windows 11 Image Version 10.0.22000.318.0, the following supposedly removed Windows components are still present:

    1. MS Edge, desktop shortcut and program directory present and program listed in the uninstallable list in Control Panel Programs and Features
    2. Ditto, One Drive
    3. Ditto, Paint
    4. Media Player is present
    5. Windows Firewall is still present and works.

    Using MSMG, v12.7 on Window 10 , image version 10.0.19041, I was at least able to remove some of these components. Anybody know what gives?
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Supported SPbuild are:

    In recent Toolkit 13.4 is only 22000.1 and 22000.1936

    Until today, if I understand correctly support is not extended for every SPBuild released. You have to work on one of 2 options.

    I once commented with MSMG to add support for SPbuilds recently released by MS as a direct download.

    But he said "ToolkitHelper" would get much bigger and could result in performance loss.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    OK. This compatibility issue is very confusing. In the v13.1 release notes MSMG says
    • Windows 11 v21H2/v22H2 (All Editions)
    Is among the supported operating systems. And I'm pretty sure I have completed a couple of MSMG v13.3 builds in the past that did remove one or more of the components I'm trying to remove now. In any event, thanks for the head's up.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    My dear friend, where can I find this "Tweak to Disable Downloads Folder Auto Group By Date Layout" ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Customize Menu --> Apply Tweaks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Using both the method of component removal is not recommended, 10.0.22000.318 is not supported.
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Windows 11 v21H2/v22H2 (All Editions) is only for other features of Toolkit and not for manual component removal.
     
  13. tempdrive1

    tempdrive1 MDL Member

    Aug 29, 2021
    103
    135
    10
    Hi @MSMG,

    I suppose this is the reason why I was facing issues with version 22621.525 then.
    The supported image version is quite confusing unfortunately, and as I see, even experienced users are facing issues because of it.

    Could you perhaps add a build check right before the image index is selected via Select Source from <DVD> folder?
    Toolkit.cmd should have variables with hardcoded explicit values for supported version information.
    It should be not too much of an effort, given that you read the details straight away already:

    ####Source Image Information###################################################
    -------------------------------------------------------------------------------

    Image : Install.wim
    Image Index No : 1,2
    Image Architecture : x64
    Image Version : 10.0.19044
    Image Service Pack Build : 1288
    Image Service Pack Level : 0
    Image Build : 19044
    Image Default Language : en-US


    Then the user can be notified immediately when the image is not supported and ask whether to continue (maybe by switching to DISM).


    As an alternative, I do wonder whether a (better) delta versioning information you could build up for the builds between the x.1 and the latest cumulative update, adding only key changes for the components (and even making it backwards compatible when adding support for them).
    While there are about 10 quality of life related changes a year (usually December-January does not have them), which you support when adding the latest security update, I don't think they are making major changes to the components all the time that you would need to track - most of the changes should be internal (coming from the files within or perhaps a new value under an already existing key in the Registry), and only rarely you should need to add version specific enhancements, but even so, they would be carried forward for future patches.
    That should leave you with minimal information to work with, even if you support both monthly patch versions, since the first one (security) has the changes from the previous month, and the latter will be (should be) on same change level then the next month's security patch.
    Even if you need to work with a lot of version-based Registry values or files, their version-based information should be handled dynamically anyway (you can get them from .mum / .manifest files, I suppose), as hardcoding values is hardly ever the best approach, and only store key lookup values that differ from the state of the last patch.
    As the source is not open, I am limited to such assumptions.

    Would this not be something that could work out for every official (no insider) release?
     
  14. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    hey all,
    general question.
    and a question for @MSMG

    if shell experience host is removed, how would you access network connections to connect to your wireless?
    another question.

    using the auto unattend gennerator that is baked in to the toolkit,
    removeing all the new components I assume it bypasses the oobe issues?
    since all data requested via OOBE are answered?
    if i'm wrong please doo let me know my folly.
    a query for @MSMG.
    may as well get all my questions out now, I soon won't have enough time on my machine soon.
    when running the string on the latest toolkithelper.exe the string being
    c:\t\bin\ToolKitHelper.exe c:\t\mount\install\3\ /? >>packages.txt
    to get all the components that can be removed should I be seeing the folowing components displayed on a release version of toolkit helper/toolkit?
    UIXaml24 - Microsoft UI.Xaml Package 2.4
    UIXaml27 - Microsoft UI.Xaml Package 2.7
    VCLibs140 - Microsoft Visual C++ 2015 UWP Runtime Package
    VCLibs140UWPDesktop - Microsoft Visual C++ 2015 UWP Desktop Runtime Package
    and
    NETNativeFramework22 - Microsoft .Net Native Framework Package 2.2
    NETNativeRuntime22 - Microsoft .Net Native Runtime Package 2.2
    if not, should they not be labled like this to distingwish that these components are in testing?
    NETNativeFramework22 - Microsoft .Net Native Framework Package 2.2 this component is in testing!
    NETNativeRuntime22 - Microsoft .Net Native Runtime Package 2.2 this component is in testing!
    currently i'm not sure if the components i've listed are in testing or are safe to use.



    time to get testing.

    thanks to @interaction sorry forgot your full username sir and @hariss for the auto unattend functionality.
    pardon my spelling mistakes, I use assistive tech due to being fully blind.
    Majid
     
  15. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    not sure if windows 7 is supported,
    guide me.? you me how to use tool.? in the first post there are 2 video links on how to use it.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...