MSMG ToolKit

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

  1. aixiaoke5

    aixiaoke5 MDL Novice

    Joined:
    Apr 17, 2018
    Messages:
    7
    Likes Received:
    4
    Trophy Points:
    0
  2. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
  3. aixiaoke5

    aixiaoke5 MDL Novice

    Joined:
    Apr 17, 2018
    Messages:
    7
    Likes Received:
    4
    Trophy Points:
    0
  4. ogoriaipfds

    ogoriaipfds MDL Novice

    Joined:
    Feb 12, 2020
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    0
  5. ogoriaipfds

    ogoriaipfds MDL Novice

    Joined:
    Feb 12, 2020
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    0
    MSMG,

    What is the name of this service, or did they hide it from the interface?
    HKLM\SYSTEM\ControlSet001\Services\Ndu

    Sysmain / superfetch has a different registry key

    p.s
    I could not find where it turns off differently!
     
  6. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    I think they have moved the search indexing related stuffs to Settings Apps -> Search section.

     
  7. Igor147

    Igor147 MDL Member

    Joined:
    Oct 20, 2016
    Messages:
    107
    Likes Received:
    47
    Trophy Points:
    10
    Let me know the results. Thanks in advance.
     
  8. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
  9. exitcause

    exitcause MDL Novice

    Joined:
    Nov 4, 2016
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Sorry if this is already covered, is the 2004 ISO supported for removing apps?
     
  10. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
    #14173 zero cool root, Feb 19, 2020
    Last edited: Feb 19, 2020
    @MSMG

    Please, how to disable in registry:

    Real-time Protection
    Cloud-delivered protection
    Automatic sample submission
    Tamper Protection
    Disable Automatic Windows Upgrade
    Disable Windows Update

    Thanks in advance..!!
     
  11. Yanta

    Yanta MDL Senior Member

    Joined:
    May 21, 2017
    Messages:
    279
    Likes Received:
    136
    Trophy Points:
    10
    #14174 Yanta, Feb 20, 2020
    Last edited: Mar 21, 2020
    Deleted
     
  12. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Windows 10 v2004 is not supported but you can use the Remove Apps using Apps List method in ToolKit which uses the DISM to remove the Apps.

     
  13. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    I have uploaded a updated Toolkit pack for Edge Chromium for Windows 10 and have tested both the x86 + x64 packs with Update service working.

    Please do test and report back if any issues are found.
     
  14. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    #14177 MSMG, Feb 20, 2020
    Last edited: Feb 20, 2020
    (OP)
    Code:
    Windows Registry Editor Version 5.00
    
    ; Disable Microsoft SpyNet membership
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SpyNetReporting"=dword:00000000
    
    ; Disable submitting data samples to Microsoft
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SubmitSamplesConsent"=dword:00000002
    
    ; Disable reporting of malware infection information
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontReportInfectionInformation"=dword:00000001
    
    ; Disable Windows Defender
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    ; Disable Windows Defender Realtime Monitoring
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableRealtimeMonitoring"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableBehaviorMonitoring"=dword:00000001
    "DisableOnAccessProtection"=dword:00000001
    "DisableScanOnRealtimeEnable"=dword:00000001
    
    ; Disable Windows Defender Tamper Protection
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
    "TamperProtection"=dword:00000000
    
    ; Disable Windows Updates via peer-to-peer
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config]
    "DODownloadMode"=dword:00000000
    
    ; Disable Windows Updates via peer-to-peer
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
    "DODownloadMode"=dword:00000000
    
    ; Disable Windows Updates via peer-to-peer
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization]
    "SystemSettingsDownloadMode"=dword:00000000
    
    ; Disable Updates to the speech recognition and speech synthesis modules
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Speech]
    "AllowSpeechModelUpdate"=dword:00000000
    
    ; Activate deferring of upgrades
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DeferUpgrade"=dword:00000001
    "DeferUpgradePeriod"=dword:00000001
    "DeferUpdatePeriod"=dword:00000000
    
    ; Disalbe automatic downloading manufacturers apps and icons for devices
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]
    "PreventDeviceMetadataFromNetwork"=dword:00000001
    
    ; Disalbe automatic driver updates through Windows Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
    
    ; Disalbe automatic app updates through Windows Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate]
    "AutoDownload"=dword:00000002
    
    ; Disalbe automatic Windows Updates
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    ; Disalbe automatic Windows Updates
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wuauserv]
    "Start"=dword:00000004
    
    ; Disalbe Windows Updates for other Microsoft products
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d]
    "RegisteredWithAU"=dword:00000000
    
    
     
  15. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
    For 1909..??

    Tamper Protection..?? Don't need..??
     
  16. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    I have updated my previous post with the tweak to disable Tamper Protection.

     
  17. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
    Thank you so much..!!