MSMG ToolKit

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

  1. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
    #7681 Enthousiast, Aug 30, 2018
    Last edited: Aug 30, 2018
  2. rwayboy

    rwayboy MDL Novice

    Joined:
    May 17, 2017
    Messages:
    32
    Likes Received:
    4
    Trophy Points:
    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

    Joined:
    May 4, 2018
    Messages:
    7
    Likes Received:
    4
    Trophy Points:
    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

    Joined:
    Aug 18, 2018
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Aug 18, 2018
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Remove Telemetry using Toolkit Helper.
     
  6. Ishan Singh

    Ishan Singh MDL Novice

    Joined:
    Aug 18, 2018
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    May 17, 2017
    Messages:
    32
    Likes Received:
    4
    Trophy Points:
    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

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

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
  10. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,209
    Likes Received:
    7,533
    Trophy Points:
    210
    :rofl:
     
  11. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    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

    Joined:
    Oct 31, 2017
    Messages:
    6
    Likes Received:
    1
    Trophy Points:
    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

    Joined:
    Nov 21, 2012
    Messages:
    51
    Likes Received:
    6
    Trophy Points:
    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

    Joined:
    Oct 18, 2014
    Messages:
    6,209
    Likes Received:
    7,533
    Trophy Points:
    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

    Joined:
    Mar 20, 2016
    Messages:
    14
    Likes Received:
    1
    Trophy Points:
    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

    Joined:
    Apr 4, 2018
    Messages:
    25
    Likes Received:
    4
    Trophy Points:
    0
  17. Art Vandale

    Art Vandale MDL Novice

    Joined:
    Sep 3, 2018
    Messages:
    1
    Likes Received:
    2
    Trophy Points:
    0
  18. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    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.



     
  19. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180