1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    - Check in <ToolKit\Bin\Lists\RemoveAppsList_W10_10.0.18362_Template.txt> to get the App names and add them to <ToolKit\Bin\Lists\RemoveAppsList.txt>

    - Use the ToolKit's [4] -> Remove -> Remove Windows Apps using Apps List Menu.

    Note: Some Apps might not be present or some new Apps may be present in the v19041.

     
  2. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Mount install.wim. In Windows Powershell as administrator run
    Code:
    Get-AppxProvisionedPackage -path <path to mount directory> | Remove-AppxProvisionedPackage -path <path to mount directory>
    Save and dismount. Bye bye apps.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Hi! How do I integrate NetFX35 using the MSMG ToolKit in Windows 10 Pro 2004-19041. 84 ? And also is it possible to integrate Dart ?
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The Toolkit needs to be updated to support W10 v2004, the next version will be W10 v2004 ready (at least the Integration part).

     
  5. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Is there another way to integrate NetFX35 in Windows 10 Pro 2004-19041. 84?
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    - Mount the image as usual using ToolKit

    - Open a Admin command prompt and change the current path to the ToolKit folder.

    - Run the below command in the opened command prompt

    Code:
    DISM /Image:Mount\Install /Add-Package:DVD\sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
    
    - Save the Image using the ToolKit.

     
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Indeed: Files, registry settings, group policy, services and so on.

    I gave up. I don't know what packages I can uninstall and how to get toolkit to do it.
     
  8. adabo

    adabo MDL Novice

    Aug 2, 2009
    20
    3
    0
    #14249 adabo, Feb 29, 2020
    Last edited: Feb 29, 2020
    I tried the toolkit and, as an experiment, removed and disabled everything. I used the two full template txt files. After installing Windows I found that I could not longer type in the start menu. eg. Press winkey and type 'notepad' to launch/run notepad. Which feature/app/pkgs disables that? I'd like to make another ISO including the ability to type in the start menu search bar. Thanks! Great work on this amazing project.

    Windows 10 Pro 1909

    *Edit: I wonder if it's Cortana. I guess everything is all rolled up into Cortana now? I don't need any special features, just type and run applications from the start menu. Save me some mouse clicks.
     
  9. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Used ToolKitHelper v1.0.2484.0 with AllComponents command on Windows 10.0.18363.693, completed without errors.;)
     
  11. LittlePro

    LittlePro MDL Senior Member

    Jan 19, 2017
    389
    138
    10
    #14252 LittlePro, Mar 1, 2020
    Last edited: Mar 3, 2020
    The toolkit offers 3 ways to remove components on /from Install.wim

    (i). RemoveAppsList.txt : ( DISM )

    (ii) RemovePackagesList.txt : ( Toolkit Helper entries & DISM entries)

    (iii) Directly from the Command Prompt Window ( Toolkit Helper )

    ( DISM leaves files, registries,etc. behind but not the Toolkit Helper!)

    At least what I could understand.

    Thanks. ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    That's really nice, but it doesn't address the issue that I highlighted.

    Which packages need to be retained so as not to brick the system, and if I am attempting to remove a component, do ALL packages associated with that component need to be removed?
     
  13. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
    There is not checksum of the ToolKitHelper.exe in SHA-1.txt.
    Is the SHA1 of the ToolKitHelper.exe(1.0.2484.0) 608b85cdcc118d1f76de648d9ce5c3e4c06bce80?
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Name: ToolKitHelper.exe
    Size: 12576256 bytes (11 MB)
    SHA1: 608B85CDCC118D1F76DE648D9CE5C3E4C06BCE80

     
  15. LittlePro

    LittlePro MDL Senior Member

    Jan 19, 2017
    389
    138
    10
    1. Be very clear that its not the bricked system but only broken functionality / functionalities ( if any! ). Its probably, because of the removal of dependency /dependencies though the developer sir has taken great care of that mentioning it & about the axing process.
    Just have a look there! . The person made the removals & checked the modified Install.wim health by DISM ScanHealth command. That says its all good though he has axed System Restore! Its just a perfect & planned component removal.

    2. I think all newbies like me, should only use the direct method from the cmd prompt & not the app or package removal lists because It's very informative about dependencies & takes a rather safe path!
    for eg. Cortana, StartMenu & Settings Search App | Depends on: Speech Recognition : the single listing tells a lot of things!

    3. In the end, It's ones own decision what he wants to keep. Ask others and /or google things one by one to know what it is, develop some understanding about it & decide whether you want to keep it or not. It will be less problematic then!

    Thanks. ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    #14258 Yanta, Mar 2, 2020
    Last edited: Mar 21, 2020
    Deleted
     
  17. Vineet Garg

    Vineet Garg MDL Novice

    Aug 4, 2016
    48
    9
    0
    #14259 Vineet Garg, Mar 3, 2020
    Last edited: Mar 3, 2020
    @MSMG : Wow, Super light Win 10, Thanks.

    I have removed "Cortana" on "1903 Pro x64" using the "latest Toolkit Helper" but I feel i want it back. Is there a way to add it back directly to the installation ?

    Thanks in advance.
     
  18. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...