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?
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.
@MSMG I just want to say a HUGE Thank you for all the work you have done and have been doing. Really appreciate it.
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
It starts fine like this: Code: @echo off @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
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"
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?
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?
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.
Makes sense. Thanks chief. I am formatting now and installing Windows 10 so it will work as my previous attempt on Windows 7 failed