Windows 11 Imaging, Customization and Deployment

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. pm67310

    pm67310 MDL Expert

    Sep 6, 2011
    1,837
    1,215
    60
    yes if language are english only
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,925
    881
    60
    You can even remove the unused languages from Boot and EFI folders...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    Hi!
    question: what's the best way to integrate a language pack into to install.wim? I tried with sysprep. Seems works but once i get the new install.wim and a new installation, language has not been changed. Is still english.
    I would like to change lp on Tiny11.
    Thanks
     
  4. imlost2

    imlost2 MDL Junior Member

    Aug 5, 2013
    79
    93
    0
    See this post. It may be helpful.
     
  5. geepnozeex

    geepnozeex MDL Junior Member

    Oct 21, 2014
    59
    47
    0
    No. Edge Chromium is not packaged in the image.
    you can remove the Edge Chromium in the offline image with commands from my script setupcomplete
     
  6. oh i see
     
  7. geepnozeex

    geepnozeex MDL Junior Member

    Oct 21, 2014
    59
    47
    0
    #127 geepnozeex, Apr 21, 2023
    Last edited: Apr 21, 2023
    no ideas ?

    these applications are in the list received by the command Get-AppxProvisionedPackage and therefore should be removed.
    in windows 10 this is what happens, everything is deleted.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    45,368
    87,755
    450
    #129 Enthousiast, Sep 19, 2023
    Last edited: Sep 19, 2023
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. cppcpp1

    cppcpp1 MDL Novice

    Aug 12, 2009
    33
    26
    0
    #131 cppcpp1, Sep 21, 2023
    Last edited: Sep 21, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    951
    1,669
    30
    I like to collect the "clean" PE (boot.wim) files from all ADK versions, so I finally took the time to download the 25398 PE Addons iso, as always I extracted the PE files from the iso without installing the full ADK (it's usually one of the largest files in the \Installers folder, this time it starts with "a6296c5a6e..."). Then I extract the .cab and rename to boot.wim.
    I only do a few quick changes to this PE, so it can load my ("external") tools on boot, including my Apply scripts (don't like official Setup.exe).

    The only thing I usually change "internally" to the PE is adding the files and reg settings for the graphical DiskManagenent stuff (my scripts use Diskpart, but having a quick graphical view of the disks is always safe and handy). For this I only need to export a few registry settings from a "full" Windows (has to be the same build), and a few files (around 2mb, "devmgmt.msc" and its dependencies).

    So, finally my question: For build 25398, what's the best way to get an .esd of the full release (from which I can extract the needed files)? I guess I have to go the UUP-Dump route, or is there another alternative? In UUP-Dump, how can I find 25398?

    It would have been a lot easier if this ADK would align with a "normal" Windows release (like before).

    Thanks!