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)
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/.
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
You can get svf files to convert from base image to any language from here https://forums.mydigitallife.net/threads/windows-10-svf-repository.63324/page-241#post-1706172
Thank you, I've already downloaded those files but there are couple versions of each. This confuses me the most . 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.
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.
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.