abbodi1406's Batch Scripts Repo

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

  1. sota105

    sota105 MDL Junior Member

    Sep 12, 2016
    57
    208
    0
    uup-converter-wimlib-41.7z Thank you.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,668
    450
  3. What happened to v40?

    Sorry, found the reason why.
     
  4. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    520
    30
    #904 l33tissw00t, Nov 12, 2019
    Last edited: Nov 12, 2019
    @abbodi1406 , did you stop using rebrandly link (as i see tinycc/vcppredist now instead)? I use the rebrand.ly link in a few tools ive created, and will update it if you tell me to do so :)
     
  5. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,251
    3,440
    60
    From a couple of months, MDL doesn't allow URL shortener and blocks them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
    @l33tissw00t
    I had trouble login to rebrandly account, it seems my Slimjet version is getting too old and the site no longer works properly

    i tried recent Firefox portable and it worked, but i prefer to keep using the tinycc link :)
     
  7. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    520
    30
    Haha, that was actually a wacky message, as the mdl blocker kicked in by the time you saw it.
    If you look at the vcredist patebin, it switched from rebrandly to tinycc. I was asking abbodi if that was permanent. Seems like it is.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
  9. Asdukaz

    Asdukaz MDL Novice

    Aug 23, 2017
    1
    0
    0
    Hi,
    I got Win10 Media Creation Tool from Microsoft and built a Win10 64 ISO with it.
    Then I downloaded Win10 64 Updates using WHDownloader and got different folders:
    18362
    17763
    17134
    14393

    Now, how do I create a Win10 v1909 installation ISO with W10UI script?
    Which folder do I have to select for hotfixes integration? Only the latest i.e. 18362 or I have to include all folders?

    Thanks,
    Asdukaz
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,668
    450
    #911 Enthousiast, Nov 23, 2019
    Last edited: Nov 23, 2019
    Make sure WHD downloaded these updates:

    [​IMG]

    Best is to download 18362.1 by UUP dump: https://uupdump.ml/selectlang.php?id=acd1319c-d8da-469a-a2a3-43ce5fa54d2e to be used as base.

    Point W10UI to use the WHD 18362 folder for updates integration:

    Code:
    :: updates location, leave it blank to automatically detect the current script directory
    set "repo=WHDownloader_0.0.2.3\Updates\Windows10-x64\General\18362"
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
    @Asdukaz

    Don not forget to copy or move KB4517245 from 18362\v1909 folder and put it next to other 18362 updates
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,668
    450
    If he uses the 18363.418 ISO, that would not be needed, would it?
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
    No :)
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,756
    340
    WHD-W7UI 5.3

    - Fixed issue in installing updates if SSU/SHA2 updates are already installed previously
    thanks to @TheCollDude489 for reporting.
     
  18. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    #919 vze2mp9g, Dec 1, 2019
    Last edited: Dec 1, 2019
    @abbodi1406

    Hi, I consider you a master of scripts. Could you possibly write a script, similar to your renaming script with W10MUI, but I need one for the MSMG Toolkit, language packs. I would and I guess others would appreciate it very much.


    MSMG Toolkit
    Code:
    Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.18362.1.cab
    Microsoft-Windows-LanguageFeatures-Basic-en-US-Package~31bf3856ad364e35~amd64~~10.0.18362.1.cab
    Microsoft-Windows-LanguageFeatures-Handwriting-en-US-Package~31bf3856ad364e35~amd64~~10.0.18362.1.cab
    Microsoft-Windows-LanguageFeatures-OCR-en-US-Package~31bf3856ad364e35~amd64~~10.0.18362.1.cab
    Microsoft-Windows-LanguageFeatures-Speech-en-US-Package~31bf3856ad364e35~amd64~~10.0.18362.1.cab
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-US-Package~31bf3856ad364e35~amd64~~10.0.18362.1.cab

    W10MUI
    Code:
    @echo off
    set bsc=microsoft-windows-languagefeatures-basic
    set fnt=microsoft-windows-languagefeatures-fonts
    set hnd=microsoft-windows-languagefeatures-handwriting
    set ocr=microsoft-windows-languagefeatures-ocr
    set sch=microsoft-windows-languagefeatures-speech
    set tts=microsoft-windows-languagefeatures-texttospeech
    set pkg=package
    cd /d %~dp0
    call :UupRen 1>nul 2>nul
    exit /b
    
    :UupRen
    ren d0ac5101-5668-486c-88a0-d338802138a7 %bsc%-ar-sa-%pkg%-x86.cab
    ren 6365b017-def9-4e47-82f4-800a88e3ceee %ocr%-ar-sa-%pkg%-x86.cab
    ren 4b3deebb-4496-4822-ae15-fbabffcbe87b %tts%-ar-sa-%pkg%-x86.cab
    ren 1b857cac-2d6a-4b4b-9ee3-aeb3d873aceb %tts%-ar-eg-%pkg%-x86.cab
    ren 679cd541-6120-4566-9642-647548194e63 %fnt%-arab-%pkg%-x86.cab
    ren 6458d972-b4a9-4876-8cbb-ff2c3411e148 %bsc%-bg-bg-%pkg%-x86.cab
    ren 541a7867-3493-48ba-91f6-0b50b094d4f0 %ocr%-bg-bg-%pkg%-x86.cab
    ren 11aae1e6-eb18-4e7e-b885-2ceabca8ed79 %tts%-bg-bg-%pkg%-x86.cab
    ren 05d884a4-ef09-4716-ad48-407e46f21598 %bsc%-cs-cz-%pkg%-x86.cab
    ren c4330f14-f743-4082-91fe-ef40d31e04e9 %hnd%-cs-cz-%pkg%-x86.cab
    ren 5a705872-a1ee-4b2c-9f5d-ff9837814658 %ocr%-cs-cz-%pkg%-x86.cab
    ren f2382dc5-3402-4a84-a1e3-2fba7be01b5d %tts%-cs-cz-%pkg%-x86.cab
    ren 8d5f1a22-85cd-46c3-ae3e-b654be836dac %bsc%-da-dk-%pkg%-x86.cab
    ren ecbf876d-cd61-442d-a1c1-3680fbb5b33e %hnd%-da-dk-%pkg%-x86.cab
    ren d56b57d5-8bc2-4bda-a3a9-5b13ce67e959 %ocr%-da-dk-%pkg%-x86.cab
    ren fad1360c-87e5-492d-a4a3-c22ef2e0bebc %tts%-da-dk-%pkg%-x86.cab
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,668
    450
    What did i post here?
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-668#post-1560757
    Copy the line and change the filenames, according to the existing one and the one you want it to be named.