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

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

  1. pantagruel

    pantagruel MDL Addicted

    Aug 30, 2007
    600
    2,271
    30
    This might help:

    https://forums.mydigitallife.net/th...-ltsc-2024-preview.88019/page-20#post-1833204
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Bluescreen

    Bluescreen MDL Senior Member

    Jul 16, 2009
    348
    52
    10
    Thanks, merci pour l'information, however even using Win 11 upgrade and fix kit, I am faced to the same issue. (original iso has been made using MSMG kit), removing mostly few, as Windows Defender, and some other things not very usefull and without touching to the kernel.
    If I could find where setup is looking , checking the SKU and language I would be very happy. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    479
    252
    10
    #103 maur0, May 5, 2024
    Last edited: May 5, 2024
    Anyone who wants to install a store on ltsc 24h2 iot just type the command below, after 1 or 2 minutes the store appears


    wsreset -i


    I don't know if this same command works for LTSC 2021, 2019 and 2016, can anyone tell me this?


    what do you think ? @LiteOS
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. cbsvitzer

    cbsvitzer MDL Senior Member

    Feb 4, 2010
    257
    176
    10
    This command works in every LTSC/LTSB versions, including 24H2 Build 26100
     
  5. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,421
    1,107
    90
    unlikely, needs the store pkg and the dependencies installed to make metro infra functioning
     
  6. at least i didnt need to wait a couple of minutes but an immediate installation.
     
  7. Asvthama

    Asvthama MDL Novice

    Oct 13, 2019
    12
    10
    0
    any idea when the official iso will drop for daily use?
     
  8. Jessie Pinkman

    Jessie Pinkman MDL Addicted

    Aug 25, 2016
    591
    297
    30
    Mid summer or autumn
     
  9. winwinok

    winwinok MDL Novice

    Jul 23, 2020
    33
    9
    0
    #109 winwinok, May 11, 2024
    Last edited: May 11, 2024
    No news ?
     
  10. winwinok

    winwinok MDL Novice

    Jul 23, 2020
    33
    9
    0
    Windows 26120 IS for LTSC version too ?
     
  11. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    search are .... complete this

    yes she work for ltsc....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    314
    124
    10
    i manually installed 26120.470 updates on my IoTEnterpriseS.
    and i just have a 26100.268 IoTEnterpriseS backup.
    uwu...nice build for fun
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    921
    1,208
    30
    Does anyone know how to prevent installation of Dev Home and Outlook (new) apps?

    Deleting the below reg keys does not work. I have also blocked "Windows Update", "Content Delivery Manager" and BITS and some other Windows services in firewall but it still installs, annoying. I wonder how it gets installed, it doesn't seem to be through store. As somebody wrote in this thread they don't get installed on IoT version of Enteprise so Microsoft is pushing them to specific editions.

    Code:
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate" /f
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate" /f
    They can easily be uninstalled but somebody reported that they will come back later.
    Code:
    Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Windows.DevHome*" | Remove-AppxPackage -AllUsers
    Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*OutlookForWindows*'} | Remove-AppxPackage -AllUsers -ErrorAction Continue
     
  14. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    use cbs enum to disable news outlook and dev home
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Errepublika

    Errepublika MDL Senior Member

    Aug 18, 2021
    453
    317
    10
    With NTlite
    records:
    block Outlook for Windows and Dev Home
    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate]

    Delete Gallery

    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace_41040327\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]

    In the configuration section:
    Settings - Tasks (UScheduler) and set to Delete
     
  16. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    you likely blocked updates wrongly.

    go here
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost
    find
    netsvcs in the right panel, open it
    find UsoSvc
    delete it
    reboot and nothing will autoupdate anymore
    to restore autoupdates just add back UsoSvc to netsvcs and reboot
    no need to disable bits dosvc waas usosvc in autoruns as they will enable themselves when you reboot anyways
     
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150

    Do you have a valid reason to do that instead of simply disabling the service normally setting start to 4 (or deleting the key altogether) ?

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc\Start
     
  18. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    it will reenable itselt after restart or scheduled task or waas wuauserv etc will restart it.

    "simply" is to delete usosvc from svchost to disable all autoupdates.
     
  19. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    Even deleting the key, you mean?

    Just academical curiosity, given I just use winaeroweaker (which is a mandatory utility anyway) and one mouse click.

    It works, as usual.
     
  20. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    i believe it would be restored, you should try it i have against win 11 22h2 tried many options and autoupdates always got restored untill i have removed usosvc from svchost and its really simple to do it, you dont have to open gpedit, disable any scheduled tasks or disable other services or use third party tool like winaero. just remove usosvc from svchost as i said earlier and autoupdates are stopped permanently and it works against every win 11 version