I think we're just waiting for the new version that works seamlessly with x64, hopefully it will be in time for the next update.
If you remove IE on LTSC'19 you might experience a problem with Volume Mixer, where "System Sounds" wouldn't persist between reboots and resets on next notification sound. Long story short: Volume Mixer can't create the subkey where it intends to store the volume levels, somehow it only affects System Sounds. A fix is to create this key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry. Or you can apply it to default user's ntuser.dat for a system-wide fix. edit: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry]
The other dependency I didn't have before was AdvertisingXaml. Before, I removed everything except for OneNote and WindowsStore. Tested this on x64 v1809 pro image and it is working great. Thanks much!
which toolkit works flawlessly with enterprise ltsb 1607 build 14393 for removing all components with no sfc /scannow?
It depends. Not all operations will cause SFC issues. OneDrive removal will. It's just a matter of reading and make a "safe" list of what can be removed without causing SFC errors. It's always better to disable more and remove less. Cheers.
Actually when removing the Internet Explorer, the ToolKit creates this key [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore]
Apply the Win32Calc pack and import registry Code: Dism.exe /Apply-Image /ImageFile:Win32Calc.tpk /Index:2 /ApplyDir:<Image-Mount-Path> Reg.exe import Win32Calc_x64.reg
That's because the in v8.8.7 the ToolKit uses the DISM to remove the components which will cause SFC error when the DISM removes more than required.
@MSMG I have a strange (good news). Sorry, it is long story.. I continue to make some tests in real conditions: ( Removing; Adding and installing windows on HDD or SSD) Since ToolKit came version 9.2 , I had some issues and errors when removing components. Toolkit was installed on my D: partition, Leaving Windows Host LTSC x64 on C: All operations where made on D: partitions and I got errors. 10 days ago I remove Toolkit from d: and put it to c:\Toolkit Since then, I have been able to made new Iso files without any errors from 9.2 Toolkit using Windows Pro 17763.1 or 17763.107 or Windows 10 1809 LTSC - all 64 Bits - I integrate Latest SSU and just latest Feb CU . Then I remove almost all windows components , keeping Asimov Telemetry Hyper V and some useful components. After installation and activation I let Windows install drivers and latest march CU + Dot.Net CU. Nothing came back when I look into systemApps ' folder. I made a "dism /online /cleanup-image /checkhealth", then "dism /online /cleanup-image /scanhealth" and came clean. (Did not use /resetbase) Can it be in relation with the use of the partition or whatever cause to see x64 builds working well ?