@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
@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
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.
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
Make sure WHD downloaded these updates: 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"
@Asdukaz Don not forget to copy or move KB4517245 from 18362\v1909 folder and put it next to other 18362 updates
YAOCTRU v3.0 Added option to check and offer the highest available build for the choosen channel the option is OFF by default, edit the script and change the zero to 1 Code: set AllBuilds=1 for more info about "the highest available build" https://forums.mydigitallife.net/posts/1561932/
WHD-W7UI 5.3 - Fixed issue in installing updates if SSU/SHA2 updates are already installed previously thanks to @TheCollDude489 for reporting.
@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
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.