New official repo of https://winupdatefixer.com
** Change Log **
Changes since version 1.2
Improved the user interface to better fit all of its content without multiple scroll bars
Fixed the program not starting due to expired certificate
Changes since version 1.1
The app window can now be resized in its results show view.
Improved the Debug_GenerateDebugLog directive support and debug log content.
Split Process_Init_Pas() into two functions and fixed many bugs there.
Removed Debug_ExceptionMessages directive. Debug_GenerateDebugLog is better anyway.
Removed DEBUG_WRITE_LOG, because Debug_GenerateDebugLog is better anyway.
Changes since version 1.0
Removed the use of encrypted strings in order to improve code readability. They were used to prevent VirusTotal false positives. I'm going to ass-u-me that since the program is now open source, it will no longer be flagged with such false positive detections.
Replaced all of the hard-coded 'c:\windows' references with %WINDIR%. While this makes very little difference for any actual use case, it's still a better way to do it.
Other minor code cleanup and maintenance, and added some more comments to document the code.