1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If you mean upgrading from previous build to this, no it won't since you are not adding the CU again.

    But if you use the WU or add the new CU later yes it will return the components.

     
  2. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    Something did not understand.

    I have the original image of Windows 10 Pro v2004 (v10.0.19041.208) and I want to remove the components. With monthly updates, will remote components return?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes it will return the removed components same as like v1903/v1909.

     
  4. yeyobo7778

    yeyobo7778 MDL Novice

    Apr 30, 2020
    7
    7
    0

    Yes, you need to add them to setupcomplete.cmd. You also need to change the HKCU paths to HKU\CUSTOM in the Tweaks.reg file.
     
  5. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #14965 sergey130270, Apr 30, 2020
    Last edited: Apr 30, 2020
    Thank you very much, I’ll experiment now
    So?
    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Keyboard Layout]

    [HKEY_CURRENT_USER\Keyboard Layout\Preload]
    ;Английский язык по умолчанию, а также добавление русского и украинского
    "1"="00000409"
    "2"="00000419"
    "3"="00000422"

    [HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
    "00000422"="00020422"

    [HKEY_CURRENT_USER\Keyboard Layout\Toggle]
    ;Переключение между языками ввода Ctrl+Shift
    "Language Hotkey"="2"
    "Hotkey"="2"
    "Layout Hotkey"="3"

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE]
    "AlwaysShowMenus"=dword:00000001
    "ShowStatusBar"=dword:00000001
    "TabBandWidth"=dword:000002a5

    ;Не проверять и запускать программы с непроверенной цифровой подписью
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
    "RunInvalidSignatures"=dword:00000001
    "CheckExeSignatures"="no"

    ;Отключить мастер первого запуска
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "DisableFirstRunCustomize"=dword:00000001
    "IE10TourNoShow"=dword:00000001

    ;Отключить встроенную проверку подлинности Windows
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "EnableNegotiate"=dword:00000000

    ;Список "безопасных" типов файлов для загрузки из интернета
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "LowRiskFileTypes"=".exe;.bat;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"
     
  6. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30

    Attached Files:

  7. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #14967 Windows 10 User, Apr 30, 2020
    Last edited: May 1, 2020
    I only have 1 index and so I can't remove it. What can I do reduce the image's size since after cleaning up the source image, applying and saving changes to it and rebuilding it the size increases a lot, then?

    When using the RemovePkgsList.txt file to remove components on 2004, MSMG ToolKit doesn't state "the operation completed successfuly." when removing some of them, like FirstLogonAnimation, GameExplorer, SpeechRecognition, CEIP_SQM, FaceRecognition, LocationService, PicturePassword, PinEnrollment, UnifiedTelemetryClient, WindowsErrorReporting and WindowsInsiderHub, so does this mean they weren't removed? It also takes a lot of time to remove all the components. I used the (ToolKitHelper:FirstLogonAnimation, ToolKitHelper:GameExplorer, ToolKitHelper:SpeechRecognition, ToolKitHelper:CEIP_SQM, ToolKitHelper:FaceRecognition, ToolKitHelper:LocationService, ToolKitHelper:picturePassword, ToolKitHelper:pinEnrollment, ToolKitHelper:UnifiedTelemetryClient, ToolKitHelper:WindowsErrorReporting and ToolKitHelper:WindowsInsiderHub entries).

    Is it possible to customize the taskbar with MSMG ToolKit and remove pinned items right next to the Search Box like File Explorer, the old Edge, Microsoft Store, the Mail app, as well as remove the Search Box itself and Cortana, customize the Start Menu shortcuts (remove the Pictures folder shortcut) and remove the desktop's old Edge shortcut?

    EDIT: Also, right after running MSMG ToolKit, should I mount Windows Setup Boot Image and/or Windows Recovery image and when integrating updates, should I select the "Integrate Windows Updates" setting or the "Integrate WHD Update Pack" one, and if the latter, should I choose the "Integrate WHD General Updates" setting or the "Integrate Windows Setup Media Updates" one, and if the former, should I click on the "Integrate to Windows Setup Boot Image" setting, on the "Integrate to Windows Setup Install Image" one, on the "Integrate to Windows Setup Install & Recovery Image" one or on the "Integrate to Windows Setup Install Boot, Install & Recovery Image" one?

    EDIT 2: I just checked and FirstLogonAnimation, GameExplorer, SpeechRecognition, CEIP_SQM, FaceRecognition, LocationService, PicturePassword, PinEnrollment, UnifiedTelemetryClient, WindowsErrorReporting and WindowsInsiderHub weren't removed. Also, which one of the following commands may restore removed components: sfc /scannow or DISM /Online /Cleanup-Image /RestoreHealth? I integrated the latest CU, CU for .NET Framework and SSU and the removed components didn't return.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    No, before, else you would need to rebuild again after deleting the indexes you don't want.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #14970 Windows 10 User, Apr 30, 2020
    Last edited: Apr 30, 2020
    Could you tell me when, exactly? I read the README.txt file to see the order I should follow when using MSMG ToolKit and I can't find the part regarding indexes. Maybe I should do it before cleaning the source image and after integrating updates, removing components and customizing the start menu.

    Also, right after running MSMG ToolKit, should I mount Windows Setup Boot Image and/or Windows Recovery image and when integrating updates, should I select the "Integrate Windows Updates" setting or the "Integrate WHD Update Pack" one, and if the latter, should I choose the "Integrate WHD General Updates" setting or the "Integrate Windows Setup Media Updates" one, and if the former, should I click on the "Integrate to Windows Setup Boot Image" setting, on the "Integrate to Windows Setup Install Image" one, on the "Integrate to Windows Setup Install & Recovery Image" one or on the "Integrate to Windows Setup Install Boot, Install & Recovery Image" one?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #14971 Enthousiast, Apr 30, 2020
    Last edited: Apr 30, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Tested with 19041.208 (20H1 / 2004) and did not receive any SFC errors - I believe this is because Windows Updates (SSU + CU) were not integrated.

    x86 ISO: 19041.208.200417-1735.VB_RELEASE_SVC_IM_CLIENTMULTI_X86FRE_EN-GB.ISO
    x64 ISO:
    19041.208.200417-1904.VB_RELEASE_SVC_IM_CLIENTMULTI_X64FRE_EN-GB.ISO

    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > C)

    Remove using RemovePkgsList.txt (4 > 3)
    ToolKitHelper:Cortana
    ToolKitHelper:GameExplorer
    ToolKitHelper:MapControl
    ToolKitHelper:OneDrive
    ToolKitHelper:peopleExperienceHost
    ToolKitHelper:pPIProjection
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:WindowsApps

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2 > Y)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    FFS, it cleans up the [DELETED] folder, inside the wim, filled with leftovers from the servicing done to it, thus decreasing the size of the wim files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    But I've been using it for some time and it never decreased the size of the WIM files, just the contrary, and when should I remove the indexes which apparently actually decrease the ISO size unlike this rebuild image setting?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Rebuilding never can increase the size...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #14980 Windows 10 User, May 1, 2020
    Last edited: May 1, 2020
    But that's what I'm telling you since the beginning. If it's not its fault, at least the size always increases a lot after using the cleanup source images, the apply & save changes to source images and the rebuild source images settings. Maybe it's the first two mentioned settings' fault or just one of the two and not the rebuild source image setting's fault.