I just remembered that I removed Content Delivery Manager with MSMG ToolKit and it still detects Telemetry!
hey do you have a link for the older 7.3 toolkit? only newer versions can be found, I would like to strip away some bloat from ltsb, thanks
ltsb is way gnarly, dude! [edit] Given the international flavor/flavour of this community ... I got curious about the translation of Cali/Hawaiian surf lingo "way gnarly, dude!" Only the French got it right "façon gnarly, mec!" ltsb is most definitely façon gnarly, mec!
Is it possible to export MSMG ToolKit's configuration to use it later? How can I remove current UWP apps' icons from the start menu?
I was talking about removing apps from the start menu like Windows Defender Security Center and Mixed Reality Portal, among others. EDIT: MSMG ToolKit can't load install.esd? Is it possible to convert install.wim to install.esd with it? EDIT 2: I found a way to convert it to ESD but I couldn't do any operation next since it didn't detect install.wim (how could it detect it when it converted it to install.esd?). I still can't load a current install.esd with MSMG ToolKit.
install.esd is not serviceable by dism, so you have to convert it to install.wim to be able to service it.
Doesn't MSMG Toolkit provide wim>esd conversion? Or manually by using the dism /export command: Code: dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:y /DestinationImageFile:"z:\install.esd" /Compress:recovery /checkintegrity Or by using @abbodi1406 WIM<>ESD tool: https://forums.mydigitallife.net/threads/esd-wim-conversion-batch.54007/#post-903619
You're confusing full ESD (WU file) and install.esd. For WIM<>ESD = https://forums.mydigitallife.net/threads/esd-wim-conversion-batch.54007/#post-903619 For ESD>ISO = https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731
It is always very nice to have a tool to do things for you, but you should have knowledge of what you are doing first. There is plenty of information on the internet about everything the MSMG toolkit does, and you should try this stuff out manually. I actually studied his code at times to see what was going on.