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.
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
i manually installed 26120.470 updates on my IoTEnterpriseS. and i just have a 26100.268 IoTEnterpriseS backup. uwu...nice build for fun
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
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
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
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
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.
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.