Sorry, I corrected it, thanks for pointing out this typo, I didn't notice it. I have never seen such an error. The recho command is not recognized as an internal or external command, it is correct that it is not recognized, because there is no such command. But this does not affect the operation of the script. I do not know where the "r" came from, it is just a typo - delete it. It should be echo just.
Ur welcome. By the way, there's a bug in the script Created.cmd will stop at code 159: echo Finalized, not running all the code
Hmm, that's weird, I don't even know what to tell you about this. I've used this script many times and personally I haven't had any errors.
145-167: echo ########################################################### echo === Prepare to integrate updates with W10UI === echo ########################################################### cd /d "%~dp0" echo. echo. echo ########################################################### echo === Running W10UI for integrate updates === echo ########################################################### call "%~dp0W10UI.cmd" echo. echo. echo Finalized :: restore title title %title% echo. echo. echo Press a key to continue... pause >nul
This? Unexpected, there are definitely no errors here. This code is needed to update the image and I have never had any problems with it. If you haven't changed anything in the W10UI.ini file, everything should work fine.
I did not modify anything in the W10UI.ini file There is a problem with the code, and Finalized appears Press a key to continue After pressing the key, Created.cmd exits directly. I tried several times and it exited here. I deleted the code and continued working. echo. echo. echo Press a key to continue... pause >nul After running W10UI for integrate updates, it does not jump to the next step of the code, but presses the key to exit
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.