Ok no comments .

    Take care of yourself & stay blessed
     
  1. adric

    adric MDL Expert

    Jul 30, 2009
    1,249
    1,324
    60
    I forgot about this and maybe others too previously on LTSB, but the huge space difference in my case was due to the new reserved space feature which is now implemented in LTSC 2021. Back to normal after disabling.
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager]
    "ShippedWithReserves"=dword:00000000
    
     
  2. quad

    quad MDL Junior Member

    Dec 9, 2008
    94
    163
    0
    From the first page:

    I have this:

    it-it_windows_10_enterprise_ltsc_2021_x64_dvd_0c1aa034.iso

    With the command:

    [DISM /Get-WimInfo /WimFile:f:\sources\install.wim /index:1]

    I have:

    Versione : 10.0.19041
    Build Service Pack : 1288

    It's normal?

    Thank.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,655
    340
    Yes,

    all install.wim (version 2004, 20H2, 21H1, 21H2) are 19041
     
  4. quad

    quad MDL Junior Member

    Dec 9, 2008
    94
    163
    0
    Thank :oops:
     
  5. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. superciliousdude

    superciliousdude MDL Novice

    Dec 21, 2012
    27
    14
    0
    Any idea how I can add the wireless display receiver capability to LTSC 2021? It does not show up
    Code:
    dism /online /get-capabilities
    On non-LTSC 21H2 builds, it can be enabled with:
    Code:
    dism /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
    I tried to add the following packages from regular 21H2 builds to an LTSC image:
    Code:
    Microsoft-OneCore-Multimedia-CastingCommon-Package
    Microsoft-OneCore-Multimedia-CastingCommon-WOW64-Package
    Microsoft-OneCore-Multimedia-CastingReceiver-Media-Package
    Microsoft-OneCore-Multimedia-CastingReceiver-Media-WOW64-Package
    
    as well as the en-US locales for those packages also of course, but it still doesn't change the capabilities list.

    In earlier version like LTSC 2019, the "Connect" app was a simply a package rather than a capability so the old technique doesn't work to transplant it. Any ideas?
     
  8. Capabilities depends Upon Windows Features ====> if we disable any windows feature & want to remove its package then we have to remove the same capability [Package] belongs to same feature.
     
  9. jacqlittle

    jacqlittle MDL Junior Member

    Jul 17, 2010
    66
    13
    0
    Sorry, I thought there was an N version of IoT LTSC as well.
     
  10. superciliousdude

    superciliousdude MDL Novice

    Dec 21, 2012
    27
    14
    0
    I'm trying to add a capability to LTSC rather than remove it. Adding the corresponding packages does not add to the capabilities list.
     
  11. MaveRick23

    MaveRick23 MDL Member

    Apr 13, 2013
    229
    15
    10
    congratulations finally it's release :)

    What's differences from 2019? Hope not only Edge browser :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Just be online while you want to try add windows oprional feature to your ltsc . be sure you havent done any GPO block to any of your system resources. then it will be good to go.
     
  13. superciliousdude

    superciliousdude MDL Novice

    Dec 21, 2012
    27
    14
    0
    You misunderstand. The capability I am trying to add does not exist. The goal is to transplant this capability from regular 21H2 to LTSC.
     
    ok means you are trying to add an windows optional feature on LTSC 2019 | you somehow captured that package from LTSC 2021 & want to install it on unsupported LTSC 2019.
    if its that . i am sorry cant help .