abbodi1406's Batch Scripts Repo

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

  1. rulman

    rulman MDL Member

    Jan 25, 2012
    102
    22
    10
    W10MUI_22r
    Is there a way to easily download language files? For example, uupdump downloads automatically. Is it not possible to auto download this for Win 10 and 11?
     
  2. hcvn

    hcvn MDL Junior Member

    Aug 11, 2017
    57
    30
    0
    @abbodi1406 is there a way to expand ssu-25398.285-x64.cab ??
    I tried to use expand.exe -f:* command but all *.dll files in ssu package can not be extracted.
    Thanks master.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
  4. hcvn

    hcvn MDL Junior Member

    Aug 11, 2017
    57
    30
    0
  5. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    Can you update customapplist.txt for uup converter wimlib? I believe there are new apps or apps that may have changed names. Thank you
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    Only these new for Client
    Code:
    Microsoft.DolbyAudioExtensions_8wekyb3d8bbwe
    Microsoft.OutlookForWindows_8wekyb3d8bbwe
    there are other two, but they are not referenced for Client editions (Pro, Home), could be for Team edition
    Code:
    MicrosoftTeams_8wekyb3d8bbwe
    Microsoft.Windows.DevHome_8wekyb3d8bbwe
     
  7. tf

    tf MDL Junior Member

    Dec 21, 2013
    72
    13
    0
    Dear Prof. @abbodi1406 , can Microsoft Edge be installed on Win8.1 Embedded Industry Pro? I tried several times following your How-to but with no success.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    I don't use it
    why it doesn't work? are you using version 109?
     
  9. tf

    tf MDL Junior Member

    Dec 21, 2013
    72
    13
    0
    #2490 tf, Aug 3, 2023
    Last edited: Aug 3, 2023
    Thank you for your reply. No, I tried the latest version, v115. I know MS Edge no longer is officially supported on Win8.1, but I thought your script bypasses this restriction. Is there any methods to install latest Edge version on Win8.1?
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    It's not just a simple check or restriction, Chrome/Edge are (will be) using Win10+ functions

    you can read and follow this thread for info and alternatives:
    https://forums.mydigitallife.net/threads/browser-support-for-windows-7.86383/
     
  11. ruslanshchur

    ruslanshchur MDL Senior Member

    Sep 13, 2020
    417
    95
    10
    Try Edge 114 and here is a guide how to make it work on 8.1: https://ledstrain.org/d/2231-how-to-make-newer-versions-of-chromium-work-in-windows-81-x64 (but instead of chrome.dll use msedge.dll)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    Office Scrubber v11

    - Changed "Scrub ALL" menu behavior to enable options for Office C2R/2016 by default
    because sometimes it's necessary to scrub leftovers even if Office is uninstalled or not detected
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    #2494 Paul Mercer, Aug 5, 2023
    Last edited: Aug 5, 2023
    request: modify Remove_Failure_MountDir.cmd script to scan and remove all temp folders used by W10UI, W10MUI and uup-converter on the root of the local drives
    I don't remember all of it, for uup-converter it should be W10UIuup

    It would be better if the script asked for it first, for example (ignore my bad English):
    Detect and cleanup any mounted directories? [y/n]:
    Detect and remove any temporary folders? [y/n]:

    I know this won't remove any custom temp folders, but the default ones are enough I think
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    http://put.nu/files/ALiQO8j.zip
     
  15. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    works well with uup-converter and W10UI, thank you

    now it should be easier to remove almost all temp stuff with one script, a lot of people on the Discord server do not know how to clean it up
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. DuskGolem

    DuskGolem MDL Junior Member

    Jan 9, 2019
    97
    30
    0
    @abbodi1406 , can you kindly do something about "ei.cfg" in uup-converter? Everytime I create an iso and try my best to put that file inside the "sources" folder as soon as it is created, the program sometimes includes it in the iso and sometimes it doesn't and then I have to do it manually using PowerISO. Kindly implement a feature to detect whether ei.cfg is present in the directory where "UUPs" folder is created, if the file is present use it else leave it.
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    http://put.nu/files/Eei5rn2.zip

    put your ei.cfg with UUP files, or next to the script
     
  18. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,767
    7,702
    210
    @abbodi1406 - Could you do the same also for pid.txt? For example, for PPIPRO ISOs.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,735
    340
    You mean copy pid.txt if detected? or let the script create it?