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

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

  1. Shortyportuguese

    Shortyportuguese MDL Senior Member

    Apr 3, 2019
    495
    140
    10
  2. There is no difference between 21H2,22H2,23H2 and even with 24H2 "in terms of gaming performance" with the same games that use different API`S DX9,11,12 and Vulkan.It's nothing but self-deception and wasting your time.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,521
    450
  4. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    #1244 Jingzin, Jul 22, 2024
    Last edited: Jul 23, 2024
    Here's one way of getting rid of backupapp against 24h2 with latest update. But you will lose search in start menu. Maybe there's someone that could modify it to skip removing search from CBS. Don't know if that's possible.
    Code:
    $remove_appx = @("Client.CBS"); $provisioned = get-appxprovisionedpackage -online; $appxpackage = get-appxpackage -allusers; $eol = @()
    $store = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore'
    $users = @('S-1-5-18'); if (test-path $store) {$users += $((dir $store -ea 0 |where {$_ -like '*S-1-5-21*'}).PSChildName)}
    foreach ($choice in $remove_appx) { if ('' -eq $choice.Trim()) {continue}
    foreach ($appx in $($provisioned |where {$_.PackageName -like "*$choice*"})) {
    $next = !1; foreach ($no in $skip) {if ($appx.PackageName -like "*$no*") {$next = !0}} ; if ($next) {continue}
    $PackageName = $appx.PackageName; $PackageFamilyName = ($appxpackage |where {$_.Name -eq $appx.DisplayName}).PackageFamilyName
    ni "$store\Deprovisioned\$PackageFamilyName" -force >''; $PackageFamilyName
    foreach ($sid in $users) {ni "$store\EndOfLife\$sid\$PackageName" -force >''} ; $eol += $PackageName
    dism /online /set-nonremovableapppolicy /packagefamily:$PackageFamilyName /nonremovable:0 >''
    remove-appxprovisionedpackage -packagename $PackageName -online -allusers >''
    }
    foreach ($appx in $($appxpackage |where {$_.PackageFullName -like "*$choice*"})) {
    $next = !1; foreach ($no in $skip) {if ($appx.PackageFullName -like "*$no*") {$next = !0}} ; if ($next) {continue}
    $PackageFullName = $appx.PackageFullName;
    ni "$store\Deprovisioned\$appx.PackageFamilyName" -force >''; $PackageFullName
    foreach ($sid in $users) {ni "$store\EndOfLife\$sid\$PackageFullName" -force >''} ; $eol += $PackageFullName
    dism /online /set-nonremovableapppolicy /packagefamily:$PackageFamilyName /nonremovable:0 >''
    remove-appxpackage -package $PackageFullName -allusers >''
    }
    }
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,521
    450
    What happened to using code tags? :D
     
  6. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    Code:
     ="Enthousiast, post: 1845218, member: 104688"]What happened to using code tags? :D
    Code:
     THANKS @Enthousiast 
     
  7. qusay

    qusay MDL Member

    Oct 24, 2013
    101
    7
    10
    When will the updated ISOs ?
     
  8. Giacomino1968

    Giacomino1968 MDL Senior Member

    Feb 23, 2023
    252
    127
    10
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,521
    450
    Sept/October...is the official release expected...
     
  10. shinjiman

    shinjiman MDL Novice

    Aug 29, 2012
    39
    16
    0
  11. shinjiman

    shinjiman MDL Novice

    Aug 29, 2012
    39
    16
    0
    Just get the Windows 11 22H2/23H2 LoF image and install the WordPad packages and should be good to use.
    WordPad is still available from 22H2 and 23H2 builds.
     
  12. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. egyptian hak

    egyptian hak MDL Senior Member

    Aug 21, 2009
    257
    67
    10
    Is The official release will be this build (26100.1.240331-1435) or will be different ?
     
  14. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    This build with update
    26100.Xxxx
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. There is a wierd delay in 24H2 (LTSC IoT) when opening the context menus on desktop or for task bar apps. TC is opening it fast (40 ms is set).

    Is this one of the system packs related to the dev experience, or how it is called?
     
  16. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Same. I noticed a delay when bringing up volume control.

    Cheers.
     
  17. ^^there are lots of those. as if they are waiting for a response or if something checks if 'legal' :).
     
  18. Giacomino1968

    Giacomino1968 MDL Senior Member

    Feb 23, 2023
    252
    127
    10
  19. They are delivered via UUP (iirc), then later come to the catalog and wu.
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340