Yes I had a look at that GIF and I still don't get it. Look, I'm stupid OK, I don't know how to PLACE the update NEXT TO the cmd. Like do I just drag and drop the update into that black box or what? I don't know how to do that.
Maybe Copy/Paste the update in the same folder as the cmd is in? Then start the cmd as admin and press "0" to start the process.
OK thanks for the explanation. I opened my W7SUI up again and the update is already in there----probably because I right clicked on the downloaded update and chose to open with W7ESUI? Anyways, the update is installed and I also updated the Bypass ESU to v9--- thanks again for your help.
W10UI v8.7 - Implemented specific fixes for build 14393 (WinPE will not be updated with LCU) - Enhanced Setup DU updating thanks to @Enthousiast, @sonic9, @KleineZiege, @ElFumaor for testing
is there something similar for Office 2016 YAOCTRU_v7.2 ? Edit:\ have taken the WHDownloader and your script Extract_MSP_KB.cmd. That also worked very well
Hello, Could you please provide an option/workaround for not deleting the install.wim file after install.esd just created? I'm not creating an ISO file and I want to keep the install.wim file after W10UI finishs updating it. From my W10UI.ini file: Code: wim2esd =1 ISO =0 Thanks.
I think this option is not available create a wim first, and then convert it with ESD2WIM-WIM2ESD-7 but would be a nice option in the script
Search and delete this line (or add rem before it) Code: if %errorlevel% equ 0 (del /f /q sources\install.wim %_Nul3%) else (del /f /q sources\install.esd %_Nul3%)
many thanks BY THE WAY any possbile When Finished "Auto PRESS 9" to EXIT script for useing SCCM deploy package to speceifc client with this script need slient+auto install I got answer Try use and working echo 9 | w10ui
hello abbodi & friends is it possible to obtain scripts ( created where on Desktop after installing OS) for already installed OS? separately? NOTE: iso's made up by abbodi's scripts (WHD-W7UI, WHD-W81UI, and W10UI) after installed the OS, there will be 2 scrips on desktop as below RunOnce_W7_Telemetry_Tasks.cmd RunOnce_KB2603229_Fix.cmd RunOnce_W8_Telemetry_Tasks.cmd RunOnce_W10_Telemetry_Tasks.cmd I want to reach them files separately without install the OS thanks in advance,
Aren't these the same? https://forums.mydigitallife.net/threads/disable-remove-telemetry-and-tracking-service.68131/
abbodi1406 YAOCTRIR_Installer.cmd /verysilent how to hide correct ? In C2RR_Config.ini - DisplayLevel=False
You can't hide the cmd window, only the office installation progress window can be hidden, when it is ran by setupcomplete.cmd all will be hidden by default.
Enthousiast There were no questions about setupcomplete, i run old program to gui .. And it is not correct to run the installation of programs as system when the user registry branch is not yet present..)
This was my answer on the possibility to hide the cmd started by YAOCTRI(R): This is the explanation that it only can be hidden when running it at setupcomplete stage. And there is no problem with installing it during setupcomplete stage.