abbodi1406's Batch Scripts Repo

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
    It's now at 263:)
    OfflineInsiderEnroll 2.6.3
     
  2. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
  3. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    #1843 KleineZiege, Mar 31, 2022
    Last edited: Mar 31, 2022
    do you currently also that you get an error when you are using YAOCTRU v8.2
    the new office source, via the Aria2 script

    2203 v16.0.15028.20160 Dual Channel X64 X86
    [​IMG]

    Edit:
    has been resolved
    was apparently overloaded
    [​IMG]
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    no, it doesn't support silent or automation

    but you can easily modify it:
    under line
    Code:
    :CHOICE_MENU
    add the desired channel, e.g.
    Code:
    goto :ENROLL_DEV
    and before first
    Code:
    pause >nul
    add
    Code:
    goto :EOF
     
  5. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    thanks for the tip
    i have changed it, will later install a Vmware
    installation later.

    Just had no desire to do that always afterwards,
    so now I have my $OEM$, and that fits so.

    Thanks a lot
     
  6. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    #1846 KleineZiege, Mar 31, 2022
    Last edited: Apr 1, 2022
    they have done a really good job
    with the new script
    uup-converter-wimlib-79.
    have a look at the minimum of apps ^^

    so good what you wrote there

    I did it differently before, via terminal,
    at the end of the firstlogin.cmd I have entered the appz that need to be removed, actually I have removed all of them anyway, except the apps so that the store runs.

    UUP Settings
    have taken these settings

    ConvertConfig.ini
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =1
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    LCUwinre     =1
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipEdge     =0
    AutoExit     =0
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =1
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=1
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=Enterprise
    
    pro I did not want so again
    takes only a few seconds to enterprise version

    Mount ISO Pro to get Enterprise Edition with delete source
    create_virtual_editions.cmd

    [create_virtual_editions]
    vAutoStart =1
    vDeleteSource=1
    vPreserve =0
    vwim2esd =0
    vSkipISO =0
    vAutoEditions=Enterprise

    Your OfflineInsiderEnroll-2.6.3 works with firstlogon.cmd [$OEM$]
    THX

    Desk

    [​IMG]

    [​IMG]

    [​IMG]

    Apps Install Picture
    [​IMG]

    Image size 4.15GB
    press to with ESD2WIM-8 hoho under 3.3

    i have re-read it without $OEM$
    madness
    3.29GB

     
  7. matolimehmet

    matolimehmet MDL Novice

    Apr 5, 2022
    4
    4
    0
    I am really impressed by your work abbodi1406.

    I wonder if there is a way to integrate some applications to iso files like using your script W10UI and install windows updates. My purpose is reducing time while installing new systems. I know adding drivers to iso file is possible using msmg tool.

    But this time I want to integrate other exe files to iso file such as winrar, Visual cpp distributables, java, office etc. Is it possible?
     
  8. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    #1848 KleineZiege, Apr 6, 2022
    Last edited: Apr 6, 2022
    This all works via the $OEM$ folder, or you make a Sysprep Image in the Vmware.
    $OEM$ folder is very easy.
    setupcomplete.cmd
    Code:
    REM Teamviewer v15.28.8.0 X64
    "Apps\TeamViewer_Setup_x64_v15.28.8.0.exe" /S
    
    REM 7-Zip 21.07 Final
    "Apps\7z2107.exe" /S
    
    REM WinRAR v6.11 Final X64
    "Apps\winrar-x64-611d.exe" /s
    etc...

    here you will find many switches for unattended installation
    https://silentinstallhq.com/

    here on the board is certainly something to find where you can read up.
    otherwise google is your friend ^^

    a step by step guide,
    for a sysprep image can be found here. [Vmware Image]
    https://de.gonline.at/index.php/blo...erstellen-und-von-usb-festplatte-installieren

    here in the tutorial he uses VirtualBox,
    better they use Vmware,
    but this is my personal opinion
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    This may help
    [REPO/HOW-TO/CHAT] Audit/Sysprep/Generalize; Setupcomplete/Firstlogon; Silent Install
     
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    I want to join uupdump member in GitHub, what can i do?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    KMS_VL_ALL v46
    -
    C2R-Retail2Volume v16



    W10UI v10.18

    - Changed SkipBootFiles option (default 1) to UpdtBootFiles (default 0), to avoid confusion

    - Enhanced detection for wmic.exe tool based on existence (instead checking build number 22483 or later)
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    WHD-W81UI v6.8

    - updated Monthly Rollup detection for boot.wim/winre.wim

    because now, it's no longer named Package_for_RollupFix
    microsoft-windows-rollup-version*.manifest will be checked instead
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    multi_arch_iso.cmd

    - OOB update, to detect split install.swm in the source ISOs
    only option 2 is supported in this case

    thanks to @Enthousiast for testing
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Does this script from "esd-decrypter-wimlib" package, replace what is present in the "UUP-Converter-Wimlib-79" package? Or for each package the scripts have some particularity?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
    It replaces it, it's only modified for source ISOs with multiple install.swm files, the old script halted on it because there was no install.wim/esd now it continues to create the multi-arch ISO with install.swm files (option 2 only).
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Some
    Code:
    1>nul 2>nul
    or
    Code:
    >nul 2>&1
    are not replaced for
    Code:
    %_Nul3%
    .
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    uup-converter v79f

    - Fixed small typo regarding the backup of Reference ESDs for Express source
    - Included updated multi_arch_iso.cmd
     
  18. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    382
    275
    10
    When convert WIM to ESD, Why not use LZMS:100 instead of LZMS to get smaller size? (not like LZX:100 which would not broken the boot)。
     
  19. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    I have a question.

    with the windows 11 iot enterprise,
    it does not take $OEM$ folder.

    is there a way to activate it ?
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
    Install normal non IoT Enterprise instead (there are workarounds but installing non IoT is the easiest).