1. Pansen

    Pansen MDL Novice

    Dec 2, 2010
    9
    2
    0
    @MSMG

    Under [4] Customize [8] Apply tweaks --> is it possible to run a script to execute all tweaks except for like Defender /Firewall? Right now, you can only apply each tweak manually or all of them at once...
     
  2. digitallojizz

    digitallojizz MDL Novice

    Mar 27, 2023
    1
    0
    0
    How to extract report from Adobe analytics using Adobe analytics API

    I am able to extract report from Adobe analytics using api but for only one dimension.

    I want to break the result into multiple dimensions?
     
  3. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    887
    385
    30
    Absolutely on spot. I just use MSMG toolkit and then Winreducer for everything that MSMG can't remove on the same build. Also goes through Audit mode for some configurations / manual settings and I have the perfect image the way I want it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. kordyl24

    kordyl24 MDL Novice

    Nov 1, 2022
    12
    0
    0
    In changelog there is a information about support for v10.0.22621.1/v10.0.2262x.1413 [KB5023706].
    So which is the newest working update that I can integrate using toolkit with Windows 11 22H2?
     
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,163
    5,978
    150
    #25146 Dark Dinosaur, Mar 27, 2023
    Last edited: Mar 27, 2023
    there is a way to install dart into winre.wim ?
    Edit. Done manual...
    Dart (index 2) + winre.wim + 7z
    Setup disk (change name to boot wim) + ultra iso
    ventoy usb
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    That slash "/" means "or".

    It has nothing to do with which update you can integrate. It has to do with which ISO build you can put in to start the service. In this case, only ".1" or ".1413".
     
  8. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Only if you edit that section of code within the script.

    You can remove this lines:
    Defender Firewall
    Code:
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1
    
    Defender
    Code:
               Reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_DEFAULT\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Security Health\State" /v "AppAndBrowser_StoreAppsSmartScreenOff" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Internet Explorer\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControl" /t REG_SZ /d "Anywhere" /f >nul 2>&1
               Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControlEnabled" /t REG_DWORD /d "0" /f >nul 2>&1
    
    Lines from 19789 to 19809. Use the notepad++ to see the number of the lines.


    Instead of deleting lines you can put rem at the beginning of each line.
    Defender Firewall
    Code:
               rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1
               rem Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1
    
     
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I think when you integrate Windows updates EdgeChromium will be added. Not sure about that. But the 2019 server in the original ISO did not have EdgeChromium, however MS forced the installation through the new LCUs, but I don't know if this was only in specific LCUs or if in the current LCUs this EdgeChromium installation still occurs. You'll have to search a little.

    Perhaps someone is sure of this and already responds in the sequence.
     
  11. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @MSMG WOW this new version 13.3 is much faster than any I've used; thank you very much again really excellent work :worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. I never use Winreducer, MSMG Toolkit and DISM command is enough for me :bananajoj2::dance:
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will be adding support for removing CloudExperienceHost, ClientCBS, StartmenuExperienceHost, UndockedDevKit But if it breaks the functionality of Start Menu, Taskbar or System Tray then its user's responsibilities to make alternatives for them.

    Support for Tablet PC and Touch Devices component removal will be added in future versions.

    Yes, ClientCBS contains many sub-components merged and have some files of Cortana but it can't be removed alone without the removal of ClientCBS package.
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes, removing IE will disable the IE Mode options in Edge Chromium settings.

    There are no dependencies for Edge Chromium other than the source OS should be updated with latest updates.
     
  17. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30