1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,531
    450
    Please read the quote, 2004 is not in the range with 19577, 19577 is not related to 2004.
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The below tweak will make the package Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1 visible to DISM for removal.

    Code:
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v Visibility /t REG_DWORD /d 1 /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v DefVis /t REG_DWORD /d 2 /f
    reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1\Owners" /f
    
    then the Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1 package can be removed using the below DISM command.

    Code:
    dism /online /remove-package /packagename:Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1
    

    The below tweaks are sufficient to disable Defender and SmartScreen

    Code:
    ; Disable SmartScreen Filter
    [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter]
    "EnabledV9"=dword:00000000
    
    ; Disable Microsoft SpyNet membership
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SpyNetReporting"=dword:00000000
    
    ; Disable submitting data samples to Microsoft
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SubmitSamplesConsent"=dword:00000002
    
    ; Disable reporting of malware infection information
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontReportInfectionInformation"=dword:00000001
    
    ; Disable Windows Defender
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    ; Disable Windows Defender Realtime Monitoring
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableRealtimeMonitoring"=dword:00000001
    
    ; Disable Windows Defender Realtime Monitoring
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableBehaviorMonitoring"=dword:00000001
    "DisableOnAccessProtection"=dword:00000001
    "DisableScanOnRealtimeEnable"=dword:00000001
    
    ; Disable Windows Defender Tamper Protection
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
    "TamperProtection"=dword:00000000
    
     
  3. ogoriaipfds

    ogoriaipfds MDL Novice

    Feb 12, 2020
    17
    1
    0
  4. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #14324 biatche, Mar 6, 2020
    Last edited: Mar 6, 2020
    oh you misunderstood me. i mean i already use both editions. was wondering what iso source you use (i'd just use the same to be sure things work)

    ill assume this works:
    19577.1000.200228-1439.RS_PRERELEASE_CLIENTMULTICOMBINED_UUP_X64FRE_EN-US.ISO
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Well I don't really use the insider preview builds until it's very near to the RTM stage, right now I'm using the W10 v2004 (19041).

     
  6. onursourtimes

    onursourtimes MDL Novice

    Nov 24, 2017
    3
    0
    0
    hello, thanks for making this toolkit.
    i am confused tho. can i use this toolkit on the windows version that comes with the windows ISO that i download from microsoft website right now?
    or should i go look for an older ISO. i don't know the latest build number that comes from a fresh downloaded ISO. please let me know if i'm good to go or if i should wait for a toolkit update. thanks again!
     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Download 18363.418 ESD file from here: https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992532

    Convert ESD file to ISO using the ESD Decrypter here: https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731

    This is how I create my base ISO image for working with MSMG ToolKit. The only time I have problems is my own fault, for example if I use wrong version.
     
  8. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    #14329 Feartamixg, Mar 6, 2020
    Last edited: Mar 7, 2020
    @MSMG
    I do know that this ToolKit does not fully support 19041.84 yet, but I do hope that finding possible bugs now helps in the future!

    From the Integrate Menu, both options 3 (Windows Features) and 5 (Windows Custom Features) take me to the same Integrate Windows Custom Features Menu.
    ===============================================================================
    MSMG ToolKit - Integrate Windows Custom Features Menu
    ===============================================================================
    [1] Microsoft Terminal Server Patch

    [2] Custom Themes UxTheme Patch

    [3] Custom Windows Recovery Environment (WinRE)

    [4] Custom Default User Account Pictures

    [5] Custom System Files

    [6] Microsoft Win32Calc Metro Skin

    [7] Windows Photo Viewer Metro Skin

    [8] Windows Media Player Metro Skin


    [X] Go Back
    ===============================================================================

    Enter Your Choice :
    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------

    Image : Install.wim
    Image Index No : 1
    Image Name : Windows 10 Enterprise
    Image Description : Windows 10 Enterprise
    Image Architecture : x64
    Image Version : 10.0.19041
    Image Service Pack Build : 84
    Image Service Pack Level : 0
    Image Build : 19041
    Image Edition : Enterprise
    Image Flag : Enterprise
    Image Installation Type : Client
    Image Default Language : en-GB

    As expected, unable to remove any components. I do not feel comfortable using the command prompt to workaround this.

    Thank you once more for your good work and patience with me!
     
  9. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    855
    228
    30
    #14330 stayboogy, Mar 7, 2020
    Last edited: Mar 7, 2020
    what are these "required updates" specifically? what KBs?

    *edit*--nevermind, this one works as-is 18363.592.200109-2252.19H2_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X64FRE_EN-US, which is what I was looking for to begin with. the whole point of removing components and such is to not add anything at all to the image including updates.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The next release will support the integration features for 19041 and for removal it may take some time.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Hope you have read the readme.txt properly and know that the removed components except Windows Apps will be returned once the Windows Updates is used or updates are integrated/installed offline.

    I do advise you to integrate the latest CU and then remove the components.

     
  12. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Hi! Is there any way to integrate the file with the extension .bat to the installation image? Thanks!
     
  13. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    What do you mean exactly? Once the image is mounted you put whatever you want in that folder = installation image
     
  14. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    There is a file .bat with telemetry disabled. And the Windows image is unpacked in C:\ToolKit_v9.5\DVD. How to apply .bat file to the image? Sorry for my English.
     
  15. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    855
    228
    30
    I know how to properly deal with Windows Update so that such never happens. Not sure why no else knows how to disable it completely, or at least disable feature updates which do what you're talking about
     
  16. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    not even dism removals would work?

    and will your toolkit work at all with 19577.1000.200228-1439.RS_PRERELEASE_CLIENTMULTICOMBINED_UUP_X64FRE_EN-US.ISO

    heres what i do atm:

    1. integrate drivers
    2. integrate whd
    3. dism removals by list
    4. disable features
    5. use custom startmenu layout
    6. clean, build, rebuild image

    if all will work with insider
     
  17. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    You would need to edit all the paths in the bat file. Most likely it edits registry so you would need to mount the offline registry, then edit the registry settings in the bat file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    You can do this with 19577 manually. I do all this and more. Even removing defender, IE, Edge and more.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...