1. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
    #20621 umut24, Oct 6, 2021
    Last edited: Oct 6, 2021
  2. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
    Thank you very much, you are great.
     
  3. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG

    When I click [2] Integrate => [3] Features => Microsoft Default Inbox Apps, the MSMG Toolkit close..!!
     
  4. Mohammadrezabh

    Mohammadrezabh MDL Novice

    Oct 6, 2021
    1
    0
    0
    Hey I removed almost all apps from windows 11 official iso and now microsoft store cannot download apps can anybody help me please this is so important to me thanks for this awesome tool.
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    There is a new version of Toolkit.cmd 2021-10-04. He made the correction there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Working now. tks..!!
     
  7. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20629 inTerActionVRI, Oct 6, 2021
    Last edited: Oct 6, 2021
    Try this. I believe that your problem should be because of Tweaks.

    Change:

    from disable 4:
    reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "4" /f >nul 2>&1
    to 5:
    reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "5" /f >nul 2>&1

    from disable 4:
    reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "4" /f >nul 2>&1
    to 5:
    reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "5" /f >nul 2>&1

    keep like this:
    reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\WaaSMedicSvc" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1

    from disable 4:
    reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\wuauserv" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1
    to Manual 3:
    reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\wuauserv" /v "Start" /t REG_DWORD /d "3" /f >nul 2>&1


    If this does not solve, you have to check the dependencies of the components removed to know if anything was missing.
    Follows attached a zipped file containing ".reg and .cmd".
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20631 inTerActionVRI, Oct 7, 2021
    Last edited: Oct 7, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. AkarshM

    AkarshM MDL Novice

    Oct 21, 2020
    15
    7
    0
    Is there any package that we need to remove to install Windows 11 on unsupported systems? Or anything else that we need to do within MSMG Toolkit to make this happen?
     
  11. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    Choose Windows Setup Boot Image while selecting Source
    Customize - Apply Tweaks - Disable Windows 11 Installer Hardware Check
     
  12. Hunter23071985

    Hunter23071985 MDL Novice

    Sep 20, 2014
    6
    3
    0
    Hello everyone!
    When to expect support for the final version of Windows 11 or is it already in Toolkit 11.8?
     
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,279
    21,931
    240

    read @ Current Change log
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG,

    I have not found any registry keys after removing Windows Defender; SmartScreen; Security Center for Microsoft Windows Malicious Software Removal Tool. I think I need to add these to the registry, as updates for Windows Defender and its components are climbing into the system along with other updates.

    This should solve the problem, at least if you just disable Windows Defender with tweeks, this doesn't happen.

    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f 
     
  15. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    What I meant was that you should think about it and make changes to your code.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    But this is present in the "Disable Windows Defender" Tweak.

    It may be interesting after removing Windows Defender, always do the Tweak application.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. adabo

    adabo MDL Novice

    Aug 2, 2009
    20
    3
    0
    #20639 adabo, Oct 7, 2021
    Last edited: Oct 7, 2021
    Can this toolkit disable everything in Windows that's not needed for gaming and basic personal use? I don't even want defender/smart screen. Or any built in systems that are doing any real-time tracking, or reporting.

    *Edit: Just to clarify, I'm not simply looking for a "lite" version. Some features I still want like Store and media server. I just want Windows be quiet and save CPU cycles.
     
  18. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Yes. I completely remove both defender and smartscreen and the deployed image is fine.
    As for the privacy concerns, the toolkit is not really focused on that, although it contains some tweaks.
    You may want to use a third party ap like ShutUp10.

    Cheers.