1. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0
    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.
     
  3. fakeful

    fakeful MDL Novice

    Dec 16, 2018
    5
    10
    0
    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]
     
  4. kandido

    kandido MDL Junior Member

    Jun 14, 2015
    61
    37
    0
    It works very well, thank you. I've had the same issue on LTSB 1607 too.

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    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!
     
  6. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    How to add win32 calc separately without running the toolkit?
     
  7. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    754
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    which toolkit works flawlessly with enterprise ltsb 1607 build 14393 for removing all components with no sfc /scannow?
     
  9. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    8.7
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. fecial

    fecial MDL Novice

    Sep 17, 2012
    13
    0
    0
    really? use 8.8.7 will cause SFC issue.
     
  11. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    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.
     
  12. fecial

    fecial MDL Novice

    Sep 17, 2012
    13
    0
    0
    want to removal OneDrive,But 8.8.7 cause SFC errors,Do you have a better way?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Actually when removing the Internet Explorer, the ToolKit creates this key

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore]

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    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
    
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    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.

     
  16. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    Russian language integrates itself?
     
  17. Bluescreen

    Bluescreen MDL Senior Member

    Jul 16, 2009
    348
    52
    10
    @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 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    Is it just the onedrive removal will cause sfc scanerror?
     
  19. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    Which version of MSMG ToolKit works well with Windows 10 Enterprise 2016 LTSB 1607 x64bit italian ?