MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    <Bin\Lists\RemovePkgsList_W10_Template.txt>

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Will check.

     
  3. hildegard

    hildegard MDL Novice

    Nov 26, 2015
    25
    11
    0
    #14864 hildegard, Apr 18, 2020
    Last edited: Apr 18, 2020
    Any way to prevent Windows Update from reinstalling removed components by MSMG?

    Great tool, but this is a problem. Would be great to know if there is a possibility to install only security updates.

    Edit: Speaking of a fresh 1909 install with the first cumulative update (April 2020).
     
  4. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ....about GIMAGEX 2.2,it can work with adk from 19041? or only with 1809?
     
  5. ceo54

    ceo54 MDL Senior Member

    Aug 13, 2015
    471
    105
    10
    Thank you @MSMG this issue has kept me from completing the project since December. I hope you'll find enough time and resolve it for us. Please notify us in the thread when you resolve this, consider this a humble request. I just want to have the confirmation before I commence the project again.

    Thank you for all the help and awesome toolkit.
     
  6. holoc

    holoc MDL Novice

    Jul 1, 2018
    2
    0
    0
    I could work around that by replacing all "18362" entries to "18363" in "Toolkit.cmd". Just wanted to notify you about possible bug.
    Thanks a lot for your software!
     
  7. volldy36

    volldy36 MDL Novice

    Jan 4, 2019
    14
    4
    0
    #14868 volldy36, Apr 19, 2020
    Last edited: Apr 19, 2020
    1-I've been trying to implement VCRuntime in windows 10 1909 I'm getting this error "Microsoft Visual C++ Runtime Pack file "VCRedist_w10.tpk" not found..." I already downloaded the pack but there's no file with such a name ?
    2-Why would I need Directx 9.0c? and is it safe to implement even though I'm removing Internet Explorer?
    3-I can't find the option to integrate NetFX48?
     
  8. app_raiser

    app_raiser MDL Junior Member

    Mar 18, 2018
    93
    41
    0
  9. volldy36

    volldy36 MDL Novice

    Jan 4, 2019
    14
    4
    0
    How about nefx462? does it come with 1909 because there's no option to include it as well?
    about IE, should I keep it only because of DirectX 9.0C or is it needed maybe for something else? just wondering
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    1909 has dotnetfx48 onboard, covering all previous ones, except 35.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    If Cortana is removed in 20H1 will it break Windows Search?
     
  12. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    298
    89
    10
    #14873 zero cool root, Apr 20, 2020
    Last edited: Apr 20, 2020
    @MSMG

    Pls, what's values to enable..!!

    I'd like to do a .reg file..!!

    Thanks in advance..!!
     
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    The one trusted method I use to disable Windows Defender is Group Policy Editor (gpedit.msc) to disable Windows Defender by navigating to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus and enabling Turn off Windows Defender Antivirus. What is changed (registry entries , files, etc) when doing this?

    Does the following do exactly the same thing?
    Code:
    ; Disable Windows Defender
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
     
  14. rubenswing1976

    rubenswing1976 MDL Novice

    Jun 11, 2016
    12
    1
    0
    Hello, I want to completely remove all packages like system apps and windows apps at once from the windows iso, it is so tiring to rmove 1 component at a time, is there a faster way to do it will all the listed components hw to generate the list of which component to remove. pls help thank u
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    No workaround yet, it's by Windows Update new mechanism it returns the removed components.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Don't replace them, it will break the packs integration.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    1) VC++ pack is broken

    2) It's your choice to integrate DirectX 9.0c and IE is required for many software's, so far only known list of software's affected is listed in readme.txt

    3) NetFX48 comes built-in W19 v1909 and so it's won't be displayed for integration.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    No the search is not affected in 20H1.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Replace the values 0 to 1 and 1 to 0 in the registry file.

    dword:00000000 -> dword:00000001
    dword:00000001 -> dword:00000000