[BUG] NTLite hangs when configuring services...

ElektroStudios

New Member
I'm using NTLite v1.8.0.6582 (x64) to edit a Windows 10 1809 ISO (from Media Creation Tool download). The thing is that a thread in background hangs forever when trying to configure these services for the Boot.wim image (Microsoft Windows Setup (x64)):

XML:
        <Services>
            <TweakGroup name="services">
                <Tweak name="p2pimsvc\p2pimsvc">4</Tweak>
                <Tweak name="stisvc\stisvc">4</Tweak>
                <Tweak name="PolicyAgent\PolicyAgent">4</Tweak>
                <Tweak name="p2psvc\p2psvc">4</Tweak>
                <Tweak name="lmhosts\lmhosts">4</Tweak>
                <Tweak name="iphlpsvc\iphlpsvc">4</Tweak>
                <Tweak name="RpcEptMapper\RpcEptMapper">4</Tweak>
                <Tweak name="NcaSvc\NcaSvc">4</Tweak>
                <Tweak name="wlidsvc\wlidsvc">4</Tweak>
                <Tweak name="SNMPTRAP\SNMPTRAP">4</Tweak>
                <Tweak name="TrkWks\TrkWks">4</Tweak>
                <Tweak name="WlanSvc\WlanSvc">4</Tweak>
                <Tweak name="NgcCtnrSvc\NgcCtnrSvc">4</Tweak>
                <Tweak name="MSDTC\MSDTC">4</Tweak>
                <Tweak name="SDRSVC\SDRSVC">4</Tweak>
                <Tweak name="SSDPSRV\SSDPSRV">4</Tweak>
                <Tweak name="upnphost\upnphost">4</Tweak>
                <Tweak name="PerfHost\PerfHost">4</Tweak>
                <Tweak name="WiaRpc\WiaRpc">4</Tweak>
                <Tweak name="Browser\Browser">4</Tweak>
                <Tweak name="QWAVE\QWAVE">4</Tweak>
                <Tweak name="fdPHost\fdPHost">4</Tweak>
                <Tweak name="KtmRm\KtmRm">4</Tweak>
                <Tweak name="NgcSvc\NgcSvc">4</Tweak>
                <Tweak name="IKEEXT\IKEEXT">4</Tweak>
                <Tweak name="DoSvc\DoSvc">4</Tweak>
                <Tweak name="Eaphost\Eaphost">4</Tweak>
                <Tweak name="PNRPsvc\PNRPsvc">4</Tweak>
                <Tweak name="FDResPub\FDResPub">4</Tweak>
                <Tweak name="Wecsvc\Wecsvc">4</Tweak>
                <Tweak name="pla\pla">4</Tweak>
                <Tweak name="bthserv\bthserv">4</Tweak>
                <Tweak name="SensorDataService\SensorDataService">4</Tweak>
                <Tweak name="WinHttpAutoProxySvc\WinHttpAutoProxySvc">4</Tweak>
                <Tweak name="lfsvc\lfsvc">4</Tweak>
                <Tweak name="SENS\SENS">4</Tweak>
                <Tweak name="SstpSvc\SstpSvc">4</Tweak>
                <Tweak name="PNRPAutoReg\PNRPAutoReg">4</Tweak>
                <Tweak name="ALG\ALG">4</Tweak>
                <Tweak name="SensorService\SensorService">4</Tweak>
                <Tweak name="SensrSvc\SensrSvc">4</Tweak>
                <Tweak name="DsSvc\DsSvc">4</Tweak>
                <Tweak name="wisvc\wisvc">4</Tweak>
                <Tweak name="icssvc\icssvc">4</Tweak>
                <Tweak name="wbengine\wbengine">4</Tweak>
                <Tweak name="CryptSvc\CryptSvc">4</Tweak>
                <Tweak name="OneSyncSvc\OneSyncSvc">4</Tweak>
                <Tweak name="WSearch\WSearch">4</Tweak>
                <Tweak name="wuauserv\wuauserv">4</Tweak>
                <Tweak name="XboxGipSvc\XboxGipSvc">4</Tweak>
            </TweakGroup>
        </Services>

But some way the NTLite procedure "completes" and it generates the ISO file, but when I load that ISO in a new virtual machine, I only see a Windows loading screen and then a black screen (no Windows Setup UI).

NTLite stays at 20% forever at the "Configure - Services" step.

Please note that I'm aware there is no need to configure services for boot.wim, but I did it just for curiosity because NTLite gave me the chance to do it, and then I discovered this bug. I'm just reporting this problem to the dev., I don't need to solve this.
 
Last edited:
Back
Top