If both is selected updates for x86 and for x64 Version of Windows, only patches and defender signatures for x86 in ...\client\w100\glb\ and ...\client\wddefs\x86-glb\ are downloaded. If the signatures and patches in ...\client\wddefs\x64-glb\ and ...\client\w100-x64\glb\ should be updated every x86 Version have to be deselected. I think in DownloadUpdates.cmd it runs only once through lines 190-...
- Code: Select all
:NoMoreParams
echo %1 | %SystemRoot%\System32\find.exe /I "x64" >nul 2>&1
if errorlevel 1 (set TARGET_ARCH=x86) else (set TARGET_ARCH=x64)
where the target platform is defined
Could someone help how to fix this?
Regards