Skip to content

Releases: dlebansais/Kill-Update

New features

05 Nov 13:26
Compare
Choose a tag to compare

This new release supports:

  • Allowing Windows Defender to update its signature base.
  • Disable two more services related to updates.

High-CPU usage bug fixed

09 Sep 19:53
Compare
Choose a tag to compare

Version v1.0.91 was suspicious for the Windows malware detector, and it would consume a lot of CPU power for no reason. This has been fixed.

Support of ZombifyMe (try #2)

08 Sep 22:07
Compare
Choose a tag to compare

I have added support for ZombifyMe. This will restart kill-Update if it crashes.

Support of ZombifyMe

08 Sep 12:42
Compare
Choose a tag to compare

Bugged version.

Tentative fix of issue #5

11 Jul 12:23
Compare
Choose a tag to compare

This version includes more logs and an attempt to fix issue #5 with an additional timer.

Update with more logs

21 Jun 09:27
Compare
Choose a tag to compare

This release contains the following changes:

  • Added more logs to the timer callback. This significantly increases the size of the log file (x7).
  • Handle the case of a system call returning null (although it should never do that).
  • Changed the timer to run every 15 seconds instead of 10s, to know if a crash depends on the number of callbacks executed.
  • The program no longer maintains a key to the registry, but renews the key every callback.

Log file

04 Jun 20:22
Compare
Choose a tag to compare

This version now includes logging activity to a file. This is optional.

  • Create a text file called settings.txt in the same folder as the program.
  • In this file, add a line with the path to the log file. You can choose the destination folder and file name.
  • Start the program. This should immediately add a few lines to the log file.

If you have an issue with this program, you can add the log file to your bug report.

Digital certificate updated

03 Jun 11:46
Compare
Choose a tag to compare

This version is pretty much the same as the previous one, with a digital certificate renewed (valid to April 2021).

Self-contained plugin version

25 Jun 21:24
Compare
Choose a tag to compare

This version has the same features than the previous version, but has been changed to use a plugin technology and to use Costura/Fody to merge assemblies.
As a result, you only need the download one file, and settings have been reset.

Edit (May 29th 2019): added a 32-bits binary for the 32-bits version of Windows 10.

Bug fix

04 Jun 22:07
Compare
Choose a tag to compare

This version stops a running service, even if already disabled (it looks like you can start a disabled service).