Thanks Monkey but I do not use the toolbar, I use the app and looks like they fixed on 2010, right?
- Installing older apps, may create safety, security, or stability issues within the OS.
2. "looks like they fixed on 2010, right?" I don't think so:
https://blog.malwarebytes.com/detections/pup-optional-babylon/
3. Upload your installer to https://www.virustotal.com/#/home/upload to check it out, (but it is not a guarantee that it will not create safety, security, or stability issues within the OS.)
Consider running adwcleaner, and Malwarebytes Free (not trial, deactivate trial, and make sure it scans for rootkits)..
Please consider turning on the PUP protection in Windows Defender, and running a scan:
PUA Protection is disabled by default and needs to be enabled. This is easy with PowerShell – just run this command line at the elevated PowerShell Prompt:
Set-MpPreference -PUAProtection 1
Then confirm that the value was reset by returning the current state for PUAProtection:
$Preferences = Get-MpPreference
$Preferences.PUAProtection