1. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    I would just like to report that 10.9 works flawlessly with 19042.662

    DISM threw me some errors as noted in an earlier post but it seems to be some kind of ghost bug as everything it working as intended.
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    You can adapt the script to use the Toolkit folder structure, especially the BIN folder, because @MSMG Keeps Binaries always up to date. However, I don't know if the W8.1 Binaries are compatible for W7, but there is the detail of that W10 Boot patch for W7 to deal with some recent Hardware. Which, if I'm not mistaken, lets you deal with Windows 7 images with the Windows 10 version of DISM.

    Add new paths for the executables that you will place inside the BIN folder (SmartFix.exe UpdatePack7R2-20.x.xx), Custom, Drivers, etc.

    And, run the script inside the Toolkit folder with a modified start file to start your script with NSudo TrustedInstaller.

    I find it easier to maintain how @Enthousiast is maintaining it.
    The operating dynamics are already well structured and everyone who follows is familiar with the method.
    But everyone who wants to implement something is welcome to offer their ideas. Make your suggestion. Unless he wants to do a Merge, I already thought about making a fork, with some of my modifications, but what I wanted to do was put all the scripts in one, he started doing AIO, I haven't followed since September. And at the moment, I'm focused on CustomToolkit. Maybe I'll try to merge some parts, I won't promise because there is a lot to learn. But my idea is to make the Script handle x86 and x64 and implement the delete index system to work with Single Indexes, so everything would be in just 1 script, I started but I didn't finish this work.
    I didn't even talk to him about it, but he's going to read it here because I mentioned him.

    Kind regards, Enthousiast!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. utils

    utils MDL Novice

    Jun 1, 2011
    6
    1
    0
    .NET cannot be added to Win8.1 after updates which are intended to apply to it. It MUST be added in step D. Step K should be removed.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    The problem is that my tool is a learning process for me, but because of demands way over my head it already has become to "coded" for newbes or me to easily edit it, the one who you replied to can simply run simplix bat (examples can be found on the updatepack thread OP) on the boot.wim and install.wim and put them in the MSMG sources folder to do whatever he wants to do to it. Or first use MSMG toolkit and next use the bat files to run the updatepacks on it.

    I could easily make it handle x64 and x86 but i am still developing some stuff that makes it a bit complicated to code atm, i will get a brain fart and continue it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. pawlakbest

    pawlakbest MDL Novice

    Feb 22, 2011
    15
    1
    0
    Hello,
    I'm still having error with installing KB4586781 as I used v10.8. I also can't install KB4586853 but I don't know if its related to the EdgeChromium. The fix you provided with copying the files from original image still gives me error. Is there another way to fix this or do I need to reinstall whole windows ?
     
  6. KFeri

    KFeri MDL Novice

    May 31, 2013
    42
    10
    0
    HI,

    Well, it became very, very slow
    the tasks performed in the delete menu will be completed after waiting 4-5 minutes for the toolkit (Toolkit)
    Windos 10 Pro X64 (ENG) 1909-18363.1198 en-GB (I integrated this with NtLite)
    virus protection completely fired!

    "Information: OS Version=10.0.18363, Running architecture=amd64, Number of processors=8"
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Checked with Simplix update pack site, though it supports integration to offline images but it doesn't support already mounted images.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Did you integrate the stuffs before the component removal and for component removal you need to have the supported LCU integrated.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For removal using the ToolkitHelper method yes you need to have supported LCU.


     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    What components did you remove and the source image used?

    AADBrokerPlugin is required for Microsoft Account login.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If .NET 35 is integrated before then you can't perform the Image Cleanup.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Prepare an image with same LCU but don't remove the components.

    Then mount the image to a folder c:\mount

    Then run the below commands
    Code:
    Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\mount
    sfc /scannow
    
    Then restart and try to update with the new CU.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    He is using v10.9 which does the rebuilding when Apply-Save is chosen.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes due to code protection added to the Toolkit's removal program it takes time to process the removal, trying to minimize the time by optimizing the code in future version.

    You can use the Remove using Package List method to remove the required components at once it will be much faster.


    Known Issues:
    =============

    - Using Toolkit with Antivirus Programs enabled can affect the Toolkit's operations.
    - Toolkit's ToolkitHelper.exe may be flagged as a Virus/Trojan/Malware Program, don't worry it's just a false positive sign.

     
  15. pawlakbest

    pawlakbest MDL Novice

    Feb 22, 2011
    15
    1
    0
    Does repairing Windows image with clean image(without removing components) will reinstall fuctions(like Windows Store) that I removed with toolkit ?
     
  16. quakze

    quakze MDL Junior Member

    Dec 15, 2011
    74
    16
    0
    Directx9 and dart then removed all components except essentials.
     
  17. quakze

    quakze MDL Junior Member

    Dec 15, 2011
    74
    16
    0
    * Merged the Feature "Rebuild Source Images" with "Apply & Save Changes to the Source Images" Feature in Toolkit 10.9