Hello there,
I´m trying to install the Sophos Client on an Server 2016 and I´m getting this Error (short):
Installation failed : IsWow64Process2 not available on older platforms
On an older thread I found this solution:
mkdir C:\digicerttemp
cd C:\digicerttemp
certutil.exe -urlcache -f https://cacerts.digicert.com/DigiCertTrustedRootG4.crt C:\digicerttemp\DigiCertTrustedRootG4.crt
certutil.exe -addstore root C:\digicerttemp\DigiCertTrustedRootG4.crt
cd \
rmdir digicerttemp /S /Q
But when I try this, the Microsoft Defender blocks it with an detection of Trojan:Win32/Ceprolad.A
I think it´s a false positive, but when searched for this, I only find one (!) guy who had a similar problem. But I can´t be the only one out there who run into this behaviour? Anyone else?!
This thread was automatically locked due to age.