1. ZloY SloN

    ZloY SloN MDL Novice

    Apr 5, 2017
    11
    13
    0
    No, I didn't. First I removed all Metro. Then I removed all system apps on page 1 with no errors. After that I started to remove sys apps on page 2 and got 3 errors - Search, System Restore and Store. You wrote that Component Removal Engine at present only works for en-GB and en-US Language, but my system locale is Russian (ru-RU). I think this is the cause of a problem. Am I right?
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    No, Only the components Xbox Callable UI, People Experience Host, Windows Defender, SmartScreen do use the New Component Removal Engine (ToolKitHelper.exe) for removal and rest of the components do use the old DISM Method which is used in earlier versions of ToolKit.

    Removing other components should work for any language source images.

     
  3. valued17

    valued17 MDL Member

    Jul 1, 2013
    149
    10
    10
    @MSMG I just want to say a HUGE Thank you for all the work you have done and have been doing. Really appreciate it.
     
  4. 9adq

    9adq MDL Novice

    Oct 29, 2017
    1
    0
    0
    change Code Page from 437 to 936 to show chinese character.
     
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    I cannot get v7.9 to start. So I added pause to the end of Start.cmd and this what is shown:
    Code:
    @echo off
    if "%PROCESSOR_ARCHITECTURE%" equ "x86" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x86\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
    else if "%PROCESSOR_ARCHITECTURE%" equ "amd64" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
    pause
     
  6. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    It starts fine like this:
    Code:
    @echo off
    @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    #4447 MSMG, Nov 3, 2017
    Last edited: Nov 3, 2017
    (OP)
    Sorry coding between VS and DOS batch programming, some time I do miss certain syntax, please do change it to like this :

    Code:
    @echo off
    if "%PROCESSOR_ARCHITECTURE%" equ "x86" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x86\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
    if "%PROCESSOR_ARCHITECTURE%" equ "amd64" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
    
    

     
  8. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #4448 biatche, Nov 3, 2017
    Last edited: Nov 3, 2017
    try change amd64 -> AMD64.

    let me know what happens
    Code:
    C:\Users\admin>echo %PROCESSOR_ARCHITECTURE%
    AMD64
    
    C:\Users\admin>if "%PROCESSOR_ARCHITECTURE%" equ "amd64" echo yes
    
    C:\Users\admin>if "%PROCESSOR_ARCHITECTURE%" equ "AMD64" echo yes
    yes
    speaking of which, we the hardcore msmg users can catch these bugs in beta before it reaches majorgeeks :), right dhjohns?
     
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    With the AMD change and this code it works now !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,766
    1,018
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,766
    1,018
    60
    Guys, the ISO that I have contains all editions like Student, Education, Home, Pro, etc.

    How can I make it Home and Pro only and remove all other editions?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,589
    107,695
    450
    By deleting all other indexes or just export the home and pro indices to a new wim.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,766
    1,018
    60
    can you teach me how to delete all the indexes please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,589
    107,695
    450
    It all can be done with MSMG Toolkit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    1) Go-To [8] Tools -> [1] WIM Manager -> [3] Delete Menu

    2) Choose the Edition you want to delete



     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    It doesn't matter before or after it should work, But I didn't just tested the integration before removal.

    Integrating it later will reduce the time as it will skip the update for removed components.


     
  17. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,766
    1,018
    60
    Makes sense. Thanks chief. I am formatting now and installing Windows 10 so it will work as my previous attempt on Windows 7 failed
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Prezzi

    Prezzi MDL Junior Member

    Aug 13, 2013
    53
    7
    0
    @MSMG

    Thanks for the great work. I will wait for the GUI version to do a clean installation.
     
  19. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,019
    124
    90
    No, I didn't.
     
  20. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,019
    124
    90
    #4460 Windows 10 User, Nov 3, 2017
    Last edited: Jul 13, 2023