Thank u so much for ur reply, please consider to also remove CloudExperienceHost and Get Started.
    And 1 personal request, please add option to also remove CTF Monitor and loose TextInputManagement Service from system service, i read it was intended for tablets? For users who are using english us / latin languages ctf is useless.

    Oh yeah, i also see that there are some cortana related files in SystemApps - ClientCBS folder.. is it still active?

    Thank u
     
  1. Do u guys realize that MSMG Toolkit is better than N ? Ive tried the free N but i think it s*cks, MSMG Toolkit still my favorite and it works best in my opinion, it simple, straight to the point, easy to understand.

    Thank u @MSMG for creating this amazing Toolkit, u are a genius, and thank u to all u guys here that help me alots... :giverose::bye3::dance1::dance1::dance1:
     
  2. Hi Mr Sergey, long time no see ... hope u are well :giverose::bye3:
     
  3. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #25124 Yanta, Mar 27, 2023
    Last edited: Mar 27, 2023
    It's getting harder and harder to avoid M$'s bloatware/telemetry products. First edgewebview to run games, now I need IE and Edge to run another game.

    Next I'm going to need to run Office 365 to toast some bread :)

    M$ must be paying off these game developers to use their garbage :(

    Damn it! Now I need to create a special image just for one person :mad:

    My Strategy would be to retain IE in the image and then deploy Enterprise Edge using an offline installer so I have better control over it. Not fond of copnsumer/retail installs.

    Is there anything I need to watch out for in terms of dependencies?
     
  4. Loxmox

    Loxmox MDL Novice

    Oct 23, 2020
    17
    7
    0
    It's not possible to install language packs directly from Settings > Time & language > Language & region after removing windows update, right?
    W11 22H2 22621.1413
     
  5. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    828
    402
    30
    @MSMG
    i use msmg toolkit to create an debloated ISO with sytem apps and apps removed. i do use windows update..
    created an ISO on saturday but faced an error when updating windows. it would update and install all updates except the CU. it gave me error it would not install the CU.
    on sunday i created one more ISO. and faced the same error. on 13.2 i didnt face this.. ill try to make one with 13.2 .
    here are the removed components.
     

    Attached Files:

  6. 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...
     
  7. 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?
     
  8. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    465
    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...
  9. 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?
     
  10. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #25133 Dark Vador, 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...
  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. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bala1

    bala1 MDL Member

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

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #25139 inTerActionVRI, Mar 27, 2023
    Last edited: Mar 27, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...