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
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.
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?
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.
I'm trying to add a capability to LTSC rather than remove it. Adding the corresponding packages does not add to the capabilities list.
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.
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 .