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.
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 >'' } }
Code: ="Enthousiast, post: 1845218, member: 104688"]What happened to using code tags? :D Code: THANKS @Enthousiast
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.
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?