1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Just mount a fresh Windows 10 image using the Toolkit and integrate only drivers, save, rebuild and then try installing the OS.

    If it works then the problem might be with the other steps in the Toolkit, if it doesn't then the problem is with the drivers integration for which the Toolkit uses the DISM to integrate.

     
  2. Dragon16

    Dragon16 MDL Novice

    Feb 21, 2018
    26
    2
    0
    Guys where can I download iso base to upgrade and modifications to LTSC?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dragon16

    Dragon16 MDL Novice

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

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    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...
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    @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...
  7. Dragon16

    Dragon16 MDL Novice

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

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    you are welcome :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. skorpion68

    skorpion68 MDL Novice

    Mar 21, 2015
    40
    78
    0
    You can publish a complete example for point 3.
     
  10. MSMG

    MSMG MDL Developer

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

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

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    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...
  13. 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.
     
  14. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    #13114 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.
     
  15. haremmon

    haremmon MDL Novice

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

     
  16. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    #13116 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
     
  17. 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?
     
  18. 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...
  19. 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!
     
  20. 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...