Those App tiles present in the Start Menu are not the Inbox Apps, those Apps will be downloaded as soon you connect to internet (Candy Crush). Did you try the v1809 with full components removed?
Thanks. I said it before but I'd like to repeat - you made the awesome tool. Thank you very much. Could you advise which W10Pro version is the most component removal friendly? I want it bare bones, only Cortana left. Code: 17763.379.190312-0539.rs5_release_svc_refresh / Include KB4489899, KB4470788, KB4489907, KB4483452 17763.253.190108-0006.rs5_release_svc_refresh / Include KB4480116, KB4470788, KB4470502 17763.107.101029-1455.rs5_release_svc_refresh / Include KB4464455 17763.1.180914-1434.rs5_release 17134.112.180619-1212.rs4_release_svc_refresh / Include KB4284835 17134.1.180410-1804.rs4_release Spoiler
From the next version the Toolkit will only support the first released source images i.e without the updates integrated for all Windows 10 Versions (Currently only v1809/v903 are supported) 17763.1.180914-1434.rs5_release is the required one for v1809 Installing updates through Windows Updates works, Post integration of updates i.e after the component removal was working before but with the current CU it's not working here for me and that's why I have uploaded the test version to know the user feedback. 17134 is currently not supported with the present version of Toolkit but will be added back in future.
I can try 1809 17763.1 when I get home I'll remove everything and post my results. I'll also integrate the latest cu, ssu and .net
hello is it possible to create a standalone iso of DART 10 with MSMG ? Also, is it possible to add DART to a recovery partition already installed on the SSD ?
Standalone means for a plain WinPE image, Yes you can and here's the step - Mount the WinPE image to a folder Code: Dism.exe /Mount-Image /Imagefile:<WinPE.wim> /Index:1 /MountDir:<Mount-Folder> - Apply the DaRT 10 + DaRT 10 languages pack + DaRT 10 Debug Tools images to the mounted folder using the below commands Code: Dism.exe /Apply-Image /ImageFile:Dart_w10.tpk /Index:2 /ApplyDir:<Mount-Folder> Dism.exe /Apply-Image /ImageFile:Dart_w10_en-US.tpk /Index:2 /ApplyDir:<Mount-Folder> Dism.exe /Apply-Image /ImageFile:DebugTools_w10_rs6.tpk /Index:2 /ApplyDir:<Mount-Folder> - Commit changes and unmount the WinPE image using the below command Code: Dism.exe /UnMount-Image /MountDir:<Mount-Folder> /Commit - Rebuild the WinPE image using the below command Code: Dism /Export-Image /SourceImageFile:<WinPE.wim> /SourceIndex:1 /DestinationImageFile:<New_WinPE.wim> /compress:Max Note: Dart Packs Index:1 is for x86 and Index:2 is for x64 For Recovery image (Winre.wim) it's the same above steps.
Is there a way to integrate .Net Framework 4.8 in Win10 1809 image? Unpacking NetFX48_W10.7z file to Packs folder doesn't show up in Toolkit -> Integrate.
I have only uploaded the new packs, still the updated ToolKit need to be uploaded, doing few final testing. It will be available in this week.
Remove Windows Components Using Package List now supports both the ToolKitHelper and DISM methods. Code: =============================================================================== MSMG ToolKit - Remove Windows Components Using Package List =============================================================================== ------------------------------------------------------------------------------- ####Starting Removing Windows Components Using Package List#################### ------------------------------------------------------------------------------- Image : Install.wim Image Index : 2 Image Architecture : x64 Image Version : 10.0.17763.1.0 Image Edition : Professional Image Default Language : en-US ------------------------------------------------------------------------------- ####Removing Windows Components Using Package List############################# ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Removing ParentalControls Package... ------------------------------------------------------------------------------- MSMG ToolKit Commandline Helper Version: 1.0.1620.0 Image Version: 10.0.17763.1 Component : ParentalControls Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. ------------------------------------------------------------------------------- Removing Microsoft-Windows-MultiPoint-Connector-Package Package... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.18362.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Removing package Microsoft-Windows-MultiPoint-Connector-Package~31bf3856ad364e35~amd64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------------------------- ####Finished Removing Windows Components Using Package List#################### ------------------------------------------------------------------------------- =============================================================================== Press any key to continue . . .
MSMG MDL Developer > MSMG ToolKit v9.2 With ToolKitHelper_1.0.1620.0 I Download > NetFX48_W10 I Put it in> C:\ToolKit\Packs\ I Want to integrate NET Framework 4.8 to Windows 10.0.17763.379 X64 I Run MSMG ToolKit, But There is No Option to integrate Framework 4.8 Doesn't Show Up in Toolkit -> Integrate
Wait, so what you mean is that we will only be able to remove components from base images without having the ability to firstly integrate CU updates? Or you just mean that we won't be able to directly remove components from refreshed images?
Msmg doesn't support working with a refreshed image and you are supposed to remove components before you integrate updates.
Msmg I'm doing my first test (will be done in about 30 min) without integrating updates but am curious as to why the new version of toolkithelper is really slow in doing its thing. Is this normal until you finalize things?
Thanks for answering but I already knew about refreshed images. I was a bit confused about the CU part. If you remove components before integrating updates, wouldn't there be the risk of any apps and components coming back?