1. K-mikaZ

    K-mikaZ MDL Novice

    Sep 16, 2015
    1
    0
    0
    Hello everyone, and first of all, congratulations for your work.
    :)

    And sorry in advance for my english
    .


    I encountered a "little" trouble with my iso used [ Windows 10.0.15063 is Redstone 2 (rs2) ] on the latests versions of Toolkit.

    ToolKit_v8.6.7z and before works good, after (with the 8.7, 8.9, 9.1, 9.2 ), when I select REMOVE menu, it automatically switches me to the TWEAK menu. I can not access the removal of apps.
    All other functions are accessible.

    I have not seen any information about Build 15063.
    Is this normal and do I have to stick to version 8.6.7?
    Is it no longer supported on future versions of Toolkit, or is it just a forgotten line of code?

    One last thing.
    When I integrate the dedup and the FileServer packages, it does not automatically integrate the languages packs (fr-FR in my case) that are nevertheless present (ToolKit_v8.6.7 and other).
    For this part, nothing serious, just a simple feedback, for code improvement.

    Thank you in advance.
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes v9.1 works but there's SFC error with it, v9.2 is having issues with removing some apps along with the System Apps and Advanced Components.

    Hope to soon fix the issue with x64 builds soon.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Let the v1903 be released without any bugs/re-releases and things get settled, will add the support but before that need to fix the current build issues.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Do reply back when you install the OS since I need to know if it's working properly for non-en-us/en-gb users.

    Be it the Toolkit or Abbodi's WU Installer or other scripts, every tool uses the DISM to integrate the update so the result should be same.

    I have removed all compoenents for x86 en-us/en-gb image and there are no SFC errors or any other errors so far.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I have made sure to keep the files that break other software when the components are removed, let me know if you have any software not working.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Paste the below code into a notepad and save it in Toolkit folder as tkremove.cmd, mount the image using the ToolKit and run the tkremove.cmd using the NSudo command prompt.

    The sample batch for removing System Apps

    Code:
    @echo off
    
    Bin\ToolKitHelper.exe Mount\Install AADBrokerPlugin
    Bin\ToolKitHelper.exe Mount\Install AssignedAccessLockApp
    Bin\ToolKitHelper.exe Mount\Install BioEnrollment
    Bin\ToolKitHelper.exe Mount\Install ContentDeliveryManager
    Bin\ToolKitHelper.exe Mount\Install Cortana
    Bin\ToolKitHelper.exe Mount\Install EdgeDevToolsClient
    Bin\ToolKitHelper.exe Mount\Install Edge
    Bin\ToolKitHelper.exe Mount\Install FileExplorer
    Bin\ToolKitHelper.exe Mount\Install LockApp
    Bin\ToolKitHelper.exe Mount\Install MapControl
    Bin\ToolKitHelper.exe Mount\Install OneDrive
    Bin\ToolKitHelper.exe Mount\Install ParentalControls
    Bin\ToolKitHelper.exe Mount\Install PeopleExperienceHost
    Bin\ToolKitHelper.exe Mount\Install PPIProjection
    Bin\ToolKitHelper.exe Mount\Install QuickAssist
    Bin\ToolKitHelper.exe Mount\Install RetailDemoContent
    Bin\ToolKitHelper.exe Mount\Install SecureAssessmentBrowser
    Bin\ToolKitHelper.exe Mount\Install SettingSync
    Bin\ToolKitHelper.exe Mount\Install SkypeORTC
    Bin\ToolKitHelper.exe Mount\Install SmartScreen
    Bin\ToolKitHelper.exe Mount\Install WindowsDefender
    Bin\ToolKitHelper.exe Mount\Install WindowsMixedReality
    Bin\ToolKitHelper.exe Mount\Install WindowsReaderPDF
    Bin\ToolKitHelper.exe Mount\Install XboxGameCallableUI
    
    
    The same above System Apps can be removed all at once

    Code:
    @echo off
    
    Bin\ToolKitHelper.exe Mount\Install SystemApps
    
    
     
  7. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    Mount\Install removes?

    100% sure?

    I would of thought it'd be something like Mount\Remove (just typing this without looking at the code so far)
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Code:
    MSMG ToolKit Commandline Helper
    Version: 1.0.1512.0
    
    Usage: ToolKitHelper.exe <path_to_offline_image> <component_name>
    


     
  9. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    #9969 kosta26, Mar 24, 2019
    Last edited: Mar 24, 2019
    Understand nothing. How to call and how to make it work?
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      105.9 KB
      Views:
      75
    • 2.jpg
      2.jpg
      File size:
      77.1 KB
      Views:
      74
    • 3.jpg
      3.jpg
      File size:
      86 KB
      Views:
      73
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    Unsupported Windows OS/Build/Language
    17763.379. Russian image.
     

    Attached Files:

    • 4.jpg
      4.jpg
      File size:
      45.6 KB
      Views:
      46
  12. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    #9972 Krager, Mar 24, 2019
    Last edited: Mar 24, 2019
    Very simple to use ToolKitHelper.exe to remove components from a script, have to compliment MSMG for making it that way.

    First you need privileges elevated above Admin. This is needed for registry modifications. You can open a command shell elevated to System like this "nSudo.exe -U:T -P:E cmd". Run your script containing calls to ToolKitHelper.exe from there.

    Within the script you make calls to ToolKitHelper.exe. Say your image is mounted to C:\mount and your script is in the same directory as the ToolKitHelper binary. To remove OneDrive, for example, it would look like this; ToolKitHelper.exe C:\mount OneDrive.

    To get a list of removable components type ToolKitHelper.exe C:\mount with the image mounted as above. Depends on the version but you may need to add a question mark on the end there. Don't know how he set it up for 9.2.

    A really nice feature of ToolKitHelper.exe is it stands alone. So you can throw nSudo.exe, ToolKitHelper.exe, and your script into some preferred location and run it all in a portable fashion from there, really slick.

    Also you can call your script with nSudo by replacing "cmd" with your script name. That runs the script directly with the required privs.
     
  13. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    Unsupported Windows OS/Build/Language. 17763, pro, x64, RU.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    - Mount the image using the ToolKit
    - Open a NSudo Command prompt
    - Type tkremove.cmd and press Enter key

    Just realized I forgot to modify the if condition checking for Image language in the ToolKitHelper menu, but the component will get removed when the component name is specified.

    Code:
    C:\Toolkit>Bin\ToolKitHelper.exe Mount\Install /?
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.1512.0
    
    Image Version: 10.0.17763.1
    
    Valid Component Names:
    
    Internet
    ========
    
      AdobeFlashForWindows                  -  Adobe Flash For Windows
      InternetExplorer                      -  Internet Explorer
    
    Multimedia
    ==========
    
      FirstLogonAnimation                   -  First Logon Animation
      GameExplorer                          -  Game Explorer
      SnippingTool                          -  Snipping Tool
      WindowsMediaPlayer                    -  Windows Media Player
      WindowsPhotoViewer                    -  Windows Photo Viewer
      WinSAT                                -  Windows System Assessment Tool
    
    Privacy
    =======
    
      AssignedAccess                        -  Assigned Access
      CEIP_SQM                              -  Customer Experience Improvement Program (CEIP)
      FaceRecognition                       -  Face Recognition
      KernelDebugging                       -  Kernel Debugging | Depends on: WindowsErrorReporting
      LocationService                       -  Location Service
      UnifiedTelemetryClient                -  Unified Telemetry Client (Asimov) | Depends on: WindowsErrorReporting
      WindowsErrorReporting                 -  Windows Error Reporting
    
    Remoting
    ========
    
      HomeGroup                             -  HomeGroup
      MultiPointConnector                   -  MultiPoint Connector
      RemoteAssistance                      -  Remote Assistance
    
    System
    ======
    
      DeviceLockdown                        -  Device Lockdown (Embedded Experience)
      EaseOfAccessThemes                    -  Ease of Access Themes
      Paint                                 -  Paint
      SystemRestore                         -  System Restore
      WindowsSubsystemForLinux              -  Windows Sybsystem For Linux
      WindowsToGo                           -  Windows To Go
    
    System Apps
    ===========
    
      AADBrokerPlugin                       -  Azure Active Directory AppX Broker Plugin
      AssignedAccessLockApp                 -  Assigned Access Lock App | Depends on: AssignedAccess
      BioEnrollment                         -  Bio Enrollment App
      ContentDeliveryManager                -  Content Delivery Manager
      Cortana                               -  Cortana, StartMenu & Settings Search App
      EdgeDevToolsClient                    -  Edge Developer Tools Client | Depends on: Edge
      Edge                                  -  Edge Browser App
      FileExplorer                          -  File Explorer App
      LockApp                               -  Lockscreen App
      MapControl                            -  Map Control
      OneDrive                              -  OneDrive Desktop Client
      ParentalControls                      -  Parental Controls App
      PeopleExperienceHost                  -  People Bar
      PPIProjection                         -  Connect App
      QuickAssist                           -  Quick Assist App
      RetailDemoContent                     -  Retail Demo Content
      SecureAssessmentBrowser               -  Take Test App
      SettingSync                           -  Setting Sync
      SkypeORTC                             -  Skype ORTC
      SmartScreen                           -  SmartScreen App
      WindowsDefender                       -  Windows Defender App
      WindowsMixedReality                   -  Windows Mixed Reality
      WindowsReaderPDF                      -  Windows Reader (PDF) | Depends on: Edge
      XboxGameCallableUI                    -  Xbox Game Callable UI
    
    Windows Apps
    ============
    
      3DViewer                              -  Mixed Reality Viewer App | Depends on: WindowsMixedReality
      AdvertisingXaml                       -  Advertising Xaml
      Alarms                                -  Alarms & Clock App
      BingWeather                           -  Weather App | Depends on: AdvertisingXaml
      Calculator                            -  Calculator App
      Camera                                -  Camera App
      CommunicationsApps                    -  Windows Calendar & Mail App | Depends on: AdvertisingXaml
      DesktopAppInstaller                   -  Desktop App Installer
      FeedbackHub                           -  Feedback Hub App
      GetHelp                               -  Get Help App
      Getstarted                            -  Tips App
      HEIFImageExtension                    -  High Efficiency Image File (HEIF) format Plugin
      Maps                                  -  Maps App | Depends on: MapControl
      Messaging                             -  Messaging App
      MixedRealityPortal                    -  Mixed Reality Portal App | Depends on: WindowsMixedReality
      OfficeHub                             -  My Office App
      OfficeOneNote                         -  OneNote App
      OneConnect                            -  Mobile Plans App
      Paint3D                               -  Paint 3D App
      People                                -  People App | Depends on: PeopleExperienceHost
      Photos                                -  Photos App
      Print3D                               -  Print 3D App
      ScreenSketch                          -  Screen Sketch App
      SkypeApp                              -  Skype App
      SolitaireCollection                   -  Solitaire Collection App | Depends on: XboxGameCallableUI
      SoundRecorder                         -  Voice Recorder App
      StickyNotes                           -  Sticky Notes App
      VP9VideoExtensions                    -  Google's VP9 WebM Video Codec Plugin
      WalletService                         -  Microsoft Pay App
      WebMediaExtensions                    -  Web Media format Plugin
      WebpImageExtensions                   -  WebP Image format Plugin
      WindowsStore                          -  Microsoft Store App
      XboxApp                               -  Microsoft Xbox App | Depends on: XboxGameCallableUI
      XboxIdentityProvider                  -  Xbox Identity Provider | Depends on: XboxApp
      YourPhone                             -  Your Phone App
      ZuneMusic                             -  Groove Music App
      ZuneVideo                             -  Films & TV App
    
    Group Commands
    ==============
    
      Internet                              -  All Internet Components
      Multimedia                            -  All Multimedia Components
      Privacy                               -  All Privacy Components
      Remoting                              -  All Remoting Components
      System                                -  All System Components
      SystemApps                            -  All System Apps
      WindowsApps                           -  All Windows Apps
      AllComponents                         -  All Components
    
    C:\Toolkit>
    
    Will fix the menu in the next release.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The component removal for Windows 7 - Windows 10 RS4 has been removed temporarily starting from v8.9, so please do use the older version v8.8 until it's restored back.

    I had put a message to display the same but the if condition failed in the code, I have corrected it in the next build.

     
  16. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    So there is no way to remove, and wait for fixes?
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No you can remove it's just the ToolKitHelper menu need to be fixed.

    Just type the component name as specified above it gets removed.

     
  18. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    Woops, yeah, for some reason, i completely ignored the word "Mount".. which would make sense for it to be the path.
     
  19. ranheta

    ranheta MDL Novice

    Feb 1, 2018
    4
    0
    0
    Good afternoon, I would like to ask for help. It would be possible to tell me how to rename an iso of 8.1 from core to home single language.
     
  20. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    MSMG ToolKit v9.2 works well with Windows 10 Enterprise LTSC RDS5 1809 x64Bit ? I should only remove Windows Features & Search and Windows Defender, I wanted to know if it is stable.