Stops Windows PCs from Freezing
If you have an underperforming PC that freezes all the time, this
program will prevent that. This program automatically ends any other
running tasks that are not responding, in order to prevent a lock up.
This program is licensed under the GNU General Public License V3, or at your
option, any later version. Please read the license file for more details.
PLEASE NOTE: Version v1.1 (Little Changes) and the First Release (v1.0) has a broken
installer program, use the latest release for a working installer.
Please report all problems you encounter to the GitHub® Issues Page.
This program’s uninstaller is still under development, you are free to
try it. However, follow the manual instructions below for a reliable
method of removing the program.
Remember, Windows Explorer is not Internet Explorer.
Any feedback as to why you wanted to remove this program is very welcome, I
plead that you do so.
If you wish to make a contribution to any part of the program,
please do the following:
Since this program is designed to mitigate a lock-up, the codebase is as small
as possible. This means that compilation is simple and requires few dependencies.
Original compilation was done on Fedora, and proceedes as follows.
Please note that using any other compiler (e.g. Visual Studio ) should
still be very simple if you are familiar with the .NET Framework.
Install Mono C# :
$ sudo dnf -y install mono-devel
Once installed, you can clone the repo.
$ git clone https://github.com/DUDEX64/Freeze-No-More.git
Compilation should be straight forward
$ cd Freeze-No-More; make
Please report any errors to the Issues Page.