1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The Toolkit requires it's own Pack which consists of :

    Windows Language Pack
    Windows Language Features Pack (Windows 10)
    Windows PE Language Pack
    Windows PE supporting Packages Language Pack

    I have uploaded the pack for only some languages due to low upload speed, if you want any pack do specify the Language code will try to upload it soon.

    If you want to use your own files just download the en-US Pack from download link and get the folder/file structure and also file naming from it and create your pack using your own files.

    If you want to only the Language Pack then you can copy it's cab file to <Updates\<OS>\<Arch>> folder and use Integrate Windows Updates Menu to Integrate.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    No it wasn't it gets removed when the Store is Removed, I haven't separated it.

     
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    And why aren't they separated?
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #2784 MSMG, May 24, 2017
    Last edited: May 24, 2017
    (OP)
    I thought It may be required for purchasing Apps through Store and so it's better to be removed along with the Store.

     
  5. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Ok, but it's a problem for those who won't buy apps like me.
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Even I don't purchase apps, but I do manually remove the store purchase app using the command

    DISM /Image:Mount\Install /Remove-ProvisionedAppxPackage /PackageName:<AppName>


     
  7. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Ok.
     
  8. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,738
    1,009
    60
    @MSMG

    BTW bro, how come I removed Telemetry from the ISO, but after installing, if I run O&O Shutup10, it shows that remove telemetry is not Green, as in, I need to enable the "Disable Telemetry 1,2,3"

    If it's not even there in the ISO, do you think O&O ShutUp10 is just not seeing it properly or what?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Just a note for MonarchX: I use LTSB with Edge integrated and can do SFC /scannow and it does not give me any errors.
    I have posted the order several times. Integrate Edge (and other metro apps you may need) first just as MSMG says.
    It works flawless and no errors at all.

    Cheers.
     
  10. Puremin0rez

    Puremin0rez MDL Senior Member

    Nov 24, 2010
    267
    161
    10
    The program is looking for the existence of certain registry keys, the program doesn't see that entire components are removed from the system.

    Regardless, I would recommend just applying all the suggestions in the program regardless since it'll just apply a bunch of registry setting to ensure everything's disabled.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Can I remove Microsoft Malicious Software Removal, Firewall, UAC and those components the setup asks if I want to enable/disable them?
     
  12. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    For god's sake...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    #2793 GodHand, May 24, 2017
    Last edited: May 24, 2017
    DISM's API is what can be used to map the entire content of a package and then allocate the package's full system structure into a heap. Then you can remove not only the package, but all system-wide functions, settings, services, etc. connected to that package using a C++ scripts you can call with PowerShell. DISM alone just does basic removals, for the most part.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hi I like very much your explanation about Dism and very usefull too thanks dude :) for a while I still learning use of C++ scripts ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    There are a handful of generic C++ scripts on the web that will call the most used API functions. Writing your own C++ script is easy to do in Visual Studio, even if you have very limited experience with C++.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    What?
     
  17. lomticksoftoast

    lomticksoftoast MDL Member

    Nov 12, 2009
    197
    149
    10
    A simple concrete example script posted here would do wonders for those of us who are trying to understand specifically what you are talking about.
     
  18. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...
    ...Why now there is no longer possible to integrate net 4.6. x into Windows 7? Only 4.7?...
    Because had this option before...
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes many scripts are provided by Microsoft itself and most of them are in C++, If using C++ it can be used easily but for other languages we need to write a wrapper to access those API's.

    Also, there are some readily available Wrapper for DISM API which makes the task easy.

     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Because now it's is been replaced by 4.7