1. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Waiting for update before I work with 19044.1415 images.
     
  2. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,825
    2,426
    60
    ^ Meanwhile, I'm gonna be "stupid" and just use v12.0 on a 19044.1415 image. :)
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Even if there is no official support I do my tests.
    Most of the time everything goes well.

    When we think, "I will end up wasting time, because there is still no support for the new version." It is best to wait for the release of MSMG. But as he traveled to his land and we do not know when he returns.
    It is up to each one to decide for itself, use the available version.
    If you test and it's all ok, tell us here.

    As soon as I test I speak here. Now I'm downloading ... Testing tomorrow.

    Bad News: Mega.nz closed the repository account again.
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Oh shi.t. This is getting annoying.
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    yep bad news! ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    I just wanted to warn others who try to do the same thing as you. Not everyone has your experience and will know how to solve the problems that may arise by removing the scheduled tasks so thoroughly. When you say "Can be Removed" anyone who reads it might think there is no consequence to doing so.

    I personally wouldn't remove so many tasks in my OS of daily use and I think it's unnecessary but I think it's valid to test these things and in no way your post is useless :) this just isn't for everyone.

    But I know some people like to live dangerously and use the OS as barebone as possible :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    #21847 graver.x, Dec 15, 2021
    Last edited: Dec 15, 2021
    My friend, greetings! I tested Toollkit v11.9 (with TH v1.0.5508.0 Test) with build 22000.346 a long time ago.
    I was quite happy with the result. That's the system I'm using now.

    I will try to test now ToolkitHelper v1.0.5724.0 with build 22000.376
     
  8. Absolutely Fine Agreed :)
     
  9. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    Capture.JPG the mega link is broken :
     
  10. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    hi

    @inTerActionVRI


    have question about custom tweaks

    position 30 what are general tweaks ?
    position 18 Custom Disable Windows Update Tweaks ?
    position 4 Control Panel nConfigs and Settings for Fastest Windows ?
    position 5 Windows Explorer - Preferences and Policies ?

    can you please explain ?

    thanks
     
  11. Awesome Experience with LTSB 2016 . Removed Almost all Packages excluding only 11 required ones . No any data packet transmission to HOME via any way . Great Going More Then Awesome :D
    My package Removal List is Increased to 117 Packages Removal from Current Installed Online OS ;)
    Love to be with LTSB 2016 til i Use M$ OS ;)
    December 2021 LCU Update Went Flawlessly even hard tweaked OS thats so great ;)
     
  12. delft 1985

    delft 1985 MDL Novice

    Oct 20, 2021
    21
    12
    0
    Compiled assembly windows 11 build 22000.376 among the components to be removed was Microsoft Edge.
    After installing windows, after a while the Microsoft Edge Update was downloaded again.
    In the previous build 22000.348, everything was removed well ...
     
  13. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Can I run two instances of MSMG Toolkit?
     
  14. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    i would disable updates.

    Im actually making 376 wim now, will see how it works when i finish.
     
  15. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    why dont you try ? it looks like you can run two instances but i dont think those two instances will be able to work removing packages at the same time .
     
  16. | Absolutely Correct |
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    4. There are some configurations in the control panel that are desktop-related, and others that we do not have direct access (only by registry entries), which control: mouse response, keyboard response time, waiting time to kill processes , between others.
    Inside the code you can search for the following line:
    if "!T_ControlPanelnConfigsandSettingsforFastestWindows!" equ "+" (

    5. I like some Windows Explorer settings are always active. There it is, for example: Auto expands the directories tree to the current folder, activates the check box for files and folders, extensions view, display of hidden files without displaying system files, etc.
    Inside the code you can search for the following line:
    if "!T_WindowsExplorer_PreferencesandPolicies!" equ "+" (

    18. In this I disable Windows Update with a little more options modified, but I maintain the operation of MS Store.
    Inside the code you can search for the following lines: for both the official code block and the custom code block.
    if "!T_DisableWindowsUpdate!" equ "+" (
    if "!T_CustomDisableWindowsUpdateTweaks!" equ "+" (

    30. General Tweaks are some non-categorized tweaks that I was testing and adding, are more related to memory leak, telemetry, Disabled Prevent Device Metadata from Network (if enabled, the driver update does not work. OBS: I have to put this on In the driver part), NTFS Disable Encryption, Privacy Settings (disabling most standard unrestricted standard accesses of some apps), enable UAC and customization of Context Menus for PowerShell and WSL if they are present.
    Inside the code you can search for the following line:
    if "!T_GeneralTweaks!" equ "+" (



    It is not possible because if they are running DISM at the same time, this will break the 2 ISO customizations in which you are working.
     
  18. delft 1985

    delft 1985 MDL Novice

    Oct 20, 2021
    21
    12
    0
    Automatic updates have been disabled. Manual only.
     
  19. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    just tried Win11 22000376 used tweaked msmg toolkit. removed all packages apart from notepad photo viewer booted clicking on sound button taskbar doesnt work the same as date doesnt show. doing new iso without any tweaks will see if that one will work
    ther

    installed ver 376 win11, used custom msmg toolkit, removed everything apart from notepad, pic viewer, when i used custom tweaks not sure exactly which one i used after installing windows, sound button on the takbar didnt work just as calendar doesnt show up.
    other thing is that even defender and firewall is removed there's still remnant of defender in services after installation. in ver 376 if i disable that defender service using autoruns. notepad and start button stops working.
    is there any other way to disable defender in services ?
     
  20. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    I would advise against it after it didn't seem to work properly for me.