[DISCUSSION] Windows 11 Enterprise/IoT Enterprise (N) LTSC 2024 (24H2 / 26100.x)

Discussion in 'Windows 11' started by Enthousiast, Apr 26, 2024.

  1. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    479
    252
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Ulti P. Uszer

    Ulti P. Uszer MDL Member

    Sep 18, 2019
    235
    82
    10
    I have always wondered how similar Education and LTSC are, also why do you like Education?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Hasefroch

    Hasefroch MDL Addicted

    Dec 24, 2018
    591
    495
    30
    I think Education is more like Enterprise (not LTSC), but is activatable with HWID form the beginning, also is available on the Consumer ISO (downloadable officially from MS) In the past there were more differences like Cortana not available but this were in 2016. In term of support Enterprise and Education and IOT are the same, longer than Home and Pro and Workstation. Do not confuse with Pro Education which (I think) is a Pro version with a special license (actually inferior to regular Education) and support date is the same of Home and Pro
     
  4. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    clean install .1742 n eval - same "why my pc restart" screen as 19044 (solution: unattend.xml)
     
  5. cbsvitzer

    cbsvitzer MDL Senior Member

    Feb 4, 2010
    257
    176
    10
    #2085 cbsvitzer, Oct 7, 2024
    Last edited: Oct 7, 2024
    Thanks a million:)
    You nailed the problem.
    I downloaded the german version of server 26100, installed the danish language pack with PowerShell and removed the german packets with DISM
    It went perfectly
    I simply cannot understand, how MS can release official OEM-images with faulty en-US language packs
     
  6. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    586
    218
    30
    How to get Dolby Codecs on IoT 24h2 (since Microsoft have removed it)?
    If is a upgrade (Microsoft words), the codecs will be preserved...
    So, My question is, how to get these codecs in the case of a clean install?

    Thanks beforehand
     
  7. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    586
    218
    30
    Microsoft, since Windows 8, starting to do things and release it without proper finishing and testing it properly. MDL itself is a witness of how hard is being with MS products... I don't believe that the company will do anything in favor of the customers and users...
     
  8. cr0

    cr0 MDL Novice

    Aug 3, 2017
    10
    2
    0
    So the LTSC version is 100% officially released then? Any stability issues?
     
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    #2089 endbase, Oct 7, 2024
    Last edited: Oct 7, 2024
    Gaming wise crashes of multiple games not yet fixed

    ps as OS it's stable
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. patapout

    patapout MDL Member

    Jun 23, 2014
    232
    130
    10
    I did those lines but I've wrote "volume" instead of "retail" on /channel.
    Will it be correct or it's important to write "retail". ?
    As result for now , my iot ltsc 2024 fr-FR is installed , updated...
    Just to be sure !
    Tia
     
  11. cr0

    cr0 MDL Novice

    Aug 3, 2017
    10
    2
    0
    Because of anticheat? :/

    I'm thinking about getting the latest official LTSC release from OCT.. :S
     
  12. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    Also and random crashes with multiple games not realy GA ready ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. cr0

    cr0 MDL Novice

    Aug 3, 2017
    10
    2
    0
    Which games if you don't mind asking?
     
  14. Gadget-Man

    Gadget-Man MDL Junior Member

    Jan 8, 2016
    52
    18
    0
    Is it possible to remove both windows defender and edge from Windows 11 IoT Enterprise LTSC 2024.

    I know edge is baked in as apposed to the non IoT version but just wondered if there was a technique.
     
  15. bear_aussie

    bear_aussie MDL Senior Member

    Jun 8, 2015
    276
    305
    10
    type
    Code:
    dism /online /add-capability /capabilityname:WMIC~~~~
    in2 admin commandline
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    Fortnite and Star wars outlaws on my system and more games reported on the net
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. andom

    andom MDL Novice

    Jun 21, 2015
    42
    62
    0
    Edge can uninstalled via "Installed Apps" menu on an online image by editing IntegratedServicesRegionPolicySet.json and tricking the system into thinking you are part of EEA compliant country. This requires some fiddling with NTFS security permissions to be able to modify that file however, and you have to reboot before it recognizes the change.

    There are also some more drastic powershell scripts that can just forcefully delete Edge as well (thought leaving behind registry entries etc.). There is way to purge Edge completely in an offline image before installation, but this servicing option is not documented.
     
  18. rayman95

    rayman95 MDL Senior Member

    Oct 3, 2018
    419
    289
    10
    #2098 rayman95, Oct 7, 2024
    Last edited: Oct 7, 2024
    del
     
  19. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    I used this method and it worked fine.
    There is only one minor issue: If you set Autostart=1 and set "AutoEditions=IoTEnterprise" the script does not create the requested IoT iso, instead it exits with the message "source already contains requested editions" or something along these lines.

    Cheers.