1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have updated the Edge Chromium Pack for Toolkit to v81.0.416.64.

    Do test and let me know the results.
     
  2. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    edge for windows 7 not supported anymore?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No still the W7/W81 packs haven't been prepared yet, for W7/W81 the Edge MSI installer are not working on these platforms and so it requires the online installer to install them.

    On my newly built Working PC theirs no internet connection due to lack of WIFI card and since there is a lock down here in my country, can't buy the non-essential things right now.

    Though the new PC has a Ethernet port and I do have a lengthy Ethernet cable but I don't have the RJ-45 jacks to crimp the cable.

    Will try to make the pack soon as possible.

     
  4. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    Which ToolKit version should I use for Windows 10 v1803 x64 and which latest version of CU is supported for components removal?
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG

    Yes, It was exactly what I had done, but with a different name from the file "DTP.reg", but the content was exactly the same .. !!

    Could you teach me the commands of the other method, pls..??
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For removal use the old one v8.8 and for other tasks use the latest one.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    1) Create a folder named test and copy the NSudo, install.wim and the registry file.

    2) As said in earlier post, do open the NSudo, set the settings and open the command prompt.

    3) In the command prompt, run the below commands

    Code:
    md mount
    Dism /Mount-Image /ImageFile:install.wim /Index:2 /MountDir:Mount
    
    Note: Do change the Index number from 2 to whatever index you want.

    4) Open the registry file with notepad and replace all occurrences of

    HKEY_LOCAL_MACHINE\SOFTWARE

    To

    HKEY_LOCAL_MACHINE\TK_SOFTWARE

    5) Save the registry file.

    6) Run the below commands

    Code:
    reg load HKLM\TK_SOFTWARE mount\windows\system32\config\software
    reg import DTP.reg
    reg unload HKLM\TK_SOFTWARE
    
    Code:
    Dism /UnMount-Image /MountDir:Mount /Commit
    

     
  8. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG , thank you so much. Works fine for me..!!
     
  9. majid00

    majid00 MDL Novice

    May 26, 2018
    3
    0
    0
    hi there,
    parden me my slowness, but is the version of msmg toolkit that will remove system apps etc for windows 10 2004 released yet or will it be released later?
    also if it is not released would it be possible for you msmg to post a link when it is that is to say post a link in the message when enforming us that it has been released?
    thanks for your hard work stay safe please?
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Since You have already tried without the packs and other customization and got the SFC errors, I did only removed the components directly using the ToolKitHelper.exe and did no other steps.

    Tomorrow new version will be available do test with it and let me know how it works.

     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Nice one @MSMG I look forward to doing a little more testing - anything that help you improve this tool should be encouraged.
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Tomorrow it will be released and informed in the same thread here and also the download link will be the same as specified in the first post.

     
  13. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    I created an image with CU KB4549951 build 18363.778, after the installation , Windows Update proposed me to install the CU KB4550945, all right.

    I created another image with the latest CU KB4550945 build 18363.815 inside, after the installation, windows update proposed and installed the latest CU again, very strange.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Depends, if you enabled/added dotnetfx35 or another feature after integrating the CU, then WU will re-offer the CU to update the enabled/added files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    You're right, the intel chipset drivers required dotnet3.5 to install them.

    I guess I can install dotnetfx35 through the folder packs\NetFX35.
    Will I have to do this before or after the WHD updates ?

    The updates applied via the WHD folder are:
    4537572 NetCumulative
    4537759 FlashPlayer
    4552152 ServicingStack
    4550945 Cumulative

    Thanks for your precious reply.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Enabling dotnetfx35 before integrating the CU would avoid that the CU is re-offered on WU.

    Personally i only use W10UI for offline enabling .net35 and integrating the updates, but my suggestion should work with MSMG toolkit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    For 1803,use 8.8
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...