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

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

  1. b0unty

    b0unty MDL Junior Member

    Feb 28, 2012
    67
    75
    0
    #2041 b0unty, Oct 4, 2024
    Last edited: Oct 4, 2024
    yes it's another way to do :D
    easiest way to do
     
  2. IXMas

    IXMas MDL Senior Member

    Mar 7, 2021
    259
    239
    10
    Specifies the BitLocker status during upgrades.
    try this way setup.exe /BitLocker AlwaysSuspend

    AlwaysSuspend = BitLocker is always suspended during an upgrade.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    Ltsc iot or ltsc are not avaible on uup dump !

    On uup dump iot are similar to standard enterprise with windows store !"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,665
    103,464
    450
    #2044 Enthousiast, Oct 4, 2024
    Last edited: Oct 4, 2024
    (OP)
    please read first and understand next and then reply, the script can create IoT Enterprise 2024 LTSC when you feed it Enterprise 2024 LTSC in the desired language...

    Or just do it manually:

    Code:
    Dism /mount-wim /wimfile:install.wim /index:1 /mountdir:c:\mount
    Dism /Image:C:\Mount /Set-Edition:IoTEnterpriseS /channel:retail
    Dism /Unmount-Image /MountDir:C:\Mount /Commit
    
    and next (imagex is needed or wimlib imagex, this example is for imagex):
    Code:
    imagex.exe /flags "IoTEnterpriseS" /info "install.wim" 1 "IoT Enterprise 2024 LTSC" "IoT Enterprise 2024 LTSC"
     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,862
    1,521
    60
    He never said it was, he said use create_virtual_editions.cmd with the ltsc iso
     
  6. Giacomino1968

    Giacomino1968 MDL Senior Member

    Feb 23, 2023
    252
    127
    10
    I"m not sure this method is working for virtualbox...
    I meant real OS.
     
  7. Suraj kiran Rathod

    Suraj kiran Rathod MDL Novice

    Jan 4, 2019
    1
    0
    0
    #2047 Suraj kiran Rathod, Oct 5, 2024
    Last edited: Oct 5, 2024
    Deleted
     
  8. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,166
    60
    it absolutely doesn't matter

    LpCab's are broken in 26100, LXP is the real non-invasive way
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    168
    93
    10
    How to get Windows 11 IoT Enterprise LTSC hr-hr iso?
     
  10. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,166
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Fener

    Fener MDL Novice

    Oct 23, 2009
    2
    0
    0
    Hi! Is it possible to upgrade from windows 10 iot enterprise ltsc 21H2 (build 19044.4894) to windows 11 iot enterprise ltsc without data loss?
     
  12. aab_

    aab_ MDL Member

    Jun 20, 2021
    114
    93
    10
    No you need a fresh install
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,166
    60
    don't think so, all upgrades are possible with correct language and upgrade matrix

    I use both, no single issue
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    571
    95
    30
    #2056 pp03, Oct 5, 2024
    Last edited by a moderator: Oct 5, 2024
    @Enthousiast

    please update op with 26100.1742 eval links and fix description from 2021 to 2024
     
  15. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    576
    267
    30
  16. alexandros88

    alexandros88 MDL Novice

    Jul 31, 2019
    1
    2
    0
    I tryied and work ok, everything at its place, installed startallback cause win 11 start sucks
     
  17. b0unty

    b0unty MDL Junior Member

    Feb 28, 2012
    67
    75
    0
  18. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    576
    267
    30
    There are several methods other than this simple command.
    I have only shown one of them.
    It is a matter of choice. :D