pgkt04 / defender-control

An open-source windows defender manager. Now you can disable windows defender permanently.
MIT License
1.4k stars 120 forks source link

link release statically #2

Closed own2pwn closed 2 years ago

own2pwn commented 2 years ago

if you try to download & execute current github release you'd get an error because vcruntime is not on the system

pgkt04 commented 2 years ago

if you try to download & execute current github release you'd get an error because vcruntime is not on the system

you need to have Microsoft C++ Redistributables installed. See https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160

But on that note, I will look into recompiling a version with the libraries linked.

own2pwn commented 2 years ago

thanks