1. Dragon16

    Dragon16 MDL Novice

    Feb 21, 2018
    26
    2
    0
    Not appearing in the removal list, I would like to remove windows defender.
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Hi you You can disable Windows Defender only using the group policy editor (gpedit.msc)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @MSMG sorry but I wonder if it is possible to insert the Toolkithelper within script of Toolkit v8.8 so I can do some risky tests maybe but I am conscious of their consequences already thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dragon16

    Dragon16 MDL Novice

    Feb 21, 2018
    26
    2
    0
    Thanks for the tip.
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    you are welcome :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. skorpion68

    skorpion68 MDL Novice

    Mar 21, 2015
    36
    75
    0
    You can publish a complete example for point 3.
     
  7. MSMG

    MSMG MDL Developer

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

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

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    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.

     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    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...
  10. 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.
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,410
    1,188
    60
    #13131 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.
     
  12. haremmon

    haremmon MDL Novice

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

     
  13. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    616
    203
    30
    #13133 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
     
  14. 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?
     
  15. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    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...
  16. 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!
     
  17. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    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...
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    #13138 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.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    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.

     
  20. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    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...