1. kamiloxf

    kamiloxf MDL Novice

    Feb 2, 2016
    5
    2
    0
    @MSMG Would you be able to upload the En-US language pack as it was once available on the MSMG Toolkit project page on MEGA.nz for download? For Windows 10 21H2 19044.XXXX
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Thanks, well the issue is not about the file hosting, it's about the website hosting, will be resolved soon.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Sorry I have stopped uploading MS copyright material to avoid DMCA notice and take down of files.
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,160
    5,975
    150
    the last time, where files were not available. it was DMCA REQ from MS?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Have uploaded updated Toolkit.cmd and ToolKitHelper.exe

    Code:
    Name: Toolkit.cmd
    Size: 1355609 bytes (1323 KB)
    SHA1: f9d7e01f3a8e7025c90691a09373c5857950de67
    
    Name: ToolKitHelper.exe
    Size: 12368384 bytes (11 MB)
    SHA1: 4eef32c4fed684a2ca9b6eae00c8d8a49de3b105
    
    Name: ToolKitHelper_Preview.exe
    Size: 12422656 bytes (11 MB)
    SHA1: f418bfc22db77015c1b13900b252be221630f1ab
    
    Name: README.txt
    Size: 50399 bytes (49 KB)
    SHA1: b396c15c93f066fc66d8d9f6f2db979bbbf9d7ba
    
    Will upload Toolkit v12.3 after coming Patch Tuesday update.


    ToolKitHelper.exe supports removal of

    v10.0.17763.1 & v10.0.17763.2928
    v10.0.18362.1 & v10.0.1836x.2274
    v10.0.19041.1 & v10.0.1904x.1706
    v10.0.22000.1 & v10.0.22000.675
    v10.0.22621.1

    ToolKitHelper_Preview.exe supports removal of

    v10.0.17763.1 & v10.0.17763.2989
    v10.0.18362.1 & v10.0.1836x.2274
    v10.0.19041.1 & v10.0.1904x.1741
    v10.0.22000.1 & v10.0.22000.708
    v10.0.22621.1 & v10.0.22621.4
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Twice uploaded on MEGA site was removed by MEGA due to DMCA take down and the MEGA removes the content or terminates the account only when the copyright holder issues the DMCA.

    This time files uploaded on Mediafire site contains only custom packs, lets hope it's not removed.
     
  7. 18koko

    18koko MDL Novice

    Apr 18, 2021
    14
    1
    0
    I'm trying to debloat latest windows 11 from uupdump but in the Remove Menu, the Remove Windows Components seems to be missing. How can I remove windows components manually like before?
     
  8. kamiloxf

    kamiloxf MDL Novice

    Feb 2, 2016
    5
    2
    0
    @MSMG Could you put the en-us language package on some temporary hosting I will download and have it on my disk or specify where I can get such packages for 21H2?
     
  9. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    @MSMG

    In Windows 11 22621.4 4 apps were added.
    Code:
    MicrosoftCorporationII.MicrosoftFamily                                 MicrosoftCorporationII.MicrosoftFamily_0.1.28.0_x64__8wekyb3d8bbwe
    MicrosoftCorporationII.QuickAssist                                       MicrosoftCorporationII.QuickAssist_2.0.5.0_x64__8wekyb3d8bbwe
    Microsoft.HEVCVideoExtension                                            Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe
    Clipchamp.Clipchamp                                                            Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt
    
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes Clipchamp, HEVCVideoExtension and QuickAssist Apps are removed.

    The Microsoft Family App is not present in either the official preview ISO or ESDs, it's only add with UUP.
     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Have you thought about using 7-Zip to both password protect the archive and encrypt the file names? Each time you upload a file, provide a password in the post. For example, if you uploaded today, the password could be MSMG11062022.
     
  12. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    @MSMG,

    As the optimized WinRE is already in the correct location within the DefaultIndexNo, and is not being moved to Temp.
    This change has to be made so that the copy of WinRE to other indexes works.
    Code:
        %WimLibImagex% optimize "%InstallMount%\%DefaultIndexNo%\%WinReWim%"
        echo.
        copy /y "%InstallMount%\%DefaultIndexNo%\%WinReWim%" "%Temp%\rebuild.wim"
    )
    :: Saving & Un-Mounting Source Install & Recovery Images
    for /l %%i in (1, 1, %ImageCount%) do (
        if exist "%InstallMount%\%%i" (
            if "%IsRecoveryImageSelected%" equ "Yes" (
                echo.-------------------------------------------------------------------------------
                echo.Copying Winre.wim file to [Install.wim, Index : %%i] Image...
                echo.-------------------------------------------------------------------------------
                copy /y "%Temp%\rebuild.wim" "%InstallMount%\%%i\%WinReWim%"
                echo.
            )
    
            echo.-------------------------------------------------------------------------------
            echo.Applying Changes ^& Un-Mounting [Install.wim, Index : %%i] Image...
            echo.-------------------------------------------------------------------------------
            call :UnMountImage "%InstallMount%\%%i", "Commit"
            call :RemoveFolder "%InstallMount%\%%i"
        )
    )
    
    call :RemoveFile "%Temp%\rebuild.wim" >nul
    
    :: Re-Building Source Install Image with Maximum Compression.
    
    This case of WinRE is the only one, in which the optimize command needs a copy of optimized image to the temp.
     
  14. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    @MSMG
    The LiveCaptions and VoiceAccess apps that are present in the Accessibility menu on have not yet been removed, even after the new ToolKitHelper_Preview update that meets the prerequisites of build v10.0.22621.4

    and you can't remove MicrosoftWindows.Client.CBS_cw5n1h2txyewy because it has many other applications inside it that are needed

    And now how to do it ??
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bala1

    bala1 MDL Member

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

    lurkingaroundagain MDL Novice

    Oct 14, 2021
    7
    0
    0
    Updated to 2262.4 after running it through the toolkit and I still get this error with svchost.exe, I tried sfc /scannow and Dism /Online /Cleanup-Image /RestoreHealth but will get the error when using a program like OBS. Anyone else get this error?
     
  17. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    I have already had errors of this type when disabling services, to use OBS you must keep CapturePicker, but that did not prevent the application from starting.
     
  18. OpenSourceGhost

    OpenSourceGhost MDL Member

    Feb 14, 2022
    170
    24
    10
    Does ToolkitHelper_Preview.exe have to be renamed to ToolkitHelper.exe to work on newer builds?