1. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    you are welcome :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. skorpion68

    skorpion68 MDL Novice

    Mar 21, 2015
    37
    77
    0
    You can publish a complete example for point 3.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It should appear, hope you are using the latest version of Toolkit.

    Removal of Windows Defender works for v1809 (LTSC 2019) and v1909.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You mean you want to use the v8.8 for servicing W7-W10 RS4 + ToolkitHelper for W10 RS5-v1909.

    I suggest you use the v9.5 for W7-W10 v1909 integration, customization and for removal of W7-W10 RS4 use the Remove Windows Components using Pack list.

    Hope to have one version for all OS's soon, will speed up the process.

     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    Hi MSMG Oh my God this will be wonderful to all of us I am very happy with this excellent news; still in my last post I misplaced not that i'm wrong of course but since we're on the MSMG Toolkit thread so I should have paid more attention and didn't just shift the user's focus so I'm sorry Master...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Dragon16

    Dragon16 MDL Novice

    Feb 21, 2018
    26
    2
    0
    [QUOTE = "MSMG, post: 1558457, membro: 231182"] Deverá aparecer, espero que você esteja usando a versão mais recente do Toolkit.



    A remoção do Windows Defender funciona para a v1809 (LTSC 2019) e a v1909. [/ QUOTE]


    I am using version 9.5.
     
  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    #13127 Ace2, Nov 6, 2019
    Last edited: Nov 6, 2019
    This is just an example
    Code:
    Open C:\Pending.xml with Edit
    
    Select Edit / Replace...
    
    Find what: InboxApplications\1527c705-839a-4832-9118-54d4Bd6a0c89
    
    Replace with: EndOfLife\1527c705-839a-4832-9118-54d4Bd6a0c89
    
    Select Match case
    
    Select Replace All
    
    Select Close and Save
    use this method on the SystemApps you want to stop installing.
     
  8. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    This is great news - thanks for sharing this method!

     
  9. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    #13129 raptorddd, Nov 7, 2019
    Last edited: Nov 7, 2019
    with or without drivers it still have problem with nvidia.. i tried w7 untouch both worked. just tried latest 1909 untouch and no problems. so i have tried 2 images with drivers integrated and no drivers still gives problems.

    is there a way to batch install .inf files for all drivers that need update.?

    what puzzles me is that only me have this. but like i said tried someone elses image and i created one and both had same problem
     
  10. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    After I'm working on only one edition of many included in install.wim, how do I save only the one I edited?
     
  11. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    You can get a complete list of packages (getpackages) in a clean system and then add the necessary ones to your script. :)

    +
    Code:
    InboxApplications\Windows.Defender                                EndOfLife\Windows.Defender
    InboxApplications\Windows.SecurityHealthCenter                    EndOfLife\Windows.SecurityHealthCenter 
    InboxApplications\Windows.SmartScreen                             EndOfLife\Windows.SmartScreen
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    1 - Commit all your modifications
    2 - Back to Main Menu
    3 - Select > [8] Tools
    4 - Select > [1] WIM Manager
    5 - Select > [D] Export index you 've modified previously [name it, ie install1.wim] to same location than source install.wim file
    6 - Delete source install.wim file
    7 - Rename your exported wim file [Install1.wim] to install.wim

    That's it!
     
  13. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Help create a list of removed system apps of all but the Store in this window:
    2019-11-07 001.png

    So that you do not have to delete each individually, which is a very long time.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #13134 MSMG, Nov 7, 2019
    Last edited: Nov 8, 2019
    (OP)
    Then you may need to breakdown the steps and test the OS for each step to find out what's the reason.

    Try like this

    - Drivers Integration and then test the OS
    - Features Integration and then test the OS
    - Removal and then test the OS
    - Customize and then test the OS

    I don't know any method to batch install drivers using .inf, may be a search in google will help out.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Due to lack of menu choices I have placed the Store, Xbox and XboxIdentityProvider in System Apps menu, Actually it should be place in Windows Apps menu.

    If you want to remove all System Apps then add the entry SystemApps in the Packages list which will remove All System Apps except Store, Xbox and XboxIdentityProvider.

    If you add the entry WindowsApps it will remove all Windows Apps along with Store, Xbox and XboxIdentityProvider

    Individual components will take time due to the code protection added to the ToolKitHelper.

     
  16. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    How to do this?
    How to create such the Packages list?
    Is there somewhere to create instructions?
    I need to leave only the Store. Xbox I do not need!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    i also want to know this. i do not want to remove one by one. not sure if there is a list that have all apps and we can edit the list to leave only things we want removed.
     
  18. Marco123V

    Marco123V MDL Novice

    Feb 2, 2014
    19
    28
    0
    Hi, here is my list:
    RemovePkgsList.txt
    2019-11-07_101014.png
     

    Attached Files:

  19. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    what to do with him?

    and how to get a list of all applications and components from 1909 x64 Pro version?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Marco123V

    Marco123V MDL Novice

    Feb 2, 2014
    19
    28
    0
    Put the file in the directory "ToolKit_v9.5\Bin\Lists" and in Toolkit enter to "Remove" section and select "Remove Windows Components Using Package List".

    In that directory there is a template that you can use.