1. Mihoon-kun

    Mihoon-kun MDL Novice

    Sep 10, 2025
    3
    0
    0
    It's a shame, of course, to realize that there is no support for Windows 11 version 24H2.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    It's a shame? When the dev is MIA, what do you expect?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Mihoon-kun

    Mihoon-kun MDL Novice

    Sep 10, 2025
    3
    0
    0
    Sorry, I understand that.
     
  4. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    #27524 imlost2, Oct 8, 2025
    Last edited: Oct 9, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Jalihahali

    Jalihahali MDL Novice

    Aug 21, 2025
    1
    0
    0
    #27525 Jalihahali, Oct 13, 2025
    Last edited: Oct 13, 2025
    Still worth to use or do you guys prefer other programs?
     
  6. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    Not relevant for new versions of windows.
    I am using PowerShell 7.5.3
     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    For Windows 11, is there an offline script that does the same as the below menu choice in MSMG's ToolKit?
     
  8. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    #27528 Igor147, Oct 17, 2025
    Last edited: Oct 27, 2025
    That's what I did for myself. This script is for PowerShell
    # Монтирование реестра
    reg load 'HKLM\TK_SOFTWARE' 'C:\Image\Mount\Windows\System32\Config\SOFTWARE'
    Copy-Item 'C:\Image\Mount\Users\Default\NTUSER.DAT' -Destination 'C:\Image\TempReg\DefaultUser.dat' -Force
    reg load 'HKLM\TK_NTUSER' 'C:\Image\TempReg\DefaultUser.dat'

    # Отключение предустановленных приложений
    reg add 'HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' /v 'OemPreInstalledAppsEnabled' /t REG_DWORD /d 0 /f >nul 2>&1
    reg add 'HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' /v 'PreInstalledAppsEnabled' /t REG_DWORD /d 0 /f >nul 2>&1
    reg add 'HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' /v 'SilentInstalledAppsEnabled' /t REG_DWORD /d 0 /f >nul 2>&1

    # Отключение Windows Consumer Features
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d "1" /f >nul 2>&1

    # Настройка пустых плиток в меню Пуск
    $regPath = "Registry::HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start"
    if (-not (Test-Path $regPath)) {
    New-Item -Path $regPath -Force | Out-Null
    }
    Set-ItemProperty -Path $regPath -Name "ConfigureStartPins" -Value '{"pinnedList": [{}]}'

    reg add 'HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start' /v 'ConfigureStartPins_ProviderSet' /t REG_DWORD /d 0 /f >nul 2>&1

    # Отмонтирование реестра
    reg unload 'HKLM\TK_SOFTWARE'
    reg unload 'HKLM\TK_NTUSER'

    # Копирование отредактированного NTUSER.DAT обратно в образ
    Copy-Item 'C:\Image\TempReg\DefaultUser.dat' -Destination 'C:\Image\Mount\Users\Default\NTUSER.DAT' -Force

    All of this can be disabled in group policies.
     

    Attached Files:

  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Yes, but you're helping with testing, and I haven't released the new version yet.

    But we're on our way to releasing it.

    I'll let you know when it's OK!

    The version that is available in my signature (visible in the desktop version of the forum) is from last year.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Anyone still using WIndows 10? 21H2 LTSC?
    Tried applying the november 2025 cumulative update?

    I get an error 0x80073713 - The image is not servieable and may be corrupted. Discard the image and try again

    Using MSMG toolkit 13.7. Yes, I know that toolkits last supported version was 4291.
    I'm using a clean unmodified 19044-1288 ISO as my source.

    I tried it outside the toolkit, just using DISM /add-package and the error is of course the same.

    Anyway around this?
     
  12. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    MSMG doesnt support that version so go back to an older ISO and service that one instead
    if the error persists even outside MSMG with the older ISO, its the ISO, RAM or disk that fault. Check SHA1
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #27534 Yanta, Nov 13, 2025
    Last edited: Nov 13, 2025
    Thanks for getting back to me.

    The ISO and the CU are good. Been using the ISO for years. Since 1288 came out
    .
    The toolkit DOES service 19044.1288
    From the changelog.txt file...
    Code:
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client Enterprise LTSC 2021 (v10.0.19044.1288/v10.0.19044.4291 [KB5036892]) Source OS.
    
    Yes, I know that toolkit doesn't allegedly "support" CUs past 4291, but it has been working anyway. The only mention of the CU in the code is at line 2616
    Code:
    if "%ImageServicePackBuild%" equ "4291" set "IsCustomRemovalBuild=Yes"
    
    Which is completely irrelevant because I am servicing a supported 19044.1288 ISO.

    And we can tell 1288 is supported from line 2614
    Code:
    if "%ImageFlag%" equ "EnterpriseS" if "%ImageServicePackBuild%" equ "1288" set "IsCustomRemovalBuild=Yes"
    
    Any way, getting off topic. The question was why is DISM reporting that the image (install.wim), is not servicable?

    The Oct 2025 CU worked (19044.6456), with zero issues. My current windows installataion was created using the toolkit kit with 19044.6456.

    Whether supported or not the toolkit has been happily integrating the CUs since 13.7 and all functions of the toolkit including removal work as expected.
    Besides, all I am trying to do is to integrate the CU.

    So I gather the toolkithelper.exe must use the CU number (perhaps for the component based servicing registry keys for the various packages?

    for example;
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages
    
    And package files seem to be getting removed.

    I'm at a loss as to why you would think my RAM or DISK is at fault just for this CU?
    But I tried it on another computer anyway and the results are the same.

    @shhnedo not sure what I'm looking for on the post you linked. Can you give me some contexxt?
     
  14. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    Updates since November Patch Tuesday will need ESU Suppressor in order to integrate them. The issue isn't in your iso or the updates themselves, it's the lack of esu suppressor, esu updates can't be integrated without it. W10UI script already utilizes esu suppressor. @abbodi1406 even made BypassESU X for cases such as this. See ReadMe file for detailed instructions.
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Strange, since it is an LTSC ISO, and LTSC is not ESU, but regular updates. But, hey, MS might have screwed up there, again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #27537 Yanta, Nov 13, 2025
    Last edited: Nov 14, 2025
    My thoughts exactly. I read some stuff on WindowsForum and massgrave and neither suggested anything like needing and ESU Suppressor. "If it's LTSC updates are supports to 2027 for lTSC and 2032 for IoT LTSC".

    I wouldn't have guessed LTSC updates are ESU updates. I thought that applied only to Home and Pro, not Enterprise.

    Any way, I'll have a look at ESU Suppressor and see what gives.

    thanks.
     
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Yeah, but MS are the same ones that displayed "Out of support" messages in LTSC WU and only recently corrected that (for x64 at least).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    I'm sorry if my question comes accorss as Naive. I was unaware that EditionID was the only method M$ uses to verify what is installed. I honestly thought it was more complicated than that.
    But my question was not meant to be cynical or to sound "entitled" which seems to be how I've come accross.

    So then if LTSC and IoT LTSC are supported until 2027 and 2032 respectively how does one get updates?
    And apply them "offline"?
    Also, correct me if I'm wrong but don't CUs reinstall everything that the toolkit removes?

    I'm sorry to have wasted your time.