1. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,081
    2,835
    90
    The one mentioned in changelog(most likely).
     
  2. Kruton

    Kruton MDL Novice

    Sep 9, 2017
    23
    6
    0
    For the DISM list you can manually add it and it will work. I'm not sure how to add it to the Toolkit list, I'm still experimenting with the new toolkit entries trying to figure out what is safe to remove or not. I may try running both removal methods just to see what will happen. I am very glad to have this back.
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    For new apps like a Store Microsoft.OutlookForWindows you just use RemoveAppslist.txt, not RemovePkgslist.txt.
    See the names difference?

    The other System apps should be removed with RemovePkgslist.txt. But It needs to be fixed in one thing, needs to remove the PackageBuild.1 (22621.1) package to remove other lang or updated files like PackageBuild.3672 Package Build (22621.3672), not Build (22631).
    It is kind a tricky, but is in that way.
    About the issues after 3672, it is new to me.
    I made tests with my changes to remove with 26100 and every thing is fine.
    I dont know whats goin on with 3235, I think as it is older maybe some issue with that CU.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #27045 graver.x, Jun 9, 2024
    Last edited: Jun 9, 2024
    @Feartamixg,
    Why do you need to integrate Outlook (and other Apps) when using uupdump script, and then at the next stage look for ways to remove it (them) using Toolkit? Wouldn't it be easier in the case of obtaining an ISO with uupdump, to immediately avoid integrating it into the image using the settings CustomAppsList.txt (supported only in builds 22563 and later.)? Just take the trouble to read what's written there and set it up as you need it. The names of Store Apps that you don't need should be preceded by a # prefix, in your case:
    Code:
    # Microsoft.OutlookForWindows_8wekyb3d8bbwe
    (By analogy, you need to do the same with all the Apps you don’t need)

    To use CustomAppsList.txt at the stage of converting UUP to ISO, the Store Apps settings in ConvertConfig.ini should be as follows:
    Code:
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    StubAppsFull =0
    CustomList   =1
    Or if you don't need Store Apps together with the Store at all, you can use this setting:
    Code:
    [Store_Apps]
    SkipApps     =1
    AppsLevel    =0
    StubAppsFull =0
    CustomList   =0
    
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    More than an user, he is a tester.
    Every time he brings to us the tests results.


    And it is just as important as your solution to prevent the integration of an app through the convert-UUP list.

    Even though I use the non-integration of components by convert-UUP a lot, sometimes I don't realize that there are problems when removing something.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Lightningsoul

    Lightningsoul MDL Novice

    Jun 20, 2020
    2
    1
    0
    The latest release works great. I've used it to integrate drivers, and remove packages from the 22631.3447 build. Afterwards, I used AME Wizard to apply the AtlasOS Playbook. From 145 processes and 3.3 GB of RAM usage down to 75 processes and 2.6 GB RAM usage. Thanks for the new update!
     
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Microsoft appear to be migrating .appxbundle files to .msixbundles.
    I've been installing updates for codecs and the Realtek Audio control with DISM.

    For example;
    Code:
    DISM.exe /Online /Add-ProvisionedAppxPackage /PackagePath:RealtekSemiconductorCorp.RealtekAudioControl_1.51.331.0_neutral_~_dt26b99r8h8gj.AppxBundle /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe.Appx /skiplicense
    
    How do I install an .msixbundle? Unless I missed something, toolkit doesn't seem to make any distinction?
     
  8. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
  9. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Ok, nothing different. .appxbundle and .msixbundle are interchangeable.
    thanks
     
  10. miketunes

    miketunes MDL Novice

    Aug 23, 2010
    41
    5
    0
    The changelog says Win11 23H2 is supported, I thought that was build 22631.3235. What is the final 23H2 build number?
     
  11. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,081
    2,835
    90
     
  12. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Is it possible that the ToolKit will support removal of Windows Recall in the future?
     
  13. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    i don't such thing will be needed
    it will not auto start, until you enable it
    and with bio lock like finger ...
    so ..

    and also once you disable AI feature
    it also disable.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    #27055 Jingzin, Jun 12, 2024
    Last edited: Jun 12, 2024
    I believe it will, also haven't looked into latest 11 release but it maybe as simple as removing few packages using for example cbsenum to make recall dissappear.

    also im on win11 22h2 which works great
    from it will be moving to win 11 iot ltsc no ai and bloat likely recall aint included either
     
  15. cavalier3003

    cavalier3003 MDL Novice

    Apr 15, 2017
    2
    0
    0
    anyone knows is it possible to do deep clean WinSxS like ntlite does ?? thanks
     
  16. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    Use dism++ to do sxs etc cleaning. That's what I been using for ages,
    Also before cleaning run dism scanhealth and sfc scannow so you know if there aren't any errors already.
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    MS reversed the decision, that this feature should be enabled by default.
    With the controversy generated, I believe that this feature will become available, but disabled by default. The same should happen with Copilot.

    Supposedly, I think this is why 26100.712 update isn't available anymore.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    they are now saying, that recall will be enabled via windows update in future