windows-defender

Why is Windows Defender delaying the start of our piece of software?

北城以北 提交于 2019-12-13 20:03:56
问题 I'm trying to help the SuperCollider community to try and understand how we can prevent Windows Defender from delaying the execution of one of the executable, on a up-to-date Windows 10. The original github issue can be found on github. Here is the test case : download the latest version of SuperCollider for Windows x64 (3.10.3) install it reboot your computer open "cmd" and start scsynth.exe cd "\Program Files\SuperCollider-3.10.3" scsynth.exe -u 57110 You will have to wait 50 to 60 seconds

Pyinstaller .exe throws Windows Defender [no publisher]

筅森魡賤 提交于 2019-12-03 22:49:48
问题 I developped a python code an i converted it to a exe with pyinstaller but the problem is that there is no publisher so each time a coputer runs my program, Windows Defender throws an alert that says that there is no publisher so the program is not sure... Does anyone know how to change the publisher of an .exe from none to somthing or how to implement Publisher in pyinstaller ? Thanks a lot. Julien 回答1: The short answer is that this has nothing to do with PyInstaller. It's a general issue

Windows Defender - Add exclusion folder programmatically

那年仲夏 提交于 2019-12-03 09:44:58
问题 I was checking out different keyloggers for research purposes and stumbled upon Refog: https://www.refog.com/keylogger/ This program could catch a lot of system events, but what really caught my attention was something else. The program created a hidden folder called Mpk, path C:\Windows\SysWOW64\Mpk. It was marked as an operating system files folder, because it was not visible until I unmarked Hide protected operating system files (recommended) . This, I guess, can be done via the attrib

Pyinstaller .exe throws Windows Defender [no publisher]

别来无恙 提交于 2019-12-01 02:09:53
I developped a python code an i converted it to a exe with pyinstaller but the problem is that there is no publisher so each time a coputer runs my program, Windows Defender throws an alert that says that there is no publisher so the program is not sure... Does anyone know how to change the publisher of an .exe from none to somthing or how to implement Publisher in pyinstaller ? Thanks a lot. Julien The short answer is that this has nothing to do with PyInstaller. It's a general issue with any exe in recent versions of Windows. You need to "code sign" your exe's now. It's really a money making