1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210

    The current Toolkit's removal program can remove components only for these images

    Code:
    Windows 10 Client v1809 (v10.0.17763.2300)
    Windows 10 Client v1903 (v10.0.18362.1) & v1903/v1909 (v10.0.1836x.1916)
    Windows 10 Client v2004 (v10.0.19041.1) & v2004/v20H2/v21H1/v21H2 (v10.0.1904x.1348)
    Windows 11 Client v21H2 (v10.0.22000.1/v10.0.22000.318)
    
     
  2. brz.2k2

    brz.2k2 MDL Novice

    Jul 24, 2015
    11
    6
    0
    Relax, but some things came back. I am sure they are in RemovePkgsList. That was on IoT and fresh v11.9. My frustration was more with LTSC, I am very glad for your work. Thank you, your project is a gem \o/.
     
  3. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  5. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    Find an error using toolkit helper method to remove solitaire collection in Windows 10 21H2 build 19044.1348
    OS used: Windows 10 21H2 build 19044.1348
    MSMG Toolkit version: v11.9
     

    Attached Files:

  6. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
  7. SimonPetrus

    SimonPetrus MDL Novice

    Dec 25, 2020
    16
    1
    0
    Where can I find windows 10 LTSC 19044.1288 Turkish language files?
     
  8. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    83
    39
    0
  9. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    83
    39
    0
    #21493 tosgaba, Nov 18, 2021
    Last edited: Nov 18, 2021
    Thank you,
    I've already downloaded those files but there are couple versions of each. This confuses me the most :D.
    I need some advice like this:
    Microsoft.Windows.Photos_2021.21090.29009.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx
    and I think there must be some .xml files also.

    With version 11.8 I added Photos app to the corresponding folder and it integrated the app into the LTSC 2019 quite nicely.
     
  10. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Sometimes I forget that some people are still using 32 bit OSs :)

    Interestingly, when I created my image using 11.6 those files could not be found. No dramas though, I already had copies of them from when I used 10.4 to build the images. I am on LTSC 2019 though.
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #21495 MSMG, Nov 19, 2021
    Last edited: Nov 19, 2021
    (OP)
    Shorten the Toolkit's working path length.
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #21498 MSMG, Nov 19, 2021
    Last edited: Nov 19, 2021
    (OP)

    Microsoft.Windows.Photos_2021.21090.29009.0_neutral___8wekyb3d8bbwe.AppxBundle is not Windows 11


    - You need to open the Photos App with 7-zip and again inside it open the AppStubCS.Windows_2021.21090.10008.0__x64_Ship.appx

    - Now right click on AppxManifest.xml and choose Edit

    - Check this part to know which OS it is made for

    Code:
      <Dependencies>
        <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19400.0" />
        <PackageDependency Name="Microsoft.UI.Xaml.2.4" MinVersion="2.42007.9001.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
        <PackageDependency Name="Microsoft.NET.Native.Framework.2.2" MinVersion="2.2.27405.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
        <PackageDependency Name="Microsoft.NET.Native.Runtime.2.2" MinVersion="2.2.27328.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
        <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.30035.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
      </Dependencies>
    
    You need these files

    Code:
    Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.appx
    Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.appx
    Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe.appx
    Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.appx
    Microsoft.Windows.Photos_2021.21090.10008.0_neutral___8wekyb3d8bbwe.AppxBundle
    
    The License XML file is now included with-in the Toolkit so no need to look for it.
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    May be those files were retained from recent versions.
     
  14. SimonPetrus

    SimonPetrus MDL Novice

    Dec 25, 2020
    16
    1
    0