1. ezgera

    ezgera MDL Novice

    Dec 25, 2019
    36
    2
    0
    went back to MSMG 11.8
    everything is perfect, 0 issues
    i may miss some new features that V13.4 offers but its not a pleasant experience for me yet

    my windows is clean and perfect, boot and load in 19s, latency is really low and stable, very responsive
    overall am happy with any MSMG , am looking forward to use the new MSMG when its out of issues like i experienced.

    upload_2023-7-15_14-37-30.png
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #25902 inTerActionVRI, Jul 15, 2023
    Last edited: Jul 15, 2023
    @MSMG,

    this:
    Code:
    if /i "!MenuChoice!" equ "" goto :ApplyTweaksMenu
    
    shoud be this:
    Code:
    if "%Tweak%" equ "" goto :ApplyTweaksMenu
    
    Because if MenuChoice is filled with any value other than the available options, it will still pass.

    But as Tweak is reset to empty each time you return to the menu, it will only pass when Tweak is set to a valid value.
     
  3. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    #25904 JeepWillys58, Jul 15, 2023
    Last edited: Jul 15, 2023
    Hi dear friend @ezgera ,

    I also experienced a similar problem that showed me an output similar to the one you posted, but the problem was not in the Toolkit but in the iso that I had downloaded from uupdump, I discovered that the error, in my case, was because I modified the "CustomAppsList.txt" file to exclude, when creating the ISO, the apps that I consider to be bloatware and that I didn't want to be installed even in a normal installation without going through the Toolkit and the error occurred because when using the toolkit's removal menu , the same apps had already been previously made by me from the base ISO that I was using, so the toolkit could not find them to uninstall, consequently returning the error referred to these components that were pre-removed in the creation of the image used.

    Tookit-13.4-bug.png

    See if you are not selecting something in the Toolkit that you previously removed when creating the image, as I did, maybe this is the reason for the error in customizing the image in the Toolkit.

    PS_1: I didn't even report this error, because in reality it was caused by me, after all I removed a component in ISO creation and tried to remove it again in Toolkit...

    PS_2: I always remove almost all the apps already in the creation of the iso, using the custom "CustomAppsList.txt" and the "ConvertConfig.ini" and assigning them the system, hidden and read-only attributes, as well as the downloadable executable and UUPDUMP iso creation can't overwrite them by adding what I don't want to the iso.

    I will let the files that I use here too, if you want to use it. To change the attributes, I use "Attribute Changer", just delete the .txt extension from ConvertConfig.ini to be able to use it after unpacking the uupdump file to a folder.

    upload_2023-7-15_19-14-26.png

    CustomAppsList.txt
    ConvertConfig.ini.txt
    Regards.

    @JeepWillys58
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
  5. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    if I'm not wrong CustomAppsList option is meant for builds 22563 and later, not for Windows 10 OS which he is using.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi my dear friend @MSMG

    First, so that all is well with you and all yours too...

    Sorry to ask, but the new version is avaliable to test :beta:
     
    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
    Keep an eye on the download.ru, mediafire and gdrive repositories. :mml:

    If you put pressure on the developer, it takes longer for the release to come out.:p
     
  8. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    Did you read the README? Is recommended use short paths for the toolkit and I got same issue and I get a ISO working
     
  9. tempdrive1

    tempdrive1 MDL Member

    Aug 29, 2021
    103
    135
    10
    #25911 tempdrive1, Jul 18, 2023
    Last edited: Jul 18, 2023

    Attached Files:

    • SSU.png
      SSU.png
      File size:
      64 KB
      Views:
      15
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    What do you mean here?

    I assume that you have downloaded an ISO from UUPdump with the AddUpdated option disabled by setting the value 0 in the "ConvertConfig.ini" file.
    This would generate an ISO 22621.1 that is compatible with the Toolkit.

    If that's not what you did. Please, do it. This ensures compatibility with removing components after integrating updates through the Toolkit.
     
  11. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    downloaded iso from uupdump and clicked on include updates, using toolkit i disabled windows updates so no updates were isnatlled after i installed windows. i also didnt use dism to install any updates.
    my winver is 22621.1778
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    So you are working with the toolkit on an unsupported build.

    With this information, you can now correct and check if the problem will continue or not.
    Most likely not.

     
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30