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

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

  1. Rocky420

    Rocky420 MDL Novice

    Dec 13, 2009
    39
    2
    0
    Hi I want to upgrade from LTSC 2021 and RAM/TPM not a problem but I got only 32GB available space. After performing in place upgrade setup notified about 64 GB storage requirements and can't continue. How do I bypass this? Thanks.
     
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,450
    2,641
    120
    Use @Enthousiast bypass or convert ltsc to iot ltsc
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,325
    91,568
    340
    Code:
    (Get-ChildItem Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications).PSChildName | ForEach-Object { $_.Substring(0, $_.IndexOf('_')) + $_.Substring($_.LastIndexOf('_')) } | Out-GridView -wait
    or this will probably suffice for online os
    Code:
    (Get-AppxPackage -AllUsers).PackageFamilyName
     
  4. markokk888

    markokk888 MDL Senior Member

    Aug 13, 2012
    294
    67
    10
    is you running on win7 or its just a aero theme ?
     
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,834
    7,858
    210
    VirtualBox 5.2.45 on Windows 7 SP1.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. lomticksoftoast

    lomticksoftoast MDL Member

    Nov 12, 2009
    197
    149
    10
    #2346 lomticksoftoast, Nov 1, 2024
    Last edited: Nov 1, 2024
    Thank you! Who would have thought the CMDShell GOAT is also a PowerShell ninja!!:animatedfear:

    The first more complex code is perfect for the Inbox key (System apps)
    The second simple code gathers it all up, Inbox & Deprovision keys and UWPs. Super comprehensive. Very cool.
     
  7. dabour

    dabour MDL Member

    Jan 17, 2014
    150
    41
    10
    #2347 dabour, Nov 1, 2024
    Last edited: Nov 1, 2024
    @Enthousiast I'm having the same issue with update KB5044384, I did tried a lot of fixes, but no go. Could you please explain a bit the possible cause you mentioned in this post and how to fix it?

    Windows 11 IoT Enterprise LTSC Version 24H2 Build 26100.2033, no third party AV.

    Thank you for your time and help.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,033
    105,274
    450
    I am not able to reproduce the errors, so i can't test fixes either.

    Maybe run W10UI with the 2 needed updates (1742 and 2033, or try 2161 instead of the 2033 one) and see what the error is, when it doesn't work run W10UI in debug mode and maybe @abbodi1406 can make some sense of it.
     
  9. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,450
    2,641
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,033
    105,274
    450
    You must be doing something wrong...

    Switching license between IoT Enterprise 2024 LTSC and Enterprise 2024 LTSC should work, updated or not.
    https://forums.mydigitallife.net/posts/1833792

    Plese show screenshot of the cmd window in which you ran the slmgr command.
     
  11. darth123

    darth123 MDL Novice

    Oct 10, 2012
    1
    0
    0
    Are there any KMS keys for Windows 11 IoT Enterprise (Not LTSC) (aka, "IoTEnterprise")?
     
  12. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,371
    4,384
    60
    No.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. vip3371

    vip3371 MDL Novice

    May 22, 2018
    30
    11
    0
    #2358 vip3371, Nov 2, 2024
    Last edited: Nov 2, 2024
    delete
     
  14. markokk888

    markokk888 MDL Senior Member

    Aug 13, 2012
    294
    67
    10
    nice
     
  15. Pipppero2007

    Pipppero2007 MDL Junior Member

    May 18, 2014
    54
    3
    0
    I installed the normal version, not the "N".

    Now it worked, using the CMD command.

    But in my previous installations I always inserted the key on the Settings not on the CMD, strange!!!!