1. myvircandy

    myvircandy MDL Novice

    Jun 17, 2018
    23
    4
    0
    22000.194, I used MSMG11.8 to remove the component, but the tiles on the start menu are still there.

    Also, I would like to know if the component will be returned after the updated patch is installed.
     
  2. Windir7812

    Windir7812 MDL Novice

    Sep 1, 2016
    2
    0
    0
    MSMG,Can you please tell me what caused the OOBEKEYBOARD OOBEREGION error when installing Windows 11 22000.194 RU? I removed all components except
    InternetExplorer
    EdgeChromium
    SystemRestore
    WindowsBackup
    WindowsFirewall
    AADBrokerPlugin
    AccountsControl
    WindowsStoreClient
    XboxClient
    XboxApp
    XboxIdentityProvider
    XboxGameCallableUI

    There components were no errors when deleting
    Toolkit is located at C:/Toolkit
     
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    As you can see by this thread, the majority of users speak English. So it would be better if you posted in English, as you will be more likely to receive an answer.

    正如您在此線程中看到的,大多數用戶都說英語。 所以如果你用英文發帖會更好,因為你更有可能收到答案。

    正如您在此线程中看到的,大多数用户都说英语。 所以如果你用英文发帖会更好,因为你更有可能收到答案。
     
  4. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG,

    Code:
    Tweaks by MSMG
    
    :: Disable driver updates
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontPromptForWindowsUpdate" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontSearchWindowsUpdate" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DriverUpdateWizardWuSearchEnabled" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "SearchOrderConfig" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t reg_DWORD /d "1" /f
    
    :: Disable Windows Update
    reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "SystemSettingsDownloadMode" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Speech_OneCore\Preferences" /v "ModelDownloadAllowed" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "OptInOOBE" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t reg_DWORD /d "5" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d" /v "RegisteredWithAU" /t REG_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "HideMCTLink" /t reg_DWORD /d "1" /f
    
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Speech" /v "AllowSpeechModelUpdate" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DoNotConnectToWindowsUpdateInternetLocations" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DisableWindowsUpdateAccess" /t reg_DWORD /d "1" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "AUOptions" /t reg_DWORD /d "2" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t reg_DWORD /d "1" /f
    Code:
    :: Tweaks by OO ShutUP
    
    :: Disable Windows Update via peer-to-peer
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t reg_DWORD /d "0" /f
    reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "SystemSettingsDownloadMode" /t reg_DWORD /d "0" /f
    
    :: Disable updates to the speech recognition and speech synthesis modules
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Speech" /v "AllowSpeechModelUpdate" /t reg_DWORD /d "0" /f
    
    :: Disable automatic downloading manufacturers apps and icons for devices
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t reg_DWORD /d "1" /f
    
    :: Disable automatic driver updates through Windows Update
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t reg_DWORD /d "1" /f
    
    :: Disable automatic app updates through Windows Update
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t reg_DWORD /d "5" /f
    
    :: Disable automatic Windows Update
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t reg_DWORD /d "1" /f
    
    :: Disable Windows Updates for other prodcuts (e.g. Microsoft Office)
    reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d" /v "RegisteredWithAU" /t REG_DWORD /d "0" /f

    There are some registry keys which may be causing problems in my opinion and I have decided to remove them (service related keys) . The bottom line is that I need to completely disable Windows updates but still have the NET Framework installed. The option I suggested works.
     
  5. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG, I mean you need to improve the interface so that the user can apply registry tweaks more subtly.
     
  6. bababafasdfggg

    bababafasdfggg MDL Novice

    Oct 5, 2018
    29
    12
    0
    #21006 bababafasdfggg, Oct 24, 2021
    Last edited: Oct 24, 2021
    Hi ,so i made a custom iso removed stuff i wanted ,added updates, made cleanup:ResetBase and next thing i wanna do is remove some "Features".
    Listed those with command:
    Dism /online /Get-Features /Format:Table > %UserProfile%\Desktop\Features.txt
    Those command gave me the list of all "Features" installed on online system.

    What to do to remove for example: "Printing-XPSServices-Features"?
    In registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\
    there are:
    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package~31bf3856ad364e35~amd64~pl-PL~10.0.17763.1
    Microsoft-Windows-Printing-XPSServices-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Printing-XPSServices-Package~31bf3856ad364e35~amd64~pl-PL~10.0.17763.1

    So the thing is completly removed?
    Also from Turn On/Off Features in Windows.

    I found : DisableFeaturesList.txt and EnableFeaturesList.txt but no "Remove"
    Is it possible with MSMG Toolkit or other way to do it?
    Please tell me.
    Thanks for help.
     
  7. odjinan

    odjinan MDL Novice

    Apr 13, 2013
    28
    20
    0
    From my understanding, removed stuff are reinstalled and activated on the next monthly update... desactived stuff stay desactived...
     
  8. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,239
    592
    60
    Defender is the only thing that comes back when I install a CU. I don't bother removing it anymore, I just disable it on systems where I don't want it.
     
  9. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    255
    147
    10
    使用英语发帖。

    Reply and create thread in English Please.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    You can do those mods using Custom registry and skiping Tweaks menu.
     
  12. bababafasdfggg

    bababafasdfggg MDL Novice

    Oct 5, 2018
    29
    12
    0
    #21013 bababafasdfggg, Oct 25, 2021
    Last edited: Oct 25, 2021
    Ok thank u for nice guide :D

    So putting those 2 lines in RemovePkgsList.txt:

    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package
    Microsoft-Windows-Printing-XPSServices-Package

    Will remove packages:
    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package~31bf3856ad364e35~amd64~pl-PL~10.0.17763.1
    Microsoft-Windows-Printing-XPSServices-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Printing-XPSServices-Package~31bf3856ad364e35~amd64~pl-PL~10.0.17763.1

    Just want to make sure, thanks.

    At this moment im at 763/763 Packages removed some with install_wim_tweak on online system.
    Didnt Broke anything yet, Sfc /Scannow no problems.

    There is any list of important Windows packages? (So i don't Brake anything)
    I dont touch NetFramework, HyperV, Defender, Updates for sure.

    Im on LTSC2019
     
  13. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    I add components to the list along with their language packs, as you may have noticed in my first screenshot. Although some may not.
     
  14. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10

    I'm using the latest builds of Windows 10 and Windows 11, I need as exact a copy of Windows 7 as possible, but I'm hampered by some Windows Defender components, SmartScreen etc, full list below.

    If I remove the components that I have marked, could their removal affect software compatibility?

    Code:
    SecurityCenter
    WindowsErrorReporting
    StepsRecorder
    WindowsFirewall
    ParentalControls
    SmartScreen
    WindowsDefender
     
  15. bababafasdfggg

    bababafasdfggg MDL Novice

    Oct 5, 2018
    29
    12
    0
    I suggest to not remove WindowsFirewall rest ok.
     
  16. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    I make builds for myself in this way:

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-968#post-1660061
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-910#post-1640488

    It may seem too extreme for you... :rolleyes:
    All my software works well. Of course, in order to get a good result, it will take a lot and a long time to test your builds, be prepared for this. After all, it is important for you that your OS serves you reliably. Therefore, do not rush to remove many components at once. Don't try to imitate anyone. Start small. During the testing process, you will understand for yourself what you can delete without violating the functions that are important to you. It is difficult to give an unambiguous answer to your question... For a novice user, I think the capabilities provided by Toolkit Helper should be more than enough.
     
  17. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG,

    Code:
    hmm for some reason we could not install firefox.

    Code:
    InternetExplorer
    FirstLogonAnimation
    GameExplorer
    SpeechRecognition
    WindowsMediaPlayer
    WindowsPhotoViewer
    WinSAT
    KernelDebugging
    WindowsErrorReporting
    HomeGroup
    MultiPointConnector
    RemoteAssistance
    DeviceLockdown
    EaseOfAccessThemes
    EasyTransfer
    FileHistory
    ManualSetup
    Paint
    SecurityCenter
    StepsRecorder
    SystemRestore
    WindowsBackup
    WindowsFirewall
    Wordpad
    AADBrokerPlugin
    AccountsControl
    OOBENetworkCaptivePortal
    OOBENetworkConnectionFlow
    ParentalControls
    SmartScreen
    WindowsDefender
    WindowsStoreClient
    XboxIdentityProvider
    
    I've only excluded from removal what you recommended, I haven't extended the list any further. There was already a problem with installing Firefox on Windows 10 21h1. I don't know what caused it, either a Windows modification or Firefox itself.
     
  18. VictorUSA

    VictorUSA MDL Novice

    Aug 11, 2012
    44
    17
    0
    多分あなたは英語に翻訳するためにグーグルを使うべきです
    Maybe you should use Google to translate into English...
    Peut-être devriez-vous utiliser Google pour traduire en anglais...
    Fortasse Google utere debes ut in Anglicam transferatur...
    Måske skulle du bruge Google til at oversætte til engelsk...
    Kanskje du burde bruke Google til å oversette til engelsk...
    Du kanske borde använda Google för att översätta till engelska...
    Vielleicht solltest du Google für die Übersetzung in Englisch benutzen...
     
  19. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10

    Even the original image is very buggy, this started after they released Windows 8 and started shoving rubbish into the system.