MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

Antivirus problem (Bitdefender) #98

Closed kszabok closed 3 years ago

kszabok commented 3 years ago

Hello.

I wanted to see Log Stats. First time was no problem, but in second time my Bitdefender antivirus made an alarm, and it closed everything, and it wanted to move all temporary plot file to quarantine. Is it a specific Bitdefender problem? Has anyone else complained about this problem? I made some exclude, but it was not help.

malware_alarm

MrPig91 commented 3 years ago

This is the first time it has been reported. I do not use BitDenfender so I am not sure the best way to bypass it. You can try using the "-NoNewWindow" switch to see if that helps. I use this switch for testing only, but it might help you. Drawbacks are that it will not create a log file, if you close the powershell window that you launch the GUI from it will also close the GUI and logs will be written to the powershell window that you launched the GUI from.

sk00t3r commented 3 years ago

@kszabok I don't use Bitdefender but I did find this on their support page and it may apply to your situation.

How to add Antivirus exceptions

kszabok commented 3 years ago

I've made exceptions for chia.exe and powershell.exe, so it no longer alarms

MrPig91 commented 3 years ago

That is good to hear. I am glad you got it working :)