abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,812
    450
    Did you actually view the GIF?

    [​IMG]

    The update is placed next to the cmd.
     
  2. Joni123

    Joni123 MDL Novice

    Apr 21, 2015
    18
    1
    0
    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.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,812
    450
    Maybe Copy/Paste the update in the same folder as the cmd is in?

    [​IMG]

    Then start the cmd as admin and press "0" to start the process.
     
  4. Joni123

    Joni123 MDL Novice

    Apr 21, 2015
    18
    1
    0
    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.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,921
    340
  6. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    #1226 KleineZiege, Sep 22, 2020
    Last edited: Sep 22, 2020
    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
     
  7. armond

    armond MDL Addicted

    Jun 16, 2008
    734
    235
    30
    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.
     
  8. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    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
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,921
    340
    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%)
     
  10. PYC888

    PYC888 MDL Novice

    Sep 19, 2020
    4
    0
    0
    W10UI How to directly start install?
    No need show menu press 0?
    Thanks :)
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,359
    7,078
    210
    Edit W10UI.ini, set

    Code:
    AutoStart     =1
     
  12. PYC888

    PYC888 MDL Novice

    Sep 19, 2020
    4
    0
    0
    #1232 PYC888, Sep 23, 2020
    Last edited: Sep 23, 2020
    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
     
  13. Dusktilldawn

    Dusktilldawn MDL Junior Member

    Oct 24, 2009
    51
    10
    0
    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,
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,812
    450
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,359
    7,078
    210
    Yep, seems logical that he would be using his own scripts. :D
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,921
    340
  17. Prodif

    Prodif MDL Junior Member

    Apr 5, 2017
    59
    23
    0
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,812
    450
    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.
     
  19. Prodif

    Prodif MDL Junior Member

    Apr 5, 2017
    59
    23
    0
    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..)
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,812
    450
    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.