abbodi1406's Batch Scripts Repo

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

  1. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    383
    277
    10
    @abbodi1406

    Questions about output file extensions.

    Some scripts like "uup-converter-wimlib" or "esd-decrypter-wimlib" create "*.ISO" image.

    Other scripts like "W10UI" or "W10MUI" create "*.iso" image.
     
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,177
    5,991
    150
    it's the same .... Big / Small letter. what the matter?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. strotee

    strotee MDL Member

    Jan 30, 2011
    229
    205
    10
    #1963 strotee, Jun 2, 2022
    Last edited: Jun 2, 2022
    Upper/Lower case** :p (was just being silly, please ignore)
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,177
    5,991
    150
    #1964 Dark Dinosaur, Jun 2, 2022
    Last edited: Jun 7, 2022
    thank teacher :clap3::clap3::clap3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    @abbodi1406

    set _drv=%~d0
    is missing in Remove_Failure_MountDir.cmd

    I put it here:
    Code:
    set _drv=%~d0
    set "xOS=%PROCESSOR_ARCHITECTURE%"
    if /i %PROCESSOR_ARCHITECTURE%==x86 (if defined PROCESSOR_ARCHITEW6432 set "xOS=%PROCESSOR_ARCHITEW6432%")
    set "_key=HKLM\SOFTWARE\Microsoft\WIMMount\Mounted Images"
    
     
  6. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    they make a good impression ‍

    Very hardworking
     
  7. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,835
    2,441
    60
    @abbodi1406 Would W10MUI need modifying to support 11 22h2 or no? Asking because I imagine the FoD part is either going to be the same or it will need changing. So far I've downloaded for 22621 the respective FoD packages that were needed for 22000. I'm gonna try making an image real quick.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,244
    90,959
    340
    @shhnedo
    Yes it need

    i'm working to add Apps integration support to the script, but that might take longer than expected, so i will just add support for new FODs for now
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,244
    90,959
    340
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Someone knows where I can download the OpenSSH Server to integrate offline.

    Or point me some way ...
     
  11. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    454
    776
    10
    #1971 migascalp, Jun 12, 2022
    Last edited: Jun 12, 2022
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #1972 inTerActionVRI, Jun 12, 2022
    Last edited: Jun 13, 2022
    @abbodi1406,

    It is interesting to rename, within the "uup-converter-wimlib" package, the "CustomAppsList.txt" to "CustomAppsList_Template.txt".

    So, when running uup-download the user's "CustomAppsList.txt" will not be overwritten.
     
  13. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    289
    175
    10
    #1973 Bira, Jun 12, 2022
    Last edited: Jun 12, 2022
  14. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,835
    2,441
    60
    @abbodi1406 should I expect any issues on a 22621.1 uupdump iso with skipapps=1?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,169
    450
    Would mean no store apps will be integrated.
     
  16. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,835
    2,441
    60
    Yes, I'm currently doing the iso languification, I'll install it on a vbox. I'm just curios if there's something that I might not be able to notice right off the bat.
     
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,792
    7,756
    210
    Without any inbox Apps, there is no Store and no Defender GUI.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,244
    90,959
    340
    Settings app also will not fully function
     
  19. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,835
    2,441
    60
    Code:
    
    ============================================================
    Prepare work directories
    ============================================================
    
    
    ============================================================
    Detect language packs details
    ============================================================
    
    bg-BG: 64-bit {x64} - 22621
    
    ============================================================
    Copy Distribution contents to work directory
    ============================================================
    
    Source Path:
    "22621.1.220506-1250.NI_RELEASE_CLIENTMULTI_X64FRE_EN-US.ISO"
    
    ============================================================
    Detect install.wim details
    ============================================================
    
    Build: 22621
    Count: 6 Image(s)
    Arch : 64-bit
    
    ============================================================
    Extract language packs
    ============================================================
    
    bg-BG / 64-bit
    
    ============================================================
    Add language files to distribution
    ============================================================
    
    bg-BG / 64-bit
    
    ============================================================
    Mount install.wim - index 1/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 1/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 1/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount install.wim - index 2/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 2/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 2/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount install.wim - index 3/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 3/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 3/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 3
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount install.wim - index 4/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 4/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 4/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 4
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount install.wim - index 5/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 5/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 5/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 5
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount install.wim - index 6/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 6/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-LanguageFeatures-OCR-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~bg-BG~11.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~bg-BG~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 6/6
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\install.wim
    Image Index : 6
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmount boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add language files to boot.wim - index 2
    ============================================================
    
    bg-BG
    
    ============================================================
    Unmount boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : D:\win11\W10MUI\_DVD\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuild boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuild install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Create ISO file
    ============================================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (1000 files in 95 directories)
    Scanning source tree complete (1003 files in 97 directories)
    
    Computing directory information complete
    
    Image file is 4287037440 bytes (before optimization)
    
    Writing 1003 files in 97 directories to 22621.1.220506-1250.NI_RELEASE_CLIENT_X64FRE_EN_BG.iso
    
    100% complete
    
    Storage optimization saved 32 files, 18546688 bytes (1% of image)
    
    After optimization, image file is 4270798848 bytes
    Space saved because of embedding, sparseness or optimization = 18546688
    
    Done.
    
    ============================================================
    Remove temporary directories
    ============================================================
    
    
    ============================================================
    Finished
    ============================================================
    
    Press 0 to exit.
     
  20. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,835
    2,441
    60
    @Carlos Detweiller @abbodi1406 In which case, would AppsLevel=1 do the trick, or would I need a fully loaded iso?