MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    Can I ask why you didn't chose to use Education instead of Enterprise? Intrigued and maybe this is something I should also consider.
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Then you may need to re-do the image.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    21H1 is not yet released, if you want can add the support for normal tasks other then the component removal.

     
  4. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
  5. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    #17806 MIMMO61, Dec 13, 2020
    Last edited: Dec 13, 2020
    I have already tried, but during the installation it gives me response error
     
  6. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
  7. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    650
    423
    30
    Assuming you want to know why I went with Education instead of Enterprise:
    Mainly after reading some posts here on this board. @Enthousiast for example said:
    "Easily available on Techbench, has the least UWP apps and the same administrative options as Enterprise."
    Education is build off Enterprise, so it was not difficult to decide upon.

    This edition was also suggested by others, some mentioned that telemetry can be easily switched of (just like enterprise) by using the group policy editor.
    Finally, there is a noticeable performance increase in those recent builds, so it was the right moment to leave LTSC in the past.

    Cheers.
     
  8. chev7

    chev7 MDL Novice

    Dec 7, 2019
    6
    0
    0
    Hello guys and team. Thank you for your product. Wait msmg toolkit 11 version. 20h2 (685) update.
     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
  10. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    Who has this tweak?
    [4]Customize-[8]Apply Tweaks-[D]Disable Automatic Downloading and Installing 3rd Party Apps
     
  11. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    I use it
     
  12. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    I myself need the tweak separately. If there is, discard ... Thanks in advance.
     
  13. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    i don't know how to extract it
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Code:
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f 
    Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d "1" /f
    
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Soon it will be available, if you want can upload just the updated ToolKitHelper.exe to support

    10.0.17763.1637
    10.0.18362.1256 or 10.0.18363.1256
    10.0.19041.685 or 10.0.19042.685

     
  16. miketunes

    miketunes MDL Novice

    Aug 23, 2010
    21
    5
    0
    Yea! I have success without any sfc errors. Last minor thing, the included w10_customstartmenulayout.xml doesn't work with 20H2. I had to remove these lines for it to work:
    <CustomTaskbarLayoutCollection PinListPlacement="Replace">
    <defaultlayout:TaskbarLayout>
    <taskbar:TaskbarPinList>
    <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" />
    </taskbar:TaskbarPinList>
    </defaultlayout:TaskbarLayout>
    </CustomTaskbarLayoutCollection>