I see, so did you place the updates in .msu format in the UUP folder? For example: to update version 26100.1742 to version 26200.5670, you need to place the KB5060831.msu and KB5037898.msu files in the UUP folder. To update version 26100.1742 to version 26100.4349, you need to place one update KB5060999.msu in the UUP folder.
No, I only use clean installs, btw, do you have any reg/cmd, to remove Windows Update? The Chinese have a software that can remove Windows Update, but I want to do it through reg/cmd
@fengqihuanghun I merged a couple of your posts together. Please do not make multiple posts in succession, edit your original post instead, adding to it.
I installed the created iso file on the virtual machine. It installed without any problems. What I saw at first glance is that it doesn't download the updates. The problem could also be mine. I'm not sure.
Everything should be updated. Well, I have version 26200.5670 installed, so I have to wait a long time for updates to check this.
come good, i also use ltsc w10, not w11 version, too bad it have store, will test it today great job @balanadi i going add some custom OEM pack will remove more crap, and see the result's if you want remove this crap store credit @abbodi1406 Code: # Remove the AppX Package for all users $WindowsStore = 'Microsoft.WindowsStore' Get-AppXPackage -AllUsers | Where-Object { $_.Name -match $WindowsStore } | Remove-AppxPackage -AllUsers # Remove the AppX Provisioned Package for all users Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -match $WindowsStore } | Remove-AppxProvisionedPackage -Online --------------------- So, i got an hwid activation error even it found matched hwid license i guess it because home edition + modified build = PRoblem's but kms38 succeed, OK, at least ise removed, why ...?
To remove all the Store crap you can just delete the Appx folder !!!!! Thanks for using it and hope that it is satisfying your needs...