MSMG ToolKit

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    450
    #7681 Enthousiast, Aug 30, 2018
    Last edited: Aug 30, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. rwayboy

    rwayboy MDL Novice

    May 17, 2017
    32
    4
    0
    How do you skip that? When I chose to delete telemetry, everything was removed and I wasn't asked to keep the Unified Telemetry Client.
     
  3. daidaiwood

    daidaiwood MDL Novice

    May 4, 2018
    7
    4
    0
    I use the latest toolkit 8.8.
    I followed the latest tutorial, but I can't install the latest updates with WU.
    Please give me some advice.

    1.Remove all required Microsoft Default Metro Apps
    2.Remove all required Windows Components
    3.Remove all required Advanced Windows Components E,I,J,K,L,M,N
     
  4. Ishan Singh

    Ishan Singh MDL Novice

    Aug 18, 2018
    14
    0
    0
    I saw somewhere in this thread that if you remove any of the "Remove at last" components, then you'll have to install updates in .cab format through WHD separately.
     
  5. Ishan Singh

    Ishan Singh MDL Novice

    Aug 18, 2018
    14
    0
    0
    Remove Telemetry using Toolkit Helper.
     
  6. Ishan Singh

    Ishan Singh MDL Novice

    Aug 18, 2018
    14
    0
    0
    Is your Windows Photo Viewer working? What are you getting in sfc scan? I was getting the following when I first ran sfc scan :

    2018-08-27 13:3 1:17, Info CSI 000023d7 [SR] Repairing corrupted file \??\C:\Windows\System32\en-US\\OneDriveSettingSyncProvider.dll.mui from store
    2018-08-27 13:3 1:31, Info CSI 000026b8 [SR] Repairing corrupted file \??\C:\Windows\System32\\OneDriveSettingSyncProvider.dll from store
    2018-08-27 13:33:58, Info CSI 00004421 [SR] Repairing corrupted file \??\C:\Windows\SysWOW64\en-US\\OneDriveSettingSyncProvider.dll.mui from store
    2018-08-27 13:34:04, Info CSI 00004565 [SR] Repairing corrupted file \??\C:\Windows\SysWOW64\\OneDriveSettingSyncProvider.dll from store
    2018-08-27 13:34:44, Info CSI 00004d91 [SR] Repairing corrupted file \??\C:\Windows\System32\en-US\\OneDriveSettingSyncProvider.dll.mui from store
    2018-08-27 13:34:44, Info CSI 00004d93 [SR] Repairing corrupted file \??\C:\Windows\SysWOW64\en-US\\OneDriveSettingSyncProvider.dll.mui from store
    2018-08-27 13:34:44, Info CSI 00004d95 [SR] Repairing corrupted file \??\C:\Windows\System32\\OneDriveSettingSyncProvider.dll from store
    2018-08-27 13:34:44, Info CSI 00004d97 [SR] Repairing corrupted file \??\C:\Windows\SysWOW64\\OneDriveSettingSyncProvider.dll from store
     
  7. rwayboy

    rwayboy MDL Novice

    May 17, 2017
    32
    4
    0
    When you say Toolkit Helper, what do you mean? Because I can't seem to find anything related to that.
     
  8. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,030
    1,328
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,030
    1,328
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,208
    7,533
    210
    :rofl:
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    You need to use [5] Customise -> Tweaks -> Enable and Set Windows Photo Viewer As Default Viewer to enable PhotoViewer, then the option will be available in the defaults list.

    Although the Tweaks is meant to make the Windows PhotoViewer as the default one, the Settings app won't obey it, still some extra tweaks needs to be added to automate it.

    It's normal the SFC will throw errors when a patch or skin is applied to windows files

    When a component is removed using the ToolKit Remove Component menu, it uses the DISM.exe to remove the component which does causes the SFC to throw errors.

     
  12. gheppy

    gheppy MDL Novice

    Oct 31, 2017
    6
    1
    0
    #7693 gheppy, Sep 1, 2018
    Last edited by a moderator: Sep 1, 2018
    In ToolKit-v8.8\ToolKit.cmd (open with notepad++ or notepad, notepad ++ it shows line numbers)
    change line 25209 from
    Code:
    echo.
    echo.-------------------------------------------------------------------------------
    echo.Removing Microsoft Unified Telemetry Client ^(Asimov^) Package...
    echo.-------------------------------------------------------------------------------
    %ToolKitHelper% "%InstallMount%" UnifiedTelemetryClient
    echo.
    

    to

    Code:
    echo.
    echo.-------------------------------------------------------------------------------
    echo.Removing Microsoft Unified Telemetry Client ^(Asimov^) Package...
    echo.-------------------------------------------------------------------------------
    REM %ToolKitHelper% "%InstallMount%" UnifiedTelemetryClient
    echo.
    
    REM = comments = skip

    This change is for version 16299+

    But if you search for UnifiedTelemetryClient can be done for older version of windows to.
     
  13. Shitagi

    Shitagi MDL Junior Member

    Nov 21, 2012
    51
    6
    0
    Anyone having issues with configuring Xbox accessories (i.e One S controller) ? I'm stuck on the next page after pressing configure. Perhaps some component removal doesn't play nice?
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,208
    7,533
    210
    Hello MSMG I've been using days ago the Toolkit v 8.8 (having Windows 8.1 as host) so I was able to check in your Read me. txt that the cleanup Source images with Component cleanup & Resetbase item does not appear as the first option within Windows 8.1/Server Usage Order What It can cause problems for some users who may not pay the proper attention.
     
  15. CZ Eddie

    CZ Eddie MDL Novice

    Mar 20, 2016
    14
    1
    0
    So if I use the latest August Win10 image then I should not remove components because it breaks the Windows setup process?
     
  16. impala6667

    impala6667 MDL Novice

    Apr 4, 2018
    25
    4
    0
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Usually I don't recommend MS refreshed source images because

    - Previously the DISM had issues in removing Apps, But now I don't know whether that issue still exists or not.
    - By the time the MS releases a refreshed ISO, the updates contained in the image are outdated.

    With the latest Windows 10 RS4 LCU, removing WMP breaks the windows setup, so I do not recommend removing it or use the original image remove the components and then integrate the updates/install updates through WU.



     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180