Restore Point Creator Changelog

What's new in Restore Point Creator 7.1 Build 2

Jul 25, 2018
  • This is the final release of System Restore Point Creator. This last version is a build combining most of the changes that occurred in the Public Beta Test Branch before I pulled support for this program back in March of 2018. This release does not change the fact that this program is no longer supported.

New in Restore Point Creator 7.0 Build 40 Public Beta 31 (Apr 6, 2018)

  • Included code to repair the WMI.

New in Restore Point Creator 7.0 Build 36 Public Beta 27 (Apr 2, 2018)

  • Added code to check and repair the system path environmental variable. This is for systems that are missing the path to the System32 folder.

New in Restore Point Creator 7.0 Build 35 Public Beta 26 (Apr 2, 2018)

  • Added link to the Restore Point Creator's web site to the About box.
  • Fixed a bug in which the auto-crash submission code that could cause the program to crash if the user removed their saved user info (name and email).

New in Restore Point Creator 7.0 Build 34 Public Beta 25 (Apr 2, 2018)

  • Updated the embedded Microsoft.Win32.TaskScheduler library to version 2.8.
  • Finally gave this program a proper About box instead of that really long message box.

New in Restore Point Creator 7.0 Build 33 Public Beta 24 (Apr 2, 2018)

  • Added code to mark the newly created crash log entry as submitted in the log data if auto crash submission is enabled.
  • Increased the amount of time that the program will wait while waiting for a mutex lock and then time out. Before it was 500 milliseconds, now it's one whole second.
  • Changed the "Mutex Last Acquired Where:" line so that it's always present in the extended exception data.

New in Restore Point Creator 7.0 Build 32 Public Beta 23 (Mar 29, 2018)

  • Added a new POST data value to the crash data submission data to indicate that it was an auto-submitted report.
  • Made the submitting of the crash data in the auto-submit code to be multi-threaded and the call to the writeToApplicationLogFile() function to be thread-safe.

New in Restore Point Creator 7.0 Build 31 Public Beta 22 (Mar 28, 2018)

  • Changed many of the ULong Integer (Unsigned 64-bit Integers) types to plain Long types (Signed 64-bit Intergers). Signed 64-bit Integers have a maximum value of 9,223,372,036,854,775,807; I doubt I will ever hit that number anytime in the future.

New in Restore Point Creator 7.0 Build 29 Public Beta 20 (Mar 27, 2018)

  • Cleaned up some code on the Disk Space Usage window.
  • Added an update checking interval, every time you launch the program. This feature additional was requested by Chris Raisin.
  • Added ArgumentNullException code to the deleteAtReboot Class.
  • Replaced Registry code in the deleteAtReboot Class to use the Using statement.
  • Removed the system restore auto-fix code from the system restore creation code on the main window, it was causing far more issues than it was helping to solve. Users are instead told to go to the System Restore Point Utilities menu and to click on Manually Fix System Restore.

New in Restore Point Creator 7.0 Build 28 Public Beta 19 (Mar 20, 2018)

  • Minor code cleanups on the Manage System Restore Storage Space window.
  • Fixed a bug on the Disk Space Usage window that could cause the program to crash if the Restore Point Reserved Maximum Space is smaller than the Used Space. This is a very rare condition and one that I didn't expect to ever have to deal with in the program. Thanks goes out to "Johnathon" for reporting this issue to me.

New in Restore Point Creator 7.0 Build 27 Public Beta 18 (Mar 20, 2018)

  • Cleaned up the listview sorting code to use less code.
  • Removed number formatting for event log entry ID numbers on the Application Event Log window.
  • Made it so that the log entry that indicates that no Safe Mode Boot Flag was found is only made if advanced debug mode is enabled in the application settings.

New in Restore Point Creator 7.0 Build 26 Public Beta 17 (Mar 9, 2018)

  • Replaced many of the Registry function calls during the application initialization and application command line tools to use a Using statement to make sure that RegistryKey Objects are closed properly.
  • Fixed a bug in which the scheduled restore point task code would create double log entries. Oops. This was caused by changes in the last public beta version.

New in Restore Point Creator 7.0 Build 25 Public Beta 16 (Mar 9, 2018)

  • Changed where mutex locking on the log file is acquired in many places of the program's code.
  • Hopefully fixed a bug in the routine that creates a scheduled restore point that could cause the program to crash with a unableToGetLockOnLogFile Exception.

New in Restore Point Creator 7.0 Build 24 Public Beta 15 (Mar 9, 2018)

  • Added some code to document in the program's memory where a mutex for log file access is acquired so that if a unableToGetLockOnLogFile exception was raised I can better track down where the last mutex lock was acquired and fix the bug.

New in Restore Point Creator 7.0 Build 23 Public Beta 14 (Mar 7, 2018)

  • Broke out the code of the createLogFile() function into createLogFileSub() for better mutex locking.
  • Removed mutex locking from the deleteEntryFromLog() function since we are locking the mutex in another part of the program.
  • Optimized the code used to delete multiple log entries by directly passing the ListView.SelectedListViewItemCollection Object to the deleteEntryFromLog() function.
  • Fixed the getSafeModeBootStatus() function because Microsoft changed some stuff. This prevented the program from detecting if Safe Mode Boot was enabled which could result in people being stuck in Safe Mode Boot.
  • Added some additional logging to the removeSafeModeBoot() routine.

New in Restore Point Creator 7.0 Build 3 (Mar 6, 2018)

  • This is an out-of-band emergency update. I have backported a fix from the dev branch to fix a critical bug. Fixed the getSafeModeBootStatus() function because Microsoft changed some stuff. This prevented the program from detecting if Safe Mode Boot was enabled which could result in people being stuck in Safe Mode Boot.

New in Restore Point Creator 7.0 Build 22 Public Beta 13 (Mar 2, 2018)

  • Changed where the mutex lock for the application log file is acquired when deleting log entries.
  • Changed the getLogObject() function's code to always get a mutex lock, getting a mutex lock is no longer optional.
  • Changed the way that the getOldLogsFromWindowsEventLog() gets the mutex lock.
  • Rewrote the writeToApplicationLogFile() function to use a sub-routine along with implementing mutex locking timeouts.
  • Cleaned up some code in the assembleCrashData() function.
  • Rewrote the markLogEntryAsSubmittedSub() and markLastExceptionLogAsSubmitted() with mutex locking and timeouts.
  • Changed some log text.

New in Restore Point Creator 7.0 Build 2 (Feb 23, 2018)

  • Backported a fix from the dev branch to fix an issue in which the crash window appears after a user clicks No to the UAC prompt. This should only occur if something other than an error code of 0x80004005 occurs. This patch fixes this issue.

New in Restore Point Creator 7.0 Build 16 Public Beta 7 (Feb 23, 2018)

  • Made the "No" button for the reboot prompt the default button.
  • Made the message boxes for many of the forms modal for the program.
  • Added a prompt to ask the user if they indeed want to delete the selected log entries.

New in Restore Point Creator 7.0 Build 13 Public Beta 4 (Feb 19, 2018)

  • Made it so that the code used to determine the parent process only logs a program exception or crash if the debug setting flag is set to true and also with a log type of Warning instead of Error. This should help cut down on the amount of log entries that are made by the program.
  • Moved the validateSettings() function to be slightly earlier in the execution chain during the application initialization code.
  • Added some code to turn off the debug flag in the settings if the current build is not a debug build.

New in Restore Point Creator 7.0 Build 13 Public Beta 3 (Feb 19, 2018)

  • Improved upon the notation of the available restore point space in the application log file. I have only included the human readable format along with a percentage.

New in Restore Point Creator 7.0 Build 13 Public Beta 2 (Feb 19, 2018)

  • Included code to check the size of the log file and if it exceeded 1 MB in size it prompts the user to delete older log entries.
  • Added an option to enable Advanced Debug Mode.
  • Added a function to notate the system restore space usage in the application log file before creating a new restore point.

New in Restore Point Creator 7.0 Build 1 (Feb 19, 2018)

  • Added exception handling to the setMultiRunForTask() function.
  • Added additional paths to remove to the removeSourceCodePathInfo() function.
  • Added the ability to enable Multi-Select Mode to the right-click context menu on the Application Event Log window.
  • Fixed a bug in which right-clicking on the Event Log list would not make the delete option visible.
  • Fixed an obscure bug on the Update Message window in which a label was incorrectly placed on the UI when UI scaling was enabled.
  • Fixed a bug in which the program may crash while writing to the "lastrun" file.
  • Changed the writeCrashToEventLog() call to use a Warning flag.
  • Added an additional check for the proxyPass in the settings to the code that builds and returns a new httpHelper Object.
  • Put some sanity checks into the editBCDStore code.
  • Massive code cleanups and inclusions of the Using statement in the VSS and WMI code.
  • Replaced many IsNullOrEmpty checks with IsNullOrWhiteSpace checks.
  • Included a new data type in the restorePointCreatorExportedLog Class that's used to store data for the Application Event Log, namely boolException.
  • Fixed portable mode so that the program uses the current directory as the location to store the application log file instead of the Common Application Data directory.
  • Merged in version 1.304 of the HTTPHelper.
  • Increased the size of the bar in the Please Wait panel to go the right edge like it is on the left edge.
  • Instead of simply crashing when a UAC prompt-based elevation failure occurs the program now allows users to send the crash data to me (the developer) via the Crash Data Submission Form.
  • Rewrote the log file handling functions to write XML serialized data to memory first, write the data to a temporary file, do some checks, and then finally if everything is good then delete the actual log file and rename the temporary file. This is in effort to make sure that the log file's integrity is maintained (the actual log file remains intact until after a successful write) even if something were to go wrong during the write to disk.
  • Included additional checks to the code used to verify data that's written to disk for the log file. This is all in effort to make sure that the log file's integrity is maintained throughout the entire file write operation.
  • Fixed a small bug when deleting individual log file entries in which the refresh of the data wasn't triggered. Deleting multiple entries didn't have this issue.
  • Cleaned up a possible Object leakage when writing to the application log file.
  • Added a "submitted" flag to the log entry objects to store whether or not the user has submitted the crash data. This flag on the log entry object will be set to True upon submitting the data to me (the developer) and thus the program will not ask you to submit the data again.
  • Updated the embedded Microsoft.Win32.TaskScheduler library to version 2.7 Build 3.
  • Added sorting code to the function that deletes X number of restore points.

New in Restore Point Creator 6.9 Build 24 Public Beta 15 (Feb 13, 2018)

  • Made acquiring a mutex lock for many of the log file functions an optional requirement, this is so that I can acquire mutex locks elsewhere in the program if the need arises.
  • Fixed a bug in which the Application Event Log window is deadlocked when other parts of the program write to the log file, this was due to a call to lock the mutex where there should have not been.

New in Restore Point Creator 6.9 Build 19 Public Beta 10 (Feb 5, 2018)

  • Cleaned up a possible Object leakage when writing to the application log file.
  • Included a line of code to delete any temporary log files that haven't completed the atomic file transaction to the application initialization code.

New in Restore Point Creator 6.9 Build 3 (Feb 5, 2018)

  • This is an out of band emergency update. Backported a fix from the dev branch to fix an issue with exporting log files that resulted in corrupt log files. This was caused by a regression in version 6.9 Build 1.

New in Restore Point Creator 6.9 Build 15 Public Beta 6 (Feb 2, 2018)

  • Instead of simply crashing when a UAC prompt-based elevation failure occurs the program now allows users to send the crash data to me (the developer) via the Crash Data Submission Form.

New in Restore Point Creator 6.9 Build 2 (Jan 18, 2018)

  • Fixed a bug in which if the log file doesn't exist the program fails to create a new one. Somehow this bug escaped the month of testing in the public beta branch.

New in Restore Point Creator 6.9 Build 1 (Jan 18, 2018)

  • Added the ability to show System Restore Space for all system drives to the Disk Space Usage tool.
  • Fixed a possible crash while updating that makes the program appear hung during the update. Now instead of just sitting there the program will give you an error message.
  • Removed several legacy functions that were cluttering up the code.
  • Fixed a bug with the jumplist tasks in which the Please Wait window disappeared before it should have.
  • Fixed a possible NullReferenceException in the convertLineFeeds() function that's used on the Event Log window.
  • Completely rewrote the log file access functions to use lock files to indicate that the program has a lock on the log file. As long as the lock file exists the program will wait in a spin lock.
  • Fixed an issue in which if a corrupted log file was detected the program didn't immediately write a new log file to disk.
  • Added checks to see if the application log file is empty.
  • Merged in the SmoothProgressBar User Control directly into the source tree instead of referencing an external embedded DLL. This should make the resulting program EXE file slightly smaller in size.
  • Fixed a bug in which importing an exported settings file that contains legacy settings that are no longer part of the program will cause a program crash. Thanks goes out to Rob Murphy for reporting this issue to me.
  • Changed the log type for crashes that may arise in the addPrioritySettingsSubRoutine() function to a Warning type instead of an Error.
  • Changed it so that we only delete the log lock files during the application initialization phase if there's no other instances running.
  • Added some sanity checks to the getServiceStartType() function.
  • Added a right-click context menu to the event log list on the Application Event Log window.
  • Added a prompt to ask you if you do indeed want to delete the application event log.
  • Fixed a small bug in which the delete log button wasn't disabled after leaving the event log list.
  • Added a spin lock to the Application Event Log window's log file watcher to wait until the lock file is deleted before attempting to get stats on the log file such as the size of it. This fixes a small bug in which the size of the log file was shown as zero bytes because the log file had not been completely written to disk before the log file watcher's code was executed.
  • Fixed a significant memory leak on the Application Event Log window. The leak was caused by not cleaning up the cached event log data that was held in memory after closing the window. Depending upon the size of the log file it could mean that multiple MBs of data was left on the program's heap.
  • Fixed another memory leak on the Application Event Log window. The leak was caused by not cleaning up the images list after closing the window.
  • Changed many of the functions in the eventLogFunctions Namespace to use a centralized XmlSerializer Object instead of creating new objects every time the function is called.
  • Changed the text of the button that refreshed the log file on the Application Event Log window.

New in Restore Point Creator 6.8 Build 15 Public Beta 6 (Jan 7, 2018)

  • Changed the log type for crashes that may arise in the addPrioritySettingsSubRoutine() function to a Warning type instead of an Error.
  • Optimized the code for the import legacy settings crash fix that was introduced in Build 14 Public Beta 5.
  • Changed it so that we only delete the log lock files during the application initialization phase if there's no other instances running.

New in Restore Point Creator 6.8 Build 1 (Dec 28, 2017)

  • Improved application startup performance by nearly 60%!!!
  • Removed a legacy settings variable.
  • Fixed a minor bug in which the log export function would be triggered even on a new
  • Installation.
  • Removed the seconds display from the bottom of the Application Event Log window
  • Because more often than not the seconds number was always 0.
  • Added additional wording to the time display at the bottom of the Application Event
  • Log window.
  • Converted logID variables from ULong to Long as per the specifications of the
  • RestorePointCreatorExportedLog() Class Object.
  • Made it so that corrupted log files are saved with an incremented number as part of
  • The file name. This is to as to preserve older corrupted logs.
  • Included some minor changes to the jumplist task creation code.
  • Put in code to check the Startup type for the VSS system service in the "Manually
  • Fix System Restore Tool".
  • Included code to convert an Integer error code to a Hexadecimal value in the part
  • Of the code that falls back to Windows APIs to create a restore point.
  • Added some code to write the startup type for the VSS System Service to the
  • Application event log as part of the "Manually Fix System Restore Tool".
  • Added some code to attempt to start the VSS System Service as part of the "Manually
  • Fix System Restore Tool". If it fails to start the program will log the error to the
  • Application event log.
  • Added task priority code to many of the functions that deal with scheduled tasks.
  • Added code to set and check for variables in the Registry so that functions that
  • Run at application startup don't need to be run if they have been run before.
  • Changed the Global Crash Handler window code to use the assembleCrashData()
  • Function to standardize the stack trace data.
  • Added extended exception messages to the parent process retrieval function to
  • Indicate why something went wrong if something were to go wrong, this includes
  • Messages.
  • Fixed one line of code in the areWeRunningAsATask() function to be more clear
  • That's used in the application initialization code.
  • Changed two IF statements be only one IF statement thanks to the AndAlso Boolean
  • Operator.
  • Optimized the bytesToHumanSize() function to use less code.
  • Fixed one minor issue with the randomStringGenerator() function in which I didn't
  • Declare the returned data type.
  • Made it so that General unableToGetParentProcessException errors are logged as
  • Warning event logs as versus Error event logs.
  • Included code to ask the user to manually submit a crash report to the Application
  • Event Log window only if the crash report type is labeled as an Error.
  • Updated the embedded Microsoft.Win32.TaskScheduler library to version 2.7 Build 2.
  • Fixed a crash issue on launch of the program if the Segoe UI Font has issues with
  • Bold text. This is a hack fix for the issue, it doesn't at all fix the issue with the
  • Font itself. Thanks goes out to "Guy" for reporting this issue to me.
  • Added a Last Modified line to the bottom of the Application Event Log window.
  • Shortened the wording of the label that tells the user how long it took for the
  • Program to load the log file.
  • Added inner exception logging to the assembleCrashData() function.
  • Added a check to see if we are in update mode so as to not check for the parent
  • Process.
  • Added a way to tell the program to not check for the parent process, this is
  • Primarily used during the update routine that may cause extraneous errors in the
  • Application Event Log.
  • Fixed a rare bug in the Disk Space Usage bar resizing routine that could cause the
  • Program to crash if an Object is Null resulting in a Null Reference Exception. Thanks
  • Goes out to LMP for reporting this issue to me.
  • Fixed a typo where there was an uppercase letter but it should have been lowercase.
  • Oh, and did I mention improved application startup performance by nearly 60%? Oh
  • Yes, I think I did but it's definitely worthy of mentioning that again.

New in Restore Point Creator 6.7 Build 3 (Nov 13, 2017)

  • Removed the "Enable System Event Logging" setting, this is no longer needed since we are using our own log file for application logs. The purpose of the setting was if the user didn't want the program cluttering up the Windows Event Log.

New in Restore Point Creator 6.7 Build 2 (Nov 13, 2017)

  • Added a question to ask the user if they want to convert the old application logs.

New in Restore Point Creator 6.6 Build 1 (Oct 30, 2017)

  • Brought back some of the old event log code for when the regular application log file cannot be opened for whatever reason. Better to write the data somewhere instead of nowhere.
  • Rewrote the old Windows Event Log import/export function to do all file operations with a lock on the log file throughout the entire import/export operation.
  • Fixed an issue that causes the Crash Handling Window to appear during updates on systems with Avast antivirus installed on them.
  • Fixed a small bug in which the Clear Search Results button wasn't disabled after deleting log entries.
  • Added functionality to select all items in the Event Log list by pressing Control-A.
  • Added the Log Type to the exception logging function.
  • Added functionality to be able to turn off the writing of the list of restore points to the application log when creating scheduled restore points.
  • Came up with a better way to calculate the newest restore point ID number.
  • Came up with a better way to make the font of the newest restore point entry in the list bold.
  • Came up with a better way to determine if you selected the newest restore point and if so, disables the delete button.
  • Added some extended debug logging.
  • Added addition code to disable extended debug logging if the current build isn't a debug build.
  • Included some improvements to the code that translates the Integer value that indicates the restore point type into something that's meaningful to humans.
  • Renamed some variable names in the restorePointEntryItem Object and changed much of the code in the Delete Selected Restore Point routine to use far less variables.
  • Changed the percentage at which System Restore Point Creator will warn you about full reserved space to 80%.
  • Added logging to the internal vss.setShadowStorageSize() function.
  • Made the "Reserved System Restore Space for System Drive" window a child of the main window.
  • Added additional debug logging to the "Reserved System Restore Space for System Drive" AutoFix tool to find out where the program is hanging for some users.
  • Included a way to get the version of a referenced DLL. This is used to include the version number of the Microsoft.Win32.TaskScheduler DLL.
  • Reorded some of the text on the application's About box.
  • Updated the copyright lines to extend it to the year 2019.
  • Removed a legacy function in the WMI Namespace that's no longer needed by the program.
  • Fixed a small bug in which the "Create Custom Named Restore Point" button was enabled after the Please Wait panel disappeared even if there was nothing type in the textbox.
  • Fixed a small bug in which the "Create Custom Named Restore Point" button wasn't disabled when the textbox was empty.
  • Optimized the code of the deleteEntryFromLog() function to no longer need a loop to delete the log entry from the log object.
  • Included code to handle corrupted XML log files, thanks goes out to "A Malanga" for reporting this issue.
  • Added handling of NotSupportedException to the addExtendedCrashData() function.
  • Added logging of UnauthorizedAccessException and COMException crashes to the wmi.createRestorePoint() function for logging purposes.
  • Fixed a minor bug that caused the Restore Point name textbox to have anything typed in it erased if you clicked inside the Restore Point name textbox. Thanks goes out to "Steve" for reporting this issue to me.
  • Made some changes to the IF statement in the checkByFolderACLs() function to include implicit checks.
  • Included minor tweaks to the code used in the deletion of selected log file entries.
  • Added some additional code to the Event Log window to disable certain functions if the tool was launched without administrator privileges such as when launched from the Jump List tasks.

New in Restore Point Creator 6.5 Build 3 (Oct 25, 2017)

  • This is an emergency out-of-band update. Fixed a major bug that caused the application to hang up while creating a system restore point. This was due to a bug in a system state polling function that gets the latest restore point ID number. There are several more fixes in the public beta branch but they're not yet ready for public release.

New in Restore Point Creator 6.5 Build 2 (Oct 2, 2017)

  • Fixed some last minute issues that came up after release. And to think that I debugged this for weeks.

New in Restore Point Creator 6.5 Build 1 (Oct 1, 2017)

  • Included code to get the parent process.
  • Included code to elevate the priority if the program was auto-elevated by the Task Wrapper.
  • Made it so that the update notification window is the top most window.
  • Fixed an InvalidCastException that could be thrown due to an incurrent use of the "+" where a "&" should have been used.
  • Changed the way that the application stores application log data from the Windows Event Log to its own log file format.
  • Fixed the checkByFolderACLs() function, it was failing to check to see if the user group that the user belongs to was allowed access.
  • Changed the order in which errors are logged. The error is logged first then the exception data.
  • Added a check to see if the program is running as the SYSTEM user and if so the path access check function will always return True.
  • Included a command line switch for debugging log file writing.
  • Added some additional checks to the program update routine to check for the existence of an already existing new application binary file.
  • Fixed a bug on that only occured on Windows 7 systems in which the areWeRunningAsATask() function would incorrectly return a False value.
  • Fixed a bug in the runtime task setup in which there were double log entries.
  • Added an additional update channel check if you are running a beta version.
  • Added sorting to the Mount Volume Shadow Copy tool's listbox.
  • Added the ability to save the sorting order for the Mount Shadow Copy tool.
  • Added code to disable the Stable Update Channel if the current version is a Public Beta or Release Candidate version.
  • Included better and cleaner OS version detection code.
  • Included a call to the sort command in the getNewestSystemRestorePointID() function.
  • Improved and optimized the code of the getRestorePointName() function by no longer requiring a For-Each loop.
  • Added the inclusion of the error code for FileLoadException types along with some other fixes.
  • Transitioned the program from using version 4.0 of the Microsoft .NET Framework to version 4.6.
  • Removed a lot of low level API calls to determine if a user is part of the Administrator group and replaced it with much simpler native .NET API calls.
  • Updated the embedded Microsoft.Win32.TaskScheduler library.
  • Fixed a bug on the form that allows you to manually submit crash data that could cause a program crash if you didn't fill in the "What were you doing at the time of the program crash?" section.
  • Fixed a bug on the Crash Submission Form that could cause a program crash if you didn't fill in the "What were you doing at the time of the program crash?" section.
  • Removed a dependency on a third party DLL to work with ZIP files since Microsoft .NET Framework version 4.6 has support for working with ZIP files.
  • Removed the last bits of code that supported Windows XP.
  • Added code to detect Windows XP and tell the user that the program will now terminate.
  • Converted the storage of the log entry date to a raw Data Object instead of converting to a UNIX timestamp. Existing log entries will continue to use the old UNIX timestamp but any new log entries will use the new format.

New in Restore Point Creator 6.4 Build 1 (Sep 1, 2017)

  • Optimized much of the code used to parse Boolean values from the Registry.
  • Added EnableWindowsFormsHighDpiAutoResizing to the embedded app.config file.
  • Fixed multiple parts of the program to be thread safe.
  • Added better handling of Integer Strings to the List View Sorting code.
  • Simplified the RegEx parser used to the existence of numerical Strings with commas in it.
  • Cleaned up some code on the Update Notification window.
  • Added a Debug Mode and Build notation to the crash data that's written to the application event log.
  • Improved the operation of the Application Event Log search tool. This required a massive rewrite of the Application Event Log tool in terms of how it holds data in memory.
  • Improved code that's used to compare String values.
  • Included additional code to handle user.config file access violations that could cause the program to crash. Thanks goes out to Terry Lynch for reporting this issue to me.
  • Improved the window width restraints of the Disk Space Usage tool and Update Notification windows.
  • Merged in version 1.300 of the HTTPHelper class and a new version of the deleteAtReboot Class.
  • Fixed the support.convertErrorCodeToHex() function in which there was a possibility that "0x" wasn't prepended to the returned String.
  • Optimized the code of the addExtendedCrashData() function along with adding support to handle StackOverflowException.
  • Replaced the Please Wait window with a Please Wait panel built into the window itself. This major change to the program should go a long way in solving a lot of crash issues that people have been having with the program once and for all.
  • Fixed a grammar mistake on one of the dialog boxes.
  • Fixed a bug in which the label that tells you how many restore points are on the system wasn't updated after deleting selected restore points.
  • Fixed a bug in the file download routine in which it was telling the user to check the Application Event Log if an error occurs but the program wasn't logging anything to the Application Event Log for the user to check.
  • Removed an unnecessary thread declaration from the update checking routine.
  • Changed the way that custom colors and column orders are saved by the program in the applications settings data. It now uses a much simpler way of storing the data.
  • Removed the code to handle Specialized String Collections from the settings import and export code since it's no longer needed.
  • Added a limit of 6 MBs of files to be attached to the Official Contact Form. This is so as to not overload the mail server on my web server.
  • Changed the memory dump file type that's created when the program crashes. Hopefully it doesn't result in too big of a file.
  • Greatly improved application startup times by properly setting the process priorities such as the CPU and I/O priorities. Before these were set to below Normal when launching the program using the Task Wrapper which caused the program to run slower than it should have been, especially at application launch.

New in Restore Point Creator 6.3 Build 4 (Aug 28, 2017)

  • Fixed a small bug in the setBooleanValueInRegistry() function in which the Boolean value wasn't converted to a String value before the data was passed to the setValueInRegistry() function. This could result in incorrect data being written to the Windows Registry.

New in Restore Point Creator 6.3 Build 3 (Jul 14, 2017)

  • Added several additional checks to the WMI namespace functions to check for Null References. Hopefully this puts an end to the issues that two people have been reporting to me.

New in Restore Point Creator 6.3 Build 2 (Jul 7, 2017)

  • Patched a number of possible Null Reference Exceptions in the WMI code. Thanks goes out to "jenn" for reporting this issue to me

New in Restore Point Creator 6.3 Build 1 (Jun 18, 2017)

  • As of this point going further development of the program will be considerably slowed down. In the past new public release versions would be released every fifteen days with public beta versions being released in between, this is going to end. From this point on there may be as much as two months of time (or even more) between new release versions due to personal reasons. There's no big development house behind this program, no large team of developers; it's just me. One single guy who writes this program for donations. I give away this program for free but if you want to, you can donate. At no point do I tell you that you have to donate or even lock you out of parts of the program because you haven't donated. No, that's not my style. Anyways, I'm just here to tell you that development of the program will be slowed considerably from this point on due to personal reasons.
  • And now onto fixes that are included in this version.
  • Added the ability to assign a maxdays setting at runtime while executing the "-deleteoldrestorepoints" command line switch. This is done by providing "-maxdays=(0-9)" at runtime. This change was scheduled to go live in version 6.2's public release but I've held it back for more testing.
  • Took out much of the unhandled application exception and thread exception handling code and replaced it with simple logging instead along with message that the application is terminating and a process kill command.
  • Fixed a bug in the "Create Restore Point at User Logon" tool in which it didn't delete the task when clicking on the "Stop Making Restore Points" button. Thanks goes out to Bill Boyle for reporting this issue to me.
  • Included a possible fix to the Manage System Restore Storage Space window in which the height and width of the window is incorrectly set on some systems that have weird DPI settings. This would result in some elements on the screen being hidden from view.
  • Merged in new version of the deleteAtReboot class.
  • Merged in version 1.285 of the HTTPHelper.
  • Added logging to the parts of the program that create scheduled tasks to try and figure out why creating tasks for some users fails and results in a program crash. The logging logs the name of the task that's being created.
  • Updated the embedded Microsoft.Win32.TaskScheduler library to version 2.5.26.
  • Removed a bit of code from the Please Wait window that seems to be causing some issues upon startup for some users.

New in Restore Point Creator 6.2 Build 2 (May 3, 2017)

  • I recompiled the program's main executable without the executable packing program that I was using to reduce the size of the program's executable file and also guard it against decompilers to protect my intellectual property. I was using a tool called "mpress" which can be found at http://www.matcode.com/mpress.htm but it appears to be triggering a lot of antivirus vendors to detect it as a virus. I have recompiled the program and redistributed it without compressing it. I have uploaded the main program's executable file to VirusTotal which is web site that scans a file with multiple antivirus programs and all but two vendors are showing that it's clean as proof that the new file is clean

New in Restore Point Creator 6.2 Build 1 (Apr 29, 2017)

  • Added the ability to make the Please Wait window that appears when updating a System Modal window.
  • Removed a system restore setup check from the WMI.createRestorePoint() function that's used by the program to create restore points. It was causing too many false positives which caused some users to lose system restore points.
  • Added the ability to save the location of the update notification window.
  • Fixed an issue in which a label on the update notification window wasn't being placed right after a window resize.
  • Removed a system restore setup check from many parts of the program. It was causing too many false positives which caused some users to lose system restore points.
  • Fixed an issue in which the message box telling you that the reserved space is set properly and that something else is wrong is obscured by the Please Wait window.
  • Added application modal properties to the ERROR_SERVICE_DISABLED message box.
  • Fixed an issue in which the handleLockedSettingsFile() function could be passed a ConfigurationErrorsException object when the function was expecting an IOException object. This has been fixed by changing the input parameter type to a general purpose Exception object type. Thanks goes out to Jack Reynolds for reporting this issue to me.
  • Fixed a potential bug in which the "-deleteoldrestorepoints" command line switch wasn't working properly.
  • Implemented a possible fix for an issue that's been eluding me for quite some time. Thanks goes out to Charles Ray for getting me a full memory dump file at the time of the program crash, this was extremely helpful in narrowing down where the bug may be in the code.
  • Updated copyright line in the About box for the year 2018.
  • Added copyright line for the task scheduler library to the About box.
  • Updated embedded Microsoft.Win32.TaskScheduler library DLL to version 2.5.23.
  • Added a reference a DLL that's needed by the new version of the task library.
  • Moved a function from one part of the code to another, specifically the deleteAtUserLogonTask() function.

New in Restore Point Creator 6.1 Build 1 (Mar 31, 2017)

  • Added code to manage the list of file operations that occur at system reboot. Removed the MoveFileEx API declaration since we no longer need it. The deleteAtReboot Class replaces the MoveFileEx API declaration.
  • Updated the uninstall info update code to indicate if the current build is a public beta or release candidate. This wasn't specified in the past.
  • Implemented additional checks to see if the Settings file is locked at application startup.
  • Added additional Null Reference checks to the function that opens the Please Wait window.
  • Added a message box if an IO.FileNotFoundException is thrown when attempting to load the list of System Restore Points.
  • Implemented some changes in the code that exports the settings to a file.
  • Included some additional catches around the window focus commands.
  • Updated the HTTPHelper to version 1.280 which includes better handling of DNS Resolution errors and a couple of fixes for the RegEx that parses out the domain name from the URL.
  • Added special handling of DNS Resolution errors.
  • Changed the message box that appears if you don't answer Yes to the UAC elevation prompt to be a system modal type message box.
  • Added additional handling of IO.DirectoryNotFoundException's to the addExtendedCrashData() function.
  • Added a function to verify window locations to make sure that windows never get lost by having a negative X or Y value.
  • Fixed a bug in which many of the windows saved the location but never loaded it back.
  • Updated the Fody package from version 1.28.3 to 1.29.4 which is used at compile time.
  • Added missing references to make Visual Studio 2017 happy.
  • Moved many of the PInvoke methods to a new special class called NativeMethods. This is another thing that I had to do to make Visual Studio 2017 happy.
  • Fixed declaration of the SendMessage API.
  • Fixed declaration of the QueryFullProcessImageName and SearchPath APIs to close possible security hole, this was due to using the incorrect variable/object type in the function declaration.
  • Removed a bunch of unnecessary Dispose() calls.
  • Brought back the 'Enable "My Computer" Right-Click Option' on Windows 10. This is because I was able to develop a workaround for an issue that was preventing me from doing this in the past.
  • Developed a workaround for an issue in which I could not add any options to the My Computer right-click context menu on Windows 10. This workaround includes writing to the CLSID root of the current user's registry hive instead of writing to the HKEY_CLASSES_ROOT hive which is forbidden starting with Windows 10.
  • Added code to the update XML file parser to simplify the data needed in the XML file, specifically the "betaRCVersion" node.
  • Moved some code around internal to the program.
  • Added the ability to ignore a version at update time. If you ignore a version it will ignore it when ever the program checks for an update and notate it in the application log that it was ignored.

New in Restore Point Creator 6.0 Build 1 (Feb 28, 2017)

  • Updated the HTTPHelper to version 1.266. This includes multiple fixes, improvements, and additions to the class library that handles all of the program's various HTTP requests.
  • Included a new settings backup file type that's based upon XML.
  • Renamed "Reboot System" to "Reboot Computer" in the Utilities menu.
  • Added a Manual System Restore Fix tool to the Utilities menu.
  • Added a message box to the restore point creation routine telling the user what to do if the program determined that doing an auto-fix to System Restore could have unintended side-effects.
  • Included code in the downloadAndDoTheUpdate() function to detect if the user is on the beta update channel and if the update channel has been overridden to stable channel. If this occurs then the debug build is downloaded instead of the standard release (non-debug) build. This situation that could occur if updating from a beta/RC build to the next release build but there's no new beta/RC build after it, this is to make sure that if you are on the beta channel you get a debug build instead.
  • Added an Advanced Mode for the Manage System Restore Storage Space tool. This has been added back due to a user's request.
  • Included renaming of multiple internal variable names.
  • Added a custom exception to handle certain types of errors in the program, specifically when trying to parse Strings into Integers.
  • Fixed a possible bug in which a crash could occur if there are duplicate system restore point IDs when selecting restore points to be deleted. This is strange because it really shouldn't be happening, this fix should fix the issue. Thanks goes out to "George" and "Harry" (you know who you are) for reporting this issue to me.
  • Added handling of the custom exception to the extended exception data logging function.
  • Added error logging for errors while parsing system restore point ID strings into Integers.
  • Fixed an issue in the update routine in which the Please Wait window obscures the message box telling you that a system reboot is needed to complete the update if something went wrong during the update procedure. This issue was fixed by closing the Please Wait window before showing the message box.
  • Fixed an issue in which the uninstall info's DisplayIcon wasn't being set properly which resulted in a blank/broken icon in Windows Programs and Features.
  • Minor code cleanups.

New in Restore Point Creator 5.9 Build 1 (Feb 13, 2017)

  • Fixed an issue on the main form when loading that could cause the program to lock up due to the Please Wait window being tied to the main thread of the main form.
  • Fixed a false positive in the program when there are no restore points on the system in which the program asks to repair System Restore even though it doesn't need to be done. Thanks goes out to Charles Ray for reporting this issue to me.
  • Added additional logging to the application update procedure to catch possible errors.
  • Fixed the wording on the Update Notification text at the top when the update is a standard update but the text indicated that it was a Public Beta, this is wrong. This has been corrected.
  • Implemented a whole new exported log file type. The new file type is based upon XML instead of a custom-formatted file type. The new file type is reslogx.
  • Included some changes to some of the code that deals with the Event Log.
  • Added four new functions to set values in the Registry for behind the scenes access to the Registry.
  • Updated the update checking code to first download the release version when a new release version has been released when the user is the public beta branch. Before it would automatically skip to the next beta branch version. This was incorrect behavior. The newest release branch version should always be the version that's downloaded when a new branch version is released. If this situation occurs, the program sets a value in the Registry to trigger an update check the next time the program runs to check for any new public beta branch versions.

New in Restore Point Creator 5.8 Build 3 (Feb 2, 2017)

  • This is an emergency update. Fixed an issue in which the update code may not run in specific circumstances.

New in Restore Point Creator 5.8 Build 2 (Jan 31, 2017)

  • Minor changes were applied after the Build 1 compile.

New in Restore Point Creator 5.7 Build 1 (Jan 16, 2017)

  • Fixed an issue in which the scrolling of the textbox on the Update Notification window doesn't disable the update countdown if the user uses a touchscreen to scroll it.
  • Added additional handling of several common HTTP error codes.
  • Fixed an issue on the Mount Shadow Copy Tool in which the Mount button wasn't disabled when a user clicked outside of the column in the list. Clicking on the Mount button would then result in an ArgumentOutOfRangeException exception. Thanks goes out to Nick Zdenkovic for reporting this issue to me.
  • Put in a question asking the user if the user wants to repair the system if error code 1058 is returned by the system restore point API.
  • Put in a question asking the user if System Restore Point Creator should attempt to repair System Restore.
  • Includes some changes to the some of the VSS related code.
  • Added a new app setting, Confirm Smaller Restore Point Space Setting; this is used by the Manage System Restore Storage Space window.
  • Fixed a bug in which the program was giving an error about the new size being smaller than the old size for setting the restore point space even though it was wrong. This was caused by a logic error in the code. Thanks goes out to Mark Bitter for reporting this issue to me.
  • Added the ability to turn off that confirmation via a checkbox on the window if you so chose to do so.
  • Added several new handlers for various exceptions to improve program crash reporting.
  • Updated HTTPHelper class to version 1.240.
  • Added full custom proxy support to the program, these changes camr about because of additions to the HTTPHelper class.
  • Added the ability to convert many integer error codes into hex strings for crash reports and error logging.
  • Added the ability to check for updates immediately after changing the software update channel. This removes an added step when changing update channels, namely the fact that you had to manually check for updates.

New in Restore Point Creator 5.6 Build 1 (Jan 2, 2017)

  • This version includes a number of fixes and improvements to the program:
  • Included code to handle an IOException if the application settings file is locked by another process. Thanks goes out to Brad Pospisal for reporting this issue to me.
  • Added two new command line switches, "-deleteoldrestorepoints" and "-keepxnumberofrestorepoints". Details about how to use these commands are in the About, Command Line Switches.
  • Included a work around for a situation in which System Restore may return error 1058. The work around sets the reserved space to 20 GBs, enables System Restore, and attempts to create the restore point again.
  • Added handling of IO.FileLoadException to the function that initiates a system restore to a previous restore point.
  • Included a new handler to log IO.FileLoadException since this exception type requires more logging specific to this exception type.
  • Clarified some things on the Confirm Restore Point Deletion window.
  • Put additional checks into the Manage System Restore Storage Space tool.
  • Moved the code that's used to document how many restore points will be deleted by the "-keepxnumberofrestorepoints" command line argument to another part of the program's code.
  • Added an additional call to the function that documents current restore points to the Application Event Log before the call of the function that deletes an X number of restore points to document how many system restore points the system had before and after the deletion routine.
  • Fixed an issue in which the scrolling of the textbox on the Update Notification window doesn't disable the update countdown if the user uses a touchscreen to scroll it.
  • Added better handling of HTTP Protocol Errors such as 500 and 404 errors.
  • Updated HTTPHelper class to version 1.225.
  • Implemented a fix to a program crash in the Task Scheduler tool that could occur if the Task Scheduler library returns an invalid task start time.

New in Restore Point Creator 5.5 Build 1 (Dec 16, 2016)

  • Added a "Check All" and "Uncheck All" button to the batch confirmation window
  • Cleaned up some of the code in the configuration backup and restore feature as well as adding some additional checks to the backup tool for path verifications
  • Put in a workaround for a situation in which the Windows Clipboard was locked by another program thus can't be opened by my program. Thanks goes out to Philippe for reporting this issue to me.
  • Changed much of the code dealing with list view items to add additional attributes for better handling of data internal to the program. This includes multiple fixes and improvements to how the program stores internal restore point details such as the ID, name, and date created.
  • Enabled High DPI Awareness to many of the program's windows. Prior to this change only the main window was High DPI Aware.
  • Rewrote much of the code that works with the Windows BCDStore. Included a way to query if the Safe Mode Boot flag has been set or not
  • Fixed some issues with the Please Wait window
  • Included some code optimizations to the Application Event Log window.

New in Restore Point Creator 5.4 Build 1 (Dec 1, 2016)

  • Changed much of the multi-threaded code to use Background Pool Threads instead of spawning my own threads.
  • Simplified the GUI code of the update notification window.
  • Updated HTTPHelper to version 1.215.
  • Added the ability to auto-elevate the task when executing the program with the "-createrestorepoint" switch along with the "-name" parameter. This was broken in the past, thanks goes out to Paul Merritt for reporting this issue to me.
  • Added note to the Command Line Arguments window that the commands are recommended to be ran from an elevated command prompt. Thanks goes out to Paul Merritt for reporting this to me.
  • Fixed a bug in which the Reserved System Restore Space for System Drive window wasn't showing on top of other windows like it should.
  • Completely rewrote the selected restore point deletion routine. Now all confirmation of restore points happen on the main thread with only the process of deleting said restore points being processed on a background thread.
  • Implemented a way for the user to tell the program to not ask to confirm the deletion of each selected restore point if the user so chooses to do so once the confirmation dialog box is shown.
  • Finally added a long requested feature to the program, the ability to confirm the deletion of selected restore points in a batch.
  • Included some code optimizations on the Disk Space Usage window.
  • Finally fixed a handle leak on the disk space usage tool in which it was leaking system handles/objects.

New in Restore Point Creator 5.3 Build 1 (Nov 16, 2016)

  • Updated the HTTPHelper class to version 1.200. The HTTPHelper class update includes a number of fixes and improvements to the code for many of the program's HTTP requests.
  • Added some thread sleeping commands to the application updating code as well as a notification that the program is updating during application updating. Hopefully this will make updating go smoother than in the past since we're going to wait for processes to close out instead of trying to kill them.
  • Included some internal code changes when it comes to the Please Wait window.
  • Added more logging to the application update routine to indicate that the update thread is sleeping for 5 seconds.
  • Fixed a bug in which the Application Event Log Search Tool would cause a crash.
  • Improved performance of the Application Event Log Search Tool.
  • Includes some code optimizations to the Application Event Log Viewer.
  • Massive amounts of changes to the code to better handle case insensitive string comparisons.

New in Restore Point Creator 5.2 Build 1 (Oct 31, 2016)

  • Moved much of the error handling for HTTP requests to a central error handler more better error handling.
  • Cut down on many of the error message that users could receive if an HTTP request error occurs.
  • Added multi-user support to the Create Restore Point at User Logon task.
  • Changed the type of Event Log that's written to the Application Event Log when an HTTP error occurs.
  • The program didn't give the user any feedback if the latest version was a beta version and the user chose not to receive beta versions (only RCs). This has been fixed.
  • Concentrated the decision to show either a message box or a balloon-type message based upon the user's preferences to a new giveFeedbackToUser() function. This cleans up much of the code so that there's not quite so many IF statements everywhere, just a call to a function.
  • Optimized much of the code in the deleteRPLifeIntervalValue() and giveFeedbackAfterCreatingRestorePoint() functions.
  • Wrapped the code that retrieves the task schedule data on the Task Scheduler's Form Load Event to better handle FormatException exceptions when loading invalid data data from the task's XML data.
  • Fixed the saving of the Update Message window size.
  • Made it so that there's not quite so many events that trigger the disableCountdown() function on the Update Notification window.
  • Cleaned up some code in the MyApplication_Startup responsible for loading several Registry key values for the program.
  • Included some changes to how the program accesses and closes out the RegistryKey objects.
  • Moved the loadExceptionHandler() in the application startup routine to be earlier in the code than in the past.
  • Fixed a possible ArgumentException exception in the function that kills processes that have a certain parent executable. This is mainly used during the application update routine to make sure that executable files aren't locked during the program update process.
  • Added the ability to save the size of the Official Changelog window.
  • Changed the way that the program stores and saves some user preferences.
  • Fixed a long standing issue in which the Please Wait window wasn't cented in the screen when launching one of the Jumplist tasks

New in Restore Point Creator 5.1 Build 1 (Oct 15, 2016)

  • Fixed many of the message box title strings to not use the main window title's as the basis for the title of the message box, it's now using a hard-coded string.
  • Corrected the spelling of the word "weird" in many parts of the program, I had it spelled as "wierd" which is wrong.
  • Changed much of the code used to get the active power plan's GUID from the system.
  • Removed the part of the code that changes the setting for the active power plan when the system is on battery power.
  • Added formatting of large numbers to the Application Event Log.
  • Added new SRSetRestorePointW() as a fall-back API to the program as a backup to the WMI method of creating restore points.
  • Added new code to hopefully handle errors from the system restore APIs better than in the past.
  • Added some minor code optimizations that have to do with empty String checks.
  • Added better error messages for when a WebException occurs. Thanks goes out to "Shannon" for bringing this to my attention.
  • Fixed first line of About message box, it should not be getting the name of the program from the main window's title bar.
  • Fixed Balloon Tip title bar to not be based upon the main window's title bar.
  • Removed some unnecessary error messages when my server doesn't respond properly.
  • Increased the amount of time the program waits on an HTTP timeout from 10 seconds to 30 seconds.
  • Moved much of the error handling for HTTP requests to a central error handler on the main window.
  • Includes some additional fixes for the Create Restore Point at User Logon task.

New in Restore Point Creator 5.0 Build 2 (Sep 29, 2016)

  • Forgot one bit of code, specifically the bit of code that removes the version string from the title bar of the main window when you uncheck the item in the menu. Also moved that menu item to be a sub-item of Additional Options and Settings.

New in Restore Point Creator 5.0 Build 1 (Sep 29, 2016)

  • Removed some unneeded legacy functions from the program's code
  • Removed a hack from the code that I wasn't particularly proud of; it was an ugly hack
  • Fixed some issues with the thread watchdog timers; added a Finally to the code construct
  • Moved the code for setting the size of a drive's Volume Shadow Copy storage space into a separate sub-routine
  • Fixed an issue in which the Confirm Restore Point Deletion window didn't appear in the center of the main window when it appeared
  • Removed the white background from the Confirm Restore Point Deletion dialog, it looked ugly as sin. I was trying to recreate the look of a dialog message on Windows 10 but in the end it looked like crap
  • Added the ability to show the version of the program in the title bar as well as the ability to disable it
  • Added the ability to save and reload the location of the Manually Submit Crash window
  • Added case insensitive handling of the configuration backup files to the restore routine
  • Changed some code to no longer rely on older deprecated Microsoft .NET APIs. If these changes cause issues in the future I can revert those commits
  • Fixed an issue in which clicking on the "Manage System Restore Space" label on the View Disk Space Usage tool would load the Manage System Restore Space tool but not load the previously saved location of the window on the screen
  • Optimized the subroutine used to resize the disk space usage colored bars when resizing the View Disk Space Usage tool

New in Restore Point Creator 4.8 Build 2 (Sep 15, 2016)

  • Fixed a small bug where the String StartsWith() function caused a crash.

New in Restore Point Creator 4.8 Build 1 (Sep 15, 2016)

  • Made it so that the routine that loads the list of restore points from the system into the listbox on the main window waits 750 milliseconds so as to allow the main window to catch up and be shown to the user.
  • The Please Wait window will no longer show on the taskbar.
  • Put some additional checks into the code for deletion of temporary files after the update is complete.
  • Some additional minor tweaks to the code.
  • Introduced the multirun mode for the Task Wrapper on Windows Vista since Windows Vista does support it.
  • Fixed an issue with the program asking if you really wanted to make the restore point.
  • Fixed a long standing issue in which the Please Wait window that first appears when the program loads while loading the system restore points into the list appears in the upper-left corner of the screen. This was caused by the Please Wait window not being opened in the right program thread. The same issue existed when downloading updates, with the Disk Space Usage tool, the Official Contact Form, the manual crash submission form, and the crash submission form that is presented when the program encounters a crash.
  • Fixed a possible hang on close of the program that could occur if the Check for Updates thread routine doesn't finish properly.
  • Multiple bugs were fixed in the HTTPHelper class that the program uses for the checking and downloading updates. This included fixing a couple of memory/object leaks. Updated the HTTPHelper class to version 1.180.
  • Fixed a possible NullReferenceException that may occur in the savePreferenceToRegistry() function on the main window.
  • Fixed a typo in the code in the savePreferenceToRegistry() function in which it wasn't passing the right variable as the first argument to the Registry SetValue function.
  • The application update process now doesn't download the compressed ZIP package from my web site to disk, it instead downloads the data into system RAM and holds it there temporarily. This makes it so that we don't write any unnecessary data to disk. For those who are geeks, I'm using a system RAM backed IO.MemoryStream() to hold the downloaded ZIP file in.
  • Fixed an exception that could occur if the user.config file was corrupted in some way.
  • Included several improvements to the code across the entire program that deals with scheduled tasks. This includes better validation of task settings.
  • Put some safeguards into the Disk Space Usage tool to make sure that the window's handle has been created and if not, code is been put into force the window to create the handle before anything else happens.
  • The Manage System Restore Storage Space tool wasn't loading the saved location, it was saving it but it wasn't loading it; this has been fixed.
  • Included some cleanup code when closing out the Official Contact Form to delete any possible files created by the window such as when you want to attach the application logs.
  • Optimized much of the code used to parse Boolean values from the application's System Registry key.
  • Added some additional logging when updating the program.
  • Fixed a possible crash on startup while attempting to delete the old updater.exe file that was used in the past to facilitate the updating of the program. This was because the program was trying to delete the file while the program was still running. This has been fixed by putting in a thread sleep command to wait for the program to close before attempting to delete it after killing the process.
  • Included some minor code optimizations.
  • Added some Alt hotkeys to the Yes and No buttons to the Update Notification window.
  • Added a countdown of 30 seconds until the Yes button is pressed for you on the Update Notification window.
  • Rewrote the process search and kill code to use Windows API calls instead of the WMI. This is in an effort to try to minimize the dependence on the WMI and use more traditional Windows API calls instead. Using more traditional Windows API calls is more efficient than using the WMI due to the latencies involved in creating a connection to the WMI and querying it.
  • Optimized much of the String comparison code in the program and most importantly improved the performance of the CaseInsensitiveContains() function by no longer relying on slower RegEx-based code.

New in Restore Point Creator 4.7 Build 9 (Aug 22, 2016)

  • I know that this version is out of sync with the regular update schedule but issues cropped up that needed to be fixed. The next update that's scheduled for September 1st will be pushed back to September 15th.
  • The most important change in this new version is that I added some additional checks and safeguards as well as introduced logging to both the extraction routines and updating routines that occur when updating the application. You do have the ability to turn off the extended logging during updating but of course if something goes wrong it will be harder to figure out what went wrong.
  • Because of an issue that cropped up with the setting of the runtime tasks for multi-run mode in the last major release, the feature was removed from Build 2. That feature has been re-introduced in this Public Beta build but in a different way.
  • Fixed a regression on the Mount Shadow Copy Tool that caused an Explorer window not to be opened upon mounting. This didn't cause an issue with mounting the actual shadow copy, just the opening of Explorer.
  • Fixed an issue in the wmi.searchForProcessAndKillIt() function in which even with double-checking if a process ID exists, things can go wrong and cause an exception to occur. This has been fixed by simply wrapping the process kill() function with a Try-Catch block to trap a possible error when killing a process. Thanks goes out to Gerard Chantal for reporting this issue to me.
  • Introduced some date verification code into the Task Scheduler tool when loading the tool to solve a possible crash issue.
  • Changed the default option setting for Log Restore Point Deletions to enabled.
  • Cleaned up some code for the Task Wrapper.

New in Restore Point Creator 4.7 Build 2 (Aug 17, 2016)

  • Despite the amount of testing that was done during the public beta phase, some issues came up. Issues with setting the MultiRun flag for existing runtime tasks had some issues, this has been corrected by removing that part of the program. This functionality may come back in the future.
  • Fixed an issue in which the vssadmin.exe command may be restricted by Group Policy Software Restrictions, included a workaround for this issue.

New in Restore Point Creator 4.7 Build 1 (Aug 17, 2016)

  • Made some improvements to the update code, now one compressed ZIP file containing the required two files for an update is downloaded instead of two uncompressed files. This should help speed up the downloads of updates.
  • Included additional version info that's written to the Application Event Log when updating.
  • Included the ability to save the position of the main window on the screen.
  • Changed some of the code checking to see if system restore is enabled on a system drive.
  • Put log entry code into the function that checks if system restore is enabled on a system drive.
  • Removed the option to disable HTTP Compression since that's no longer applicable to the update code.
  • Included better handling of the PDB file while updating. Included better handling of situations in which files can't be replaced for whatever reason; this has been resolved by allowing for the schedule of file updating/replacement at system restart time.
  • Updated embedded Microsoft.Win32.TaskScheduler library DLL to version 2.5.21.
  • Fixed some minor warnings that pop up at compile time.
  • Updated to allow for multiple instances of System Restore Point Creator to be run by a user. This is not supported on Windows Vista systems, only Windows 7 and newer.
  • Included code to delete the legacy updater.exe file that may be left over after updating to a new version that no longer requires the use of the updater.exe program.
  • Included some additional tweaks to the code that detects if a system has System Restore enabled.
  • Included checks to see if system restore is enabled on a system when using the jumplist tasks to create restore points, this check was missing before.
  • Added some additional checks if system restore is enabled during the creation of scheduled restore points, this check was missing before.
  • Fixed bug when creating runtime tasks.
  • Fixed an issue in which creating restore points on newly installed Windows installations was broken.
  • Introduced more logging for scheduled restore point creation tasks. This can be disabled if you want to but the default option is enabled. Enabling this option will result in more data being logged to the Application Event Log for debugging and informational purposes.
  • Fixed deletion of selected restore points in the list on the main window.
  • Fixed an issue in which the confirmation asking if you want to delete a selected restore point got lost behind other windows.
  • Added a "Fix Runtime Tasks" tool to the System Restore Point Utilities menu.
  • Put some additional checks when executing the runtime tasks and a routine to automate the repair of runtime tasks if specific settings for them were changed.
  • Changed the behavior of the routine to delete selected restore points to be less confusing in terms of messages at the end of the process.
  • Got rid of the progress bar near the top of the window when deleting selected restore points.
  • Fixed the Auto Fix function in which it didn't close the window after successfully performing the fix on the Reserved Space for System Drive tool which appears when the program detects when reserved system restore space is getting full.
  • The program now remembers the location on the screen of more windows than just the main window. The initial window starting location will be at the top of the screen but after that the program will remember where you put it.
  • Fixed a possible issue that prevented the system reboot command from executing.

New in Restore Point Creator 4.6 Build 1 (Jul 31, 2016)

  • Cleaned up and optimized much of the code used to verify scheduled task path info. Included code to correct scheduled tasks that had been incorrectly created in the past with quotes in the path to the executable. This didn't technically cause an issue but correcting the paths so that they contain no quotes is still a good idea. Moved a routine that ran during the program's main form load routine to a run in a separate thread. Added some additional background thread watchdogs to terminate threads after 30 seconds of runtime. Updated embedded Microsoft.Win32.TaskScheduler library DLL to version 2.5.20. Included debug symbol files for the Task Scheduler DLL component that's part of the program's distribution. In the future whenever updating from a beta or release candidate of a previous version to a new version the program will download from the stable branch and not the beta branch of the new version. New update logic code has been implemented that no longer requires the need of a separate updating program. All updating is now done internally by the program itself. Added the ability for the Task Scheduler window to show the next and last run times of the scheduled task.

New in Restore Point Creator 4.5 Build 2 (Jul 18, 2016)

  • Fixed placement of secure icon on update message dialog.

New in Restore Point Creator 4.5 Build 1 (Jul 18, 2016)

  • General public releases of System Restore Point Creator will now use a 15-day cycle. Every fifteen days a new version be scheduled to come out if and when needed. This is to help slow down on the release of new versions. This also means that more testing will be done to make sure that new additions, features, and bug fixes are stable before the program is released. More public beta testing will be done to catch bugs before they impact the general public.
  • Changed some things in the program's embedded manifest file to finally fix DPI scaling issues on Windows systems that have high DPI displays. Changed the caption of the menu item "Interface too small? Enable this option" to read "Interface too big? Enable this option". Changed much of the error handling that occurs with HTTP requests to use a centralized error handler to make HTTP error handling more consistent throughout the program. Fixed a major issue that could cause the program to crash with a fatal Stack Overflow Exception caused by a recursive call of the getFullOSVersionString() and writeCrashToEventLog() functions being called back-to-back in an infinite loop until the program crashes. Thanks goes out to Vladimir aka "bob2000" for having the time and patience to work with me in solving this issue, he provided me a lot of data including full memory dump files which allowed me to finally kill this bug. I couldn't have done it without him. Updated the HTTPHelper class to version 1.150. Added detection for System.IO.FileLoadException exceptions. Optimized some of the exception handling code with more efficient string search code. Renamed the "Restore Point Creator System Event Log" window to "Restore Point Creator Application Event Log". Added images to the buttons on the Restore Point Creator Application Event Log window. Renamed "System Event Log" to "Application Event Log" in the System Restore Point Utilities menu on the main window. Removed some old code that isn't needed anymore. Organized a lot of the internal code structured. Changed the way that dates are written in the exported log files. Dates are now being represented as UNIX timestamps for universal compatibility between different language editions of Windows. Added the ability to save the sorting preferences for the event log list just like on the main window for the restore point list. Fixed a possible crash issue on the Manage System Restore Storage Space window. Thanks goes out to Alan for reporting this issue to me. Fixed a possible crash that could occur while creating jumplist tasks. Thanks goes out to David for reporting this issue to me.

New in Restore Point Creator 4.4 Build 1 (Jul 4, 2016)

  • I have significantly slowed down on the updates and have reduced it to a twice a month update schedule. Beta version releases will still use a rapid release schedule so if you don't like constant updates, step back to the Stable Update Channel.
  • The next scheduled update (if one is needed) will be on or around July 15th. Anyways, onto the update details...parpar Put some more wording on the exception/crash submission forms to tell users to provide valid email addresses. I still receive exception/crash reports with invalid email addresses.
  • Updated the HTTPHelper class to version 1.120. Put some additional checks in the update download routine. Put some additional hecks in the update download routine. Fixed a possible arithmetic error while calculating disk space usage percentage values that could cause a System.OverflowException when creating the disk usage bars on the Disk Space Usage Tool and the Manage System Restore Storage Space tool, this has been fixed by changing to a ULong or Unsigned 64-bit data type.
  • Some code has been optimized in the Manage Disk Space Usage tool. Added the ability to export program event log data to a file. You can add the event log data as an attached file on the Official Contact Form as well as sending it as part of the crash data that's sent to me for analysis.
  • Some code organization has been done to many of the variables and constants that are used throughout the program. Fixed the sorting of days in the list of restore points in which the day numbers weren't being sorted properly
  • Implemented a potential fix to the getDeviceIDFromDriveLetter() function in which a crash could occur.
  • Reworked some of the exception handling code to better handle non-English operating systems.
  • Added more handling of Management.ManagementException exceptions.
  • Updated the copyright line in the program's assembly information.

New in Restore Point Creator 4.3 Build 2 (Jun 16, 2016)

  • Removed some debug code that was left in the Shadow Copy Mount tool that was left in by mistake in the last build.

New in Restore Point Creator 4.3 Build 1 (Jun 16, 2016)

  • Changed all of the functions that have to do with HTTP calls over to my custom-written HTTP wrapper to make things easier on me. Changed the way that the Mount Volume Shadow Copy tool loads the shadow copy instances that are on your system. Optimized much of the code that's used in the Disk Space Usage tool. Implemented checks on the Official Contact Form to check for duplicate attached files. Checksum verifications will now use SHA256 instead of the older (and now broken) SHA1 implementation, this change comes because I'm no longer tied to Windows XP.

New in Restore Point Creator 4.2 Build 3 (Jun 9, 2016)

  • Includes even more modifications to the Disk Space Usage tool to provide more information along with a better data layout which makes things much easier to read and understand. I guarantee you that you're going to like this new layout! A lot of work went into making this new layout possible.

New in Restore Point Creator 4.2 Build 2 (Jun 8, 2016)

  • Fixed a System.IO.IOException on the Disk Space Usage window if the device that the program is attempting to get the details of is not ready (whatever that means).

New in Restore Point Creator 4.2 Build 1 (Jun 8, 2016)

  • Ah the number 42; the answer to life, the universe, and everything. This version of System Restore Point Creator has had all references to Windows XP removed and will not function on Windows XP. If this version is run on Windows XP the program will offer to download the last version that supports Windows XP. It's quite liberating to no longer have to support that ancient version of Windows. Fixed a potential System.TypeInitializationException crash in the routine that adds the Windows quick launch tasks for the taskbar. Added the ability for the program to saved the column sorting order for restore points, this was a suggested by Andrey Chernov. Fixed some user input validation issues on the Task Scheduler window for the Max Age setting, thanks goes out to "Paul" for reporting this issue. Improved much of the code that handles HTTP requests to better handle errors. Fixed a possible issue in which the program can't find the shutdown.exe command line tool to trigger a system reboot due to incorrect environmental paths, the fix includes a full path reference to the shutdown.exe tool located in Windows\System32. Thanks goes out to Ehoud Gluska for reporting this issue to me. The Manage System Restore Storage Space tool has been redone to only control the space assigned to the System Drive since for consumer versions of Windows that's all that counts. Redesigned the Disk Space Usage tool with a complete code rewrite

New in Restore Point Creator 4.1 Build 5 (May 30, 2016)

  • Removed some legacy code and settings that were no longer being used by the program.
  • Fixed an issue on the Task Scheduler window in which even if the Every setting was set to 1, the Every option was the one that was checked instead of the Daily option.
  • Added a Clear button to the Search Event Log tool.
  • The search button is disabled until you type something in. When clearing the search results the old search term you used is also cleared so that it won't be repopulated in the Search Tool when you open it.
  • Added the ability to the Event Log Search tool to limit searches to specific log types.
  • The checking of drives with full System Restore Reserved Space has been changed to only check the main system drive.
  • This version will be the final version of System Restore Point Creator that will support Windows XP.

New in Restore Point Creator 4.1 Build 4 (May 28, 2016)

  • Implemented some changes to the code on the Disk Space Usage window to hopefully solve a System.InvalidOperationException when loading the window. This crash seems to be something that doesn't happen to everyone so tracking down why this issue is happening is frustrating to say the least. Put some code into the Event Log Search Tool to prevent you from searching when you haven't yet put any search terms into the search box. Implemented the ability for the Event Log Search Tool to be repopulated with your past search terms. Added the ability to add file attachments to the Official Contact Form that you can access by going to About and then Contact the Developer. This makes it easy to send files such as screen shots and text files to me. All you have to do is add some files to the list, press the Submit Message button, and the program ZIPs the files and sends them on their way.

New in Restore Point Creator 4.1 Build 3 (May 17, 2016)

  • This is a minor update. Implemented a fix for the getFullOSVersionString() function in which garbled data may be returned on systems running non-English operating systems. This is especially so for Russian versions of Windows. The fix includes hard coded version name strings for the various versions of Windows.

New in Restore Point Creator 4.1 Build 2 (May 17, 2016)

  • Minor update to remove some unnecessary code after Build 1 compile.

New in Restore Point Creator 4.1 Build 1 (May 17, 2016)

  • I'm going to go back to my promise that there will be less updates and when I do update the program, those updates be farther apart in time to allow for more fixes to be included and more testing to be done. Starting with this new version, it's chock full of fixes and overall improvements. Fixed a small bug on the main window in which the Restore Point Name text box wasn't being cleared after the creation of a custom-named restore point. Included more wording on the Official Contact Form and the Crash Data Submission form that email addresses will be kept STRICTLY confidential and that they will NOT be included in a mailing list, sold to third-parties, or anything of the like. I have had some submissions in the past that resulted in reply email addresses that don't exist. If I don't get a valid email address, how can I contact you? The Event Log search tool now tells you if you if it didn't find any results and how many results it found, it also scrolls to the top of the event log list after the search is complete. Fixed the Event Log Search Tool in which the text box to enter in a search term is automatically selected when the window appears. Set the default button on the message box asking if you want to submit a crash report in the Event Log Viewer to be No. Changing the bar color on the Disk Space Usage tool no longer triggers a data refresh, only the color of the bars change. Made it so that the "Manage System Restore Space" blue link only shows up for the system drive on the Disk Space Usage tool. Removed a bit of debug code in the Set Progress Bar Color routine in which a message box appeared out of nowhere. Made it so that when manually submitting crash reports from the Event Log Viewer the program will no longer close after a successful data submission. Fixed a bug on the Task Scheduler window in which the Every setting would always be set to 2 even if you input a valid input. The Task Scheduler now uses the Recurrence option in the Windows Task Scheduler as versus using internal program logic to determine if a scheduled restore point is needed. Any scheduled restore point tasks will be upgraded as required the first time you launch the program. Fixed scheduled restore points in situations where the Every setting was set and that it wasn't creating restore points as required. Fixed the checking of the "days" check boxes when loading the Task Scheduler window and the schedule type is a weekly type. From this point on the Windows XP notice will be a permanent thing, you will no longer be able to disable the window from coming back every time you launch the program. A lot of fixes for Windows XP on the main window as well as the Disk Space Usage tool. Included documentation for the various command line arguments that the program accepts. Added an additional command line argument for the "-createrestorepoint" argument. Included a handler for an System.OutOfMemoryException exception. WHEW! That's a lot of stuff!

New in Restore Point Creator 4.0 Build 1 (May 10, 2016)

  • I HAVE TAMED THE BEAST! I have tamed the beast that is Windows System Restore on Windows 8.x and Windows 10! For those that don't know or haven't experienced this issue, Windows 8.x and Windows 10 has a tendency of deleting old restore points regardless of the fact that you have enough space allocated to store those restore points. It seems that as soon as those older restore points get older than 17 days they get deleted. This wasn't the case on Windows 7, Windows 7 would keep restore points for as long as you had the space to store them. This was one of the most annoying issues that I had with Windows 8.x and Windows 10, until now. Thanks to Gregory M. Day, he found that there is a background task that is run every time you restart your computer and guess what? It was what was responsible for deleting those restore points. So, Restore Point Creator now has code in it to disable this task so you, the user, now have more control than ever before over Windows System Restore. Many thanks goes out to Gregory M. Day, his observations helped cure Windows 8.x and Windows 10 of this System Restore curse. But enough about that... now onto the fixes. Included crash output for WMI Shadow Storage Provider Failures. Included a link to an FAQ on my web site in the program. Included a line of code to log make an entry in the Event Log when disabling the task. Added an "Age in Days" column to the restore point list on the main window. Added the ability to rearrange the columns in the restore point list. The placements of those columns are saved in the user preferences. Added the ability to just press the Enter button to begin search on the Event Log search tool. Backup files no longer contain settings that have no value. Did a slight redesign to the Event Log search tool window. The search button no longer has text, it only has an icon. It's also been moved to the right of the search terms text box. More user preferences are now being saved to the configuration backup file. Restoring a configuration backup no longer requires a program relaunch. The age of restore points in days is now represented with decimal places. You can control how many decimal places that the age of restore points are rounded in days by going to Program Options/Settings, Round the age of restore points in days to how many decimals? Fixed a bug on the Task Scheduler window in which it was getting data from the wrong place for whether or not the \"Delete Old System Restore Points After Scheduled Restore Point is created\" checkbox is checked. Fixed a bug in configuration backup and restore tool in which Registry settings were getting mangled. Fixed a bug in the scheduled task for creating restore points in which the program wasn't logging the end of the task if the program was told to delete old restore points as part of the task.

New in Restore Point Creator 3.9 Build 3 (May 3, 2016)

  • Fixed a crash on the Mount Volume Shadow Copy window that could occur in a rare situation if there are two restore points on the system that have the exact same creation date AND time. Thanks goes out to Dan Ausili for reporting this issue to me.

New in Restore Point Creator 3.9 Build 2 (Apr 30, 2016)

  • Fixed crash issue on Create a Restore Point at Logon window. Thanks goes out to David Sachs, Nuno Filipe Rego, and "Brian" for reporting this issue to me.

New in Restore Point Creator 3.9 Build 1 (Apr 29, 2016)

  • Included some additional registry tweaks to help improve the performance of system restore on Windows 8.x and Windows 10 systems. Fixed creating restore points on Windows XP. This has been a long standing bug that's never been reported to me. I'm wondering if I should just pull Windows XP support from this program altogether since based upon the fact that nobody reported this issue to me there must be no one running this program on Windows XP. Fixed Event Log Viewer on Windows XP in which the event log types weren't having any icons associated it. Changed the wording in the textbox at the top of the main window where you type in a name for your restore point. A Registry setting is set by the program upon setting the system up for Safe Mode boot and when the system comes up into Safe Mode the Safe Mode boot flag is deleted along with the Registry value telling the program that it needs to remove the Safe Mode boot flag. Hopefully this will make sure that the user never gets stuck in a Safe Mode without the ability to get out of it. But if you somehow find yourself stuck in Safe Mode, open Restore Point Creator, click on Program Options/Settings and click "Stuck in Safe Mode? Remove Safe Mode Boot Option". Included a handler for ManagementException. Made it so that when pulling down the beta change log it acts more like the way it pulls down the changes for the regular versions. Did some work on the server response parsing code used to parse the response from the web server when checking for updates. Fixed some crash issues on the Mount Volume Shadow Copy window.

New in Restore Point Creator 3.8 Build 2 (Apr 21, 2016)

  • Two more registry tweaks have been added to the program to facilitate the creation of more restore points by the system.
  • The two additional registry tweaks have shown to improve the behavior of System Restore on Windows 8.x and Windows 10 in the sense that the system is now making more restore points similar to how things operated on Windows 7.
  • Windows 7 used to make restore points for just about every little thing including Windows Updates; that behavior changed starting with Windows 8 and continued in Windows 10.
  • The registry tweaks that I have added seem to bring the behavior of Windows 8.x and 10 to be more in line with how Windows 7 operated.
  • I am in contact with a Microsoft engineer on Twitter that actually works on Windows to see if I can improve the behavior of system restore.
  • Any and all info I can get out of him will hopefully improve the behavior of system restore on Windows 8.x and Windows 10.

New in Restore Point Creator 3.8 Build 1 (Apr 18, 2016)

  • Users will have to download a new installation of this program to update it manually due to an issue that cropped up in the last version.
  • I apologize for this issue, the issue is a result of a rather dumb mistake that occurred when I was hurrying out a fix in Version 3.7 Build 4.
  • New testing and code validation procedures will be implemented from this point on so as to help make sure that a mistake such as this will never occur again
  • I messed up pretty badly with this mistake.
  • The issue will result in a full program crash. Fixed a rare issue in the showDonationNotice() function in which a NullReferenceException could occur.
  • Fixed another rare issue in which a ObjectDisposedException could occur in the Please Wait window if just the right circumstances come up to trigger it. Again, this is a very rare issue.
  • Fixed an issue when checking for updates

New in Restore Point Creator 3.7 Build 4 (Apr 16, 2016)

  • Included a search tool in the Event Log Viewer that you can use to search the entries for keywords in the event log text.
  • You can also use more powerful Regular Expressions to search but that's geared towards power users.
  • Changed the way that the program contacts my server to check for updates.
  • Full and complete changelogs are now out of beta.
  • Even more information is being provided to you, the user, so that you know exactly what each update does and each past update did since the version you currently have installed.
  • The disabling of automatic updates doesn't occur if you say No to a minor update.
  • Minor updates were not being handled properly in the update notification window

New in Restore Point Creator 3.7 Build 3 (Apr 12, 2016)

  • Fixed crash on startup for Windows XP users. This issue only effected Windows XP users. Normally I don't test on Windows XP since Microsoft doesn't officially support Windows XP anymore.

New in Restore Point Creator 3.7 Build 2 (Apr 12, 2016)

  • Includes some changes to several web-related functions that deal with HTTP data.

New in Restore Point Creator 3.7 Build 1 (Apr 11, 2016)

  • After several public betas and release candidates, I present to you the first version 3.7 build. This new version includes A LOAD of fixes.
  • Fixed selection of Event Log entries in the Event Log Viewer in which the display of the Event Log Entry didn't change unless you clicked on the list of event logs. This was caused by a regression that occurred in Version 3.6 Build 10.
  • Implemented a whole new version update notification dialog to provide even more information to users. This is all in an effort to provide users with more control over how the program updates itself.
  • New beta and release candidate versions will provide change log documentation. Moved many of the settings in the Program Options/Settings that have to do with software updates to be sub-items of a menu called "Software Update Settings". You can find the "Software Update Settings" menu as a sub-item of Program Options/Settings. This is to help clean up the Program Options/Settings menu to take up less space and to bring some organization to the Program Options/Settings menu.
  • Fixed an edge case issue that could result in a program crash when deleting selected restore points.
  • Reworked the way the program boots the system into Safe Mode to perform a System Restore in Safe Mode.
  • Included possible fix for old restore points being deleted by Windows itself. Included a handler for "BadImageFormatException" exceptions. Included a way for people to tell what version they have when the program pulls down the beta change log in the update dialog.
  • Included a handler for a "ObjectDisposedException" exception with the Please Wait window. This should cause the program to handle the exception internally in a silent manner and (hopefully) allow the program to continue functioning normally. Included new code to parse command line arguments when relaunching the program with Admin user rights.
  • Included a new "Launch with forced UAC prompt" jumplist task.
  • Included several new icons for menu items. Fixed the placement of the buttons on the bottom of the main window on systems running Windows XP.
  • Included a handler for "COMException" exceptions.
  • Removed some unneeded stuff from the crash display window since the "COMException" handler will redirect users to how to handle it instead of having the text in the program itself.
  • Fixed automated batch processing and deletion of old restore points in which the program ended up in an unending loop with the Please Wait window being shown with no way of closing it.
  • Implemented even more checks than there already were for Null References (believe me, there's lot of them!) in the updateSystemRestorePointsList() function that's used to load the restore point list.

New in Restore Point Creator 3.6 Build 10 (Mar 28, 2016)

  • Fixed the crash data submission form in which it wasn't working. This was due to a configuration change on the server end of things, not the program itself. This has been fixed by implementing a workaround in the program. Fixed the Configuration Backup tool that prevented the internal settings from being saved properly. Configuration backups are now being written to an encoded file type with a checksum as part of the file. This is to help ensure that nobody can tamper with the data in the backup file. Windows XP users will continue to use the original INI file format while Windows Vista (and newer) users will have the option to use the new data encoded file type. Many of the options and settings in the Program Options/Settings menu have been moved to a sub-item of Program Options/Settings called "Additional Options and Settings". This is to help split up the menu into two parts since the Program Options/Settings menu has so many options in it. This was requested by André Derry. Removed the limitations of the "Interface too small? Enable this option" option to appear on all versions of Windows, not just Windows 8.x and Windows 10. When viewing an Event Log and you view a log entry that contains Exception data, the program will ask you if you want to submit the Exception data. This behavior can be turned off if you so wish by unchecking the checkbox at the bottom of the window titled "Ask me if I want to submit a crash report if I view an Event Log Entry that contains Exception data".

New in Restore Point Creator 3.6 Build 9 (Mar 21, 2016)

  • From this point forward all updates are optional; the program will ask you if you want to upgrade to the newest version. The new version will no longer be forced upon you. To those users who I've offended with this forced update policy, I apologize. However, you can make the program perform like it did before this change (it tells you an update is available and just does it) by going to Program Options/Settings and uncheck "Ask Before Upgrading/Updating". This is to give the user the option to either have it ask every time or to just go ahead and install the update. Several people have slammed me for acting like Microsoft with their Windows 10 update strategy. These changes have made it so that I'm... slightly less despised than Microsoft.

New in Restore Point Creator 3.6 Build 8 (Mar 20, 2016)

  • At the request of a user, whenever a completely new version is released the program will no longer force you to update to the newest version. It will now ask you if you want to upgrade to the newest version and if you say No the program will automatically disable the automatic check for updates routine. Restoring a configuration backup will cause the program to close and reload so that the new settings are loaded by the program

New in Restore Point Creator 3.6 Build 7 (Mar 17, 2016)

  • This is a minor update. The Shadow Copy Mounting tool no longer mounts shadow copy instances to a hardcoded folder, the tool has been instructed to mount to a folder based upon where the currently running version of Windows is installed on. Before it was hardcoded to mount to C:\shadowcopy, this may cause issues with dual-boot setups in which the boot drive may not necessarily be the C Drive

New in Restore Point Creator 3.6 Build 6 (Mar 15, 2016)

  • Improvements have been done to several HTTP web related functions to simplify code. Checking for updates sometimes won't trigger the creation of a Please Wait window, this has been corrected. Removed some unnecessary HTTP calls in some functions.

New in Restore Point Creator 3.6 Build 5 (Mar 15, 2016)

  • Made it so that disk space usage bars on the Show Disk Space Usage window are made red if the usage is higher than 90%. HTTP Web Proxy support has been implemented.

New in Restore Point Creator 3.6 Build 4 (Mar 10, 2016)

  • Fixed Event Log Viewer on Windows XP in which there would be an error message that reads "The event log 'System Restore Point Creator' on computer '.' does not exist.".
  • Improved performance of the Change Log window in which it now loads the change log far faster than in the past.
  • Implemented SSL for many of the things that the program does including downloading new binaries, checking for updates, and submitting crash and contact form data.
  • SSL is disabled on Windows XP since Windows XP lacks support for SSL SNI. You can turn off SSL by going to Program Options/Settings and uncheck "Use SSL".
  • Improved upon the checking of task folders.
  • Included a check for the existance of the task folder before attempting to create tasks.

New in Restore Point Creator 3.6 Build 2 (Mar 5, 2016)

  • Fixed Microsoft.Win32.TaskScheduler.NotSupportedPriorToException on the Create Restore Point at User Logon form.
  • Added a contact form to the program so you don't have to use the form on the web site to send an email to me.
  • Put in a handler for a System.ComponentModel.Win32Exception in the launchURLInWebBrowser() function

New in Restore Point Creator 3.6 Build 1 (Mar 3, 2016)

  • This new version includes a \b load of \b0 fixes.
  • Put in some code to handle XML issues with scheduled tasks. Inserted a handler for System.UnauthorizedAccessException crashes.
  • Improved backup and restore to include more data including window size preferences.
  • Updated packaged Microsoft.Win32.TaskScheduler library from version 2.0.0 to 2.5.14.
  • Put in a confirmation question upon closing the Task Scheduler window asking if you want to close the window if you have changed any task setting and have yet to save them.
  • Some code optimizations have been done and some legacy code was removed.
  • Fixed some issues with window placements.
  • Optimized many of the WMI queries used to retrieve system information.
  • Removed some unnecessary threads from the main window load routine which resulted in improved main window loading times.
  • Fixed the Event Log Viewer on Windows XP in which it didn't work at all.
  • Improved performance of the Event Log Viewer.
  • Fixed an issue in the Event Log Viewer in which the wrong icon was being associated with an Error-type message.
  • Added a Shadow Copy Mounting tool.
  • Added a tool to set the Wake Timers setting for Windows Power Plans back to the default Disabled setting.
  • This function was requested by Mark Asap.
  • Fixed a possible Null Reference Exception that may occur if threads don't sync properly.
  • Fixed user input validation issues on the Delete Old System Restore Points and Check for Updates interval setting dialog. Apparently the Microsoft .NET IsNumeric() check isn't catching all user input issues.
  • Wrote a replacement function that contains a Regular Expression-based check for the default .NET provided IsNumeric() function for user input validation.
  • Put in possible workaround on the Task Scheduler window for System.IO.FileNotFoundException.
  • Fixed contact URL in program, two extra spaces somehow were put into the URL making it an invalid URL. Put in a handler for System.OverflowException on the "Delete Old System Restore Points", "Keep X Amount of Restore Points", and "Check for Updates Every"

New in Restore Point Creator 3.5 Build 9 (Feb 15, 2016)

  • Includes a minor update and fix to the configuration restore tool.

New in Restore Point Creator 3.5 Build 8 (Feb 15, 2016)

  • Included fixes for possible mangled HTTP POST data.
  • Included better handling of UNIX line feeds in returned HTTP data.
  • Included a configuration backup and restore tool to the program, this feature was requested by John Terdik.

New in Restore Point Creator 3.5 Build 7 (Feb 3, 2016)

  • Fixed a race condition on the Disk Space Usage Window in which if the window handle hasn't been created yet and the disk space usage gathering thread starts running the program could crash with a System.
  • InvalidOperationException exception. This was a very rare issue. Included a fix for a possible issue in the Jump List Task creation code in which a System.
  • TypeInitializationException exception may occur.

New in Restore Point Creator 3.5 Build 6 (Feb 1, 2016)

  • More fixes for the Please Wait window. Some minor user interface tweaks.
  • Removed the checking of Windows Power Plan settings from the program's initialization code to cut down on the annoyance when installing a clean install of System Restore Point Creator.
  • Added a new utility called "Check Windows Power Plan Settings" to the Sysem Restore Point Utilities menu; this checks to see if your Windows Active Power Plan is set up properly for waking from sleep made to create scheduled restore points. However, this is normally not needed but if you find that your restore points aren't being created while your computer is asleep, open the program and run that utility. When you create the scheduled task to create restore points the settings are checked but if for whatever reason the power plan settings need to be checked, the utility is there for you to use
  • Removed some legacy code that's no longer needed.

New in Restore Point Creator 3.5 Build 5 (Jan 28, 2016)

  • More fixes for the Please Wait window. Included better handling of an exception on the Event Log window instead of using an exception handler.\

New in Restore Point Creator 3.5 Build 2 (Jan 25, 2016)

  • This is a minor update. Changed the program's icon.

New in Restore Point Creator 3.5 Build 1 (Jan 13, 2016)

  • First version 3.5 build. Includes some possible fixes for people having issues creating scheduled tasks. I'm still trying to narrow down why some people still have issues with this while many others, including myself, don't have issues creating scheduled tasks. Includes better handling of HTTP errors when attempting to check for updates. Any errors are logged to the system event log along with the URL that caused the error.
  • Included better handling of System.Configuration.ConfigurationErrorsException exceptions. Included a framework to handle certain types of exceptions better than just showing the crash window. This is helpful for handling exceptions that may not be bad and that the program can recover from.
  • Included a fix for users who are running Windows 10 on systems with monitors that have very high DPIs which results in the program's user interface being too small to read. If this situation comes up for you, go to the Program Options/Settings menu and click on the "Interface too small? Enable this option" menu item. The program will then enable a compatibility flag that tells Windows to render the user interface differently so that the user interface is big enough to read.

New in Restore Point Creator 3.4 Build 17 (Jan 7, 2016)

  • Includes a possible fix for the program on Windows 8 or 10 systems that have high DPI monitors in which the program's user interface is too small to see. This fix is still in testing so to enable it you will have to go to the Program Options/Settings menu and enable the fix by clicking on "Enable this if the User Interface is too small on systems running Windows 8 or 10".
  • Includes a fix for Windows Vista users in which the program may crash when trying to set the program up to create a system restore point at user logon. Thanks goes out to Willem for reporting this issue.

New in Restore Point Creator 3.4 Build 15 (Jan 6, 2016)

  • The program has been instructed to update the uninstall info in the system Registry when an update has been finished and the program has been run for the first time after the update has been applied. The info that gets updated is the name, version, and installation date. This was a requested feature by an end user.

New in Restore Point Creator 3.4 Build 12 (Dec 28, 2015)

  • 2015 Holiday Edition. Fixed some more issues with the Please Wait window.

New in Restore Point Creator 3.4 Build 10 (Dec 22, 2015)

  • Fixed a major crash issue in which going from the View Disk Space Usage window to the Manage System Restore Storage Space caused the program to crash.
  • This was due to an issue with font objects.
  • Fixed an issue in which the Please Wait window didn't close when using the View Disk Space Usage tool.
  • Added a Please Wait window to tell you that the program is downloading an update.

New in Restore Point Creator 3.4 Build 8 (Dec 22, 2015)

  • Finally put in a fix to (hopefully) solve crash issues with the Please Wait window. It required a significant amount of refactoring and changes to the code used to load the Please Wait window.

New in Restore Point Creator 3.4 Build 6 (Dec 22, 2015)

  • Changed the default behavior of the program when first installing the program to ask the user if he/she wants the program to be able to properly set the system's Active Power Plan up for waking the computer up if and when a scheduled restore point is needed to be created if the system is asleep. Before the default behavior was to simply assume yes, now the program doesn't assume yes and asks the user instead.
  • There is a recommended setting mentioned in the text of the prompt. PLEASE NOTE! Upon first launching this new version, you will be asked if you want to allow System Restore Point Creator to check your power plans if you are running an older version.

New in Restore Point Creator 3.4 Build 5 (Dec 11, 2015)

  • Fixed a data parsing bug on the Manage System Restore Point Storage Space window in which an invalid user input could cause the program to crash. This was caused by an error in input validation before converting the input into a Double. Thanks goes out to "Sandro" for reporting this issue.

New in Restore Point Creator 3.4 Build 3 (Dec 6, 2015)

  • Instructed the program to execute the VSSAdmin executable with a full path to it in the Windows System32 folder as versus relying on the common environmental path variable.

New in Restore Point Creator 3.4 Build 2 (Nov 30, 2015)

  • Combined the program crash notification window and the automatic crash data submission form into one window for simplicity

New in Restore Point Creator 3.4 Build 1 (Nov 22, 2015)

  • Changed the way that the program tells you what kind of notification type you will receive. Put some extra checks into the loadPreferences() routine for Null Objects in the main window's initialization phase. Ordinarily the checks I have had in the loadPreferences() routine for some time now would have been sufficient but I have received one bug report from a rather rude person so I have put additional checks in.

New in Restore Point Creator 3.3 Build 8 (Nov 5, 2015)

  • Fixed a rare crash in the Event Log Viewer window in which resizing the window under very specific circumstances can cause the program to crash. Thanks goes out to Bill Heinzinger for reporting this issue.

New in Restore Point Creator 3.3 Build 7 (Oct 26, 2015)

  • Fixed a rare System.ObjectDisposedException issue when loading the program. Thanks goes out to William Broge for reporting this issue.

New in Restore Point Creator 3.3 Build 6 (Oct 20, 2015)

  • Implemented a workaround for a rare issue in which the closing of the Please Wait window causes the program to crash when creating Restore Points.

New in Restore Point Creator 3.3 Build 5 (Oct 12, 2015)

  • Fixed resizing of the Event Log Viewer in which the table pane moved with the window resize when it shouldn't have been.
  • Fixed a typo on the main window. URLs are now being launched in system's default web browser. This will probably be the last build for quite awhile, the program is quite stable at the moment so... Why mess with a good thing?

New in Restore Point Creator 3.3 Build 4 (Sep 30, 2015)

  • Included a seamless way of switching to the debug build for troubleshooting issues that users may have. Put in a workaround for systems that seem to have an issue with launching the default web browser.

New in Restore Point Creator 3.3 Build 3 (Sep 21, 2015)

  • Included detection of server editions of Windows and have instructed the program to tell the user that the program is incompatible with server editions of Windows and that the program will close. Moved the mention of a "debug build" to the About program dialog. The crash data now mentions if the particular build you're run is a debug build.

New in Restore Point Creator 3.3 Build 2 (Sep 14, 2015)

  • Fixed an issue in which the event log window wasn't saving the size preferences properly. Includes some code cleanups.

New in Restore Point Creator 3.3 Build 1 (Sep 8, 2015)

  • Fixed a regression in which setting the system up for Safe Mode boot was broken.

New in Restore Point Creator 3.2 Build 20 (Sep 7, 2015)

  • This is a minor update. Improved upon the resizing of objects on the Event Log Viewer.

New in Restore Point Creator 3.2 Build 19 (Aug 31, 2015)

  • Included the ability to tell the program not to check the Windows Active Power Plan, the default option is to check it. This setting is stored in the Windows Registry. System Administrators can disable this option in the program by creating a Registry String value in the program's Registry key (HKLM\SOFTWARE\Restore Point Creator) called "Check Windows Active Power Plan" with a value of "False". Included the ability to tell the program to silently modify the Windows Active Power Plan and not tell you anything, the default option is to tell you. Included a third way to retrieve the GUID of the Windows Active Power Plan. The process is as follows... check WMI, if that fails the program falls back to read the GUID from the Registry, and finally if that second option fails, it calls upon powercfg.exe.

New in Restore Point Creator 3.2 Build 18 (Aug 27, 2015)

  • Included an alternative method to the checkIfActivePowerPlanIsSetProperlyForWakingFromSleep() function to retrieve the active power profile's GUID using powercfg.exe if and when we can't retrieve it using the WMI. Thanks goes out to Will Friend for working with me on fixing this issue. Set a minimum size for the change log viewing window.

New in Restore Point Creator 3.2 Build 15 (Aug 26, 2015)

  • Fixed a Null Reference Exception in the checkIfActivePowerPlanIsSetProperlyForWakingFromSleep() function on those machines that had a missing Registry key. Why some machines were missing this particular (and important) Registry key and others weren't, I have no idea. I assumed that because this particular Registry key was important for even Windows to have, it would exist on every machine

New in Restore Point Creator 3.2 Build 14 (Aug 26, 2015)

  • Included code to check Windows Power Plan settings to make sure that the system is setup properly to wake from Sleep Mode. Again, I don't guarantee that this will work for your system, your particular system's hardware (ie. motherboard and system drivers) must be able to support this feature of the Windows Task Scheduler.

New in Restore Point Creator 3.2 Build 13 (Aug 25, 2015)

  • Added the ability to tell the scheduled System Restore Point task to wake the computer if in sleep mode. You can find this setting in the Task Scheduler window. I don't guarantee that this will work for your system, your particular system's hardware (ie. motherboard and system drivers) must be able to support this feature of the Windows Task Scheduler. If your system doesn't support this feature there's nothing I can do. All I'm doing is providing the option to enable this feature of the Windows Task Scheduler.

New in Restore Point Creator 3.2 Build 12 (Aug 25, 2015)

  • Fixed an issue in the getNewestSystemRestorePointID() function in which an ArgumentOutOfRangeException may occur.
  • Fixed an issue in the createRestorePoint() function in which an UnauthorizedAccessException may occur. The program has been instructed not to specifically crash but to tell the user that system permission settings seem to not allow system restore points to be created on the system.

New in Restore Point Creator 3.2 Build 11 (Aug 25, 2015)

  • Moved the program load time update checking routine to a separate thread. This should help decrease the amount of time the program takes to load when checking for an update at program load.

New in Restore Point Creator 3.2 Build 10 (Aug 18, 2015)

  • Includes a fix to the deleteSystemRestorePoint() function in which a crash may occur if there's a negative index. This should usually never occur but a fix is in place for it. Thanks goes out to Charles Billow for reporting this issue to me.

New in Restore Point Creator 3.2 Build 9 (Aug 18, 2015)

  • Includes some fixes for the inablity to create scheduled tasks on some systems.

New in Restore Point Creator 3.2 Build 6 (Aug 10, 2015)

  • Minor update to build 5. Updated copyright line in program to extend it to the year 2017.

New in Restore Point Creator 3.2 Build 5 (Jul 20, 2015)

  • The app’s manifest file has been updated to include the GUID for Windows 10.

New in Restore Point Creator 3.2 Build 4 (Jul 20, 2015)

  • Final preparations are in place for Windows 10 support. The Enable “My Computer” Right-Click Option in Program Options/Settings has been removed for Windows 10. It is HIGHLY recommended that if you plan on upgrading to Windows 10 that you launch System Restore Point Creator and disable this in the program BEFORE you upgrade to Windows 10. Apparently Microsoft doesn’t want anyone adding anything to the “My Computer” context menu. Don’t ask me, I don’t have a clue why; you’d have to ask Microsoft about that one.

New in Restore Point Creator 3.2 Build 3 (Jul 20, 2015)

  • This is a minor update. Unified the crash data that’s written to the system event log so that it matches the format that’s displayed in the primary crash window for handled exceptions.

New in Restore Point Creator 3.2 Build 2 (Jul 9, 2015)

  • This is a minor update. Changed the title text for the "Set Custom Restore Point Name for Scheduled Restore Points" window to "Set Custom Name for Scheduled Restore Points", now it should fit within the size of the window's title bar. Fixed a tiny bug in the "Set Custom Name for Scheduled Restore Points" window in which pressing the Enter key on the keyboard when in the textbox didn't do anything, it should have triggered a click of the OK button.

New in Restore Point Creator 3.2 Build 1 (Jul 7, 2015)

  • This new version includes tons of new bug fixes and improvements. A lot more system information is being included in the crash data that's sent to me. The new additional information is your operating system, how much RAM you have, your CPU type, and how many cores your CPU has. Fixed reloading of change log data on the change log window. Inserted code to silently handle UnauthorizedAccessException and ManagementException issues in the updateSystemRestorePointsList() function. Placed code in the startup routine to detect if System Restore is enabled on the system. Fixed a bug in which the deletion of updater.exe could cause a rare crash if the file is still in use. Ordinarily this shouldn't happen since the program actively seeks out and kills currently running processes with updater.exe as the parent executable. If this should occur, simply rebooting your computer will fix the issue. This is being treated silently with an entry in the Windows Event Log if this issue occurs. Reported by Andy Stadtlander. Includes some more SHA1 verification. Put code in to silently handle an error in the restoreToSystemRestorePoint() function. Includes more registry checks for event log related things.

New in Restore Point Creator 3.1 Build 7 (Jun 22, 2015)

  • Includes some more improvements and code optimizations to the Event Log Viewer code. Includes the time used to process the event log data. Includes some validations to the download code used to download updates in the form of SHA1 checks, this should help detect and prevent corrupted downloads and updates.

New in Restore Point Creator 3.1 Build 6 (Jun 22, 2015)

  • Improved the speed of loading and processing of data in Event Log Viewer by a significant amount on systems that have lots of logs in their event logs. What took a couple of seconds to do before now happens in less than a second.

New in Restore Point Creator 3.1 Build 5 (Jun 18, 2015)

  • This is a minor update. Included a field on the crash reporting window to ask the user what they were doing at the time of the crash.

New in Restore Point Creator 3.1 Build 4 (Jun 17, 2015)

  • Removed some unnecessary GUI elements from the main window since they’re no longer needed. When closing the automatic crash submission window and the data hasn’t been sent yet, the program asks if you want to close the window.

New in Restore Point Creator 3.1 Build 3 (Jun 17, 2015)

  • Included an automated crash reporter.

New in Restore Point Creator 3.1 Build 2 (Jun 17, 2015)

  • Removed the stand-alone log file used to log deletion of restore points in the program and moved all logging to the Windows System Event Log. Added a way to show the Event Log and only the event log by executing the program with “-eventlog” as a command line argument. As part of the startup routine the program has been instructed to create a shortcut to the program’s event log viewer in the user’s Start Menu location for the program. Added a Jump List item for the program’s event log. Fixed a File Not Found exception in the checkScheduledTaskEXEPaths() function. Ordinarily this should never happen to begin with. Rolled back to older version of embedded Microsoft.Win32.TaskScheduler.dll. Hopefully it will solve some corrupted task error that a small number of users are reporting. Put in work around for an issue setting drive space in the setShadowStorageSize() function. Put additional checks in the doesRunTimeTaskExist() for executable path checks. Fixed Null Reference Exception on startup.

New in Restore Point Creator 3.0 Build 2 (Jun 13, 2015)

  • Includes program version string and crash time in application crash details.
  • Cleaned up and optimized code in several functions including the application startup code, task scheduler related code, getDriveLabel(), and getDeviceIDFromDriveLetter() functions. Instructed the getNewestSystemRestorePointIDMadeByRestorePointCreator() function to return a 0 value if an exception is raised.
  • Hopefully if an exception is raised in this function other parts of the program can fix the reason behind the exception when the user attempts to create System Restore Point.
  • Updated embedded Microsoft.Win32.TaskScheduler DLL file to latest version. Updated the embedded Fody component used to embed and load required DLLs into the primary binary file.
  • Additional code has been added to the doesAtUserLoginTaskExist() and doesRunTimeTaskExist() functions.
  • Removed the ugly hack included in version 2.9 Build 6 and included proper code to fix systems with broken System Restore.
  • Fixed an issue in which the disk space usage bar wasn’t reset back to zero when selecting a drive without assigned space, increased the width of the window by a slight amount, and removed the Please Wait window from the Manage System Restore Storage Space window’s routines.
  • Added additional information to the “Enable My Computer Right-Click Menu Option” if something goes wrong. Added a small tweak that makes it so that if you download a beta version manually, it automatically sets the Update Channel to beta mode.
  • More checks for Null Reference Exceptions have been put into the Application Startup code.
  • Inserted an exception handler into the startup code to handle System.Runtime.InteropServices.COMException exceptions, if this crash happens the Task-based No-UAC Launcher is bypassed.
  • Put checks in to make sure that the program’s registry key was created properly.
  • Put in code in the Create Restore Point at User Logon to ask if the user want to abandon changes.
  • Removed the mentioning of the change log when updating to new beta builds.
  • Put in a Win32Exception handler into the reRunAsAdmin() function to handle a situation in which a user said “No” to a Windows UAC prompt.
  • Included an Event Log Viewer for the program’s various event log entries that the program makes.
  • An option has been added to turn off the program’s logging of program loading and exiting to the Windows Event Log.
  • Fixed several issues in which the starting location of a window wasn’t being set.
  • Build 2 improves the performance of the Event Log viewer in the program.

New in Restore Point Creator 2.9 Build 7 (May 20, 2015)

  • Fixed more issues with the Event Log logging of the program. Apparently Microsoft’s implementation of the Event Log API documentation is completely incorrect/broken.

New in Restore Point Creator 2.9 Build 6 (May 20, 2015)

  • This is an emergency release. Fixed some more crashes that can occur on systems that have broken System Restore implementations. Unfortunately it appears that I have to implement a rather ugly hack to fix the crash issue. I’m not proud of it by any means. But the hack seems to work and I guess that’s that. Fixed a regression in which the progress bar will cause a crash.

New in Restore Point Creator 2.9 Build 4 (May 19, 2015)

  • This is an emergency release. Fixed a crash issue in which a 32-bit Integer overload may occur with the progress bar in some rare situations. Thanks goes out to Gad Feldan for reporting this issue. The progress bar has been updated to use a 64-bit Long type instead. Fixed some issues in the getShadowStorageData() function in which conversion of data types to Long types could cause a program crash. A Long.TryParse() has been added to parse these data types and if parsing fails a default value of 0 (zero) is returned. A crash catching function has been removed from the getShadowStorageData(), this was accidentally left over from when I was debugging the function a couple of builds back. Exception handling has been added to the writeToSystemEventLog() function for those rare situations in which it may be needed on systems that have a broken Event Log.

New in Restore Point Creator 2.9 Build 3 (May 18, 2015)

  • This is an emergency release. Includes additional fixes for event logging.

New in Restore Point Creator 2.9 Build 2 (May 18, 2015)

  • This is an emergency release. Includes fixes for some users who reporting crash reports for the System Event logger. Includes some fixes for Shadow Storage-related crashes. Includes some small user interface tweaks as well.

New in Restore Point Creator 2.9 Build 1 (May 14, 2015)

  • Includes more fixes for Windows 10. Fixed multiple issues that may cause the program to crash when attempting to create scheduled restore points. Implemented logging messages to Windows Event Log for better tracking of what the program is doing. Implemented checks in the program to determine if the program is running as SYSTEM (such as when it’s creating scheduled restore points) to prevent certain functions of the program from running due to Microsoft imposed limitations on the SYSTEM user. Fixed several issues with creating scheduled restore points in which users may not have them created. Changed the default name for scheduled restore points so that it’s not in conflict with the default name that’s used to create checkpoints in the program’s GUI. Includes fixes to the function that determines if a restore point is needed by the scheduled restore point creation function when combined with custom names. Rewrote and simplified the code used to determine if a scheduled restore point is needed based upon the Every preference. Includes fixes to the function used by the program to parse restore point creation dates into Date objects.

New in Restore Point Creator 2.8 Build 4 (May 2, 2015)

  • Includes some additional fixes for machines that may have broken System Restore. Fixed a regression in which in some circumstances scheduled restore points may not be created.

New in Restore Point Creator 2.8 Build 2 (Apr 27, 2015)

  • Tweaked the width of the Disk Space Usage Window to be wider.

New in Restore Point Creator 2.8 Build 1 (Apr 23, 2015)

  • Fixed a rare issue in which the function that creates restore points may crash with a Null Reference Exception. Fixed a possible SecurityException crash that may occur in the toolStripMyComputer Click event. Fixed a possible UnauthorizedAccessException crash that may occur in the application startup routine. Includes some optimizations to code in the program startup routine that’s used to verify and parse certain registry values. Unified the code used to parse restore point creation date strings into Date objects. Includes some user interface fixes for Windows XP.

New in Restore Point Creator 2.7 Build 1 (Apr 16, 2015)

  • First version 2.7 build. Includes additional fixes for issues in Safe Mode. Included the ability to set a custom name for scheduled restore points. You can set your custom name by going to System Restore Point Utilities, Schedule creation of System Restore Points, and then clicking on the Set Custom Restore Point Name for Scheduled Restore Points button.

New in Restore Point Creator 2.6 Build 16 (Apr 15, 2015)

  • Fixed several crash issues that only occurred in Safe Mode.

New in Restore Point Creator 2.6 Build 15 (Apr 15, 2015)

  • Another minor build with some more crash catching code to narrow down where a specific kind of crash was occurring for some users. Put in code to disable certain functions in the program when in Windows Safe Mode, specifically the functions to create restore points

New in Restore Point Creator 2.6 Build 14 (Apr 14, 2015)

  • This is a minor update to Build 12 in which some bugs were fix that caused specific GUI elements from not being disabled when they were supposed to be.

New in Restore Point Creator 2.6 Build 12 (Apr 14, 2015)

  • Improved upon the “Restore to Selected System Restore Point in Safe Mode” functionality that will eliminate the possibility of machines ending up in a Safe Mode boot loop in which the user can’t get out of it. Though this issue was quite rare, I felt that even a tiny possibility was unacceptable. The changes include creating a whole new boot entry in the Windows BCDStore to reboot the machine with. Unfortunately this change will result in some user interaction when the machine reboots into Safe Mode which was something that I was trying to avoid to make the process as seamless as possible but integrity of the boot process is far more important.

New in Restore Point Creator 2.6 Build 11 (Apr 7, 2015)

  • Minor code clean-ups which includes removal of repeated code which was replaced with a unified function. Added a Manage link to the View Disk Space Usage window even for drives that don’t have Restore Point Space assigned to it, this way if you want to add assigned space you can manage it easier. Changed the starting location of several windows in the program so that they are centered in the parent. This should help people who have multi-monitor setups in which a new program window may appear on a monitor you didn’t expect.

New in Restore Point Creator 2.6 Build 10 (Mar 23, 2015)

  • Fixed an issue in the Manage System Restore Point Space tool in which clicking on a drive with no shadow storage space allocated to the drive may cause the program to crash.

New in Restore Point Creator 2.6 Build 8 (Mar 23, 2015)

  • Included the ability to create a restore point at user login. You can have it create the restore point immediately when a user logs in or after a user set period of time.

New in Restore Point Creator 2.6 Build 3 (Feb 11, 2015)

  • Fixed a very big issue in which the restore point storage space was being resized by the program when it didn’t need to be. This caused systems to lose restore points. As far as bugs go, this one was nasty. I apologize deeply to the users of this program, this bug should have never occurred.

New in Restore Point Creator 2.6 Build 2 (Jan 24, 2015)

  • Added an additional setting to the Task Scheduler portion of the program to set the task of creating scheduled restore points up to run the task if the task is missed. Made some additional changes for the future Windows 10.

New in Restore Point Creator 2.6 Build 1 (Jan 19, 2015)

  • Fixed an issue in the automatic update checking function that executes after a user specified amount of time at program load in which it wasn’t obeying the concept of a minor update.
  • Implemented a very important new function that may help in restoring your system to past restore points if attempting to restore in normal Windows fails; “Restore to Selected System Restore Point in Safe Mode”. All you have to do is select a restore point to restore to, press the button and then the program will set your system up to automatically boot into Safe Mode. Once your system comes up into Safe Mode the program will re-launch in Safe Mode, remove the setting to boot your system into Safe Mode, and then start the restoration process back to your pre-selected restore point. It’s a completely seamless operation. You simply select a restore point, press a button, and your system does all the work for you. Note, this feature is not available in Windows XP and won’t come to Windows XP due to the differences in Windows XP’s boot loader.

New in Restore Point Creator 2.5 Build 3 (Jan 7, 2015)

  • This is a minor update to Build 2 in which the Enable and Disable radio buttons on the Manage System Restore Storage Space windows has been removed due to the inability to determine if the space is reserved for actual System Restore usage. Windows doesn’t provide an API to determine this.

New in Restore Point Creator 2.5 Build 2 (Dec 30, 2014)

  • Changed some menu terms. Moved the Change Log menu item to the About menu. Implemented a fix in the code to (hopefully) fix a rare crash issue involving the Please Wait window.

New in Restore Point Creator 2.5 Build 1 (Dec 30, 2014)

  • This new version no longer needs the DLL files they are now again being embedded in the main executable.

New in Restore Point Creator 2.4 Build 27 (Dec 1, 2014)

  • Getting ahead of the game with detections for Windows 10. The new version of Windows will be Windows 10 and the NT version will be… wait for it, Windows NT version 10. Yeah… OK Microsoft; whatever makes you happy. LOL Changed the default color for the progress bars to green instead of gray.

New in Restore Point Creator 2.4 Build 26 (Nov 21, 2014)

  • Windows XP support has been officially pulled from this program. The setup program will no longer allow an installation on Windows XP and the program, starting with this version, a notification stating that it’s highly recommended to upgrade to a newer version of Windows such as Windows 7 will be displayed every time the program runs. Microsoft has stopped Windows Update from working on Windows XP, even for those people who used the Registry hack to make it look like Windows POS Ready. Windows XP is no longer secure to use on the public Internet, there are far too many publically known exploits capable of being used against Windows XP. Please, for the sake of the larger Internet community, stop using Windows XP.

New in Restore Point Creator 2.4 Build 25 (Oct 3, 2014)

  • Preliminary support for the new Windows 10 has been added to the program. Specific parts of the user interface needed to be changed to follow the new terms that Windows 10 uses. The Change Log window’s text box is now read-only.

New in Restore Point Creator 2.4 Build 23 (Aug 18, 2014)

  • A webRequest exception is no longer being treated as a program crash, it’s now an error that is fully handled.

New in Restore Point Creator 2.4 Build 22 (Aug 11, 2014)

  • Included a possible fix to a crash when attempting to write to the restore point deletion log file.

New in Restore Point Creator 2.4 Build 21 (Aug 9, 2014)

  • Fixed a display bug on the View Disk Space Usage window in which the disk space usage bar’s tooltip (the popup text when you hover the mouse cursor over it) said the free percentage when it should have said used percentage. Now it shows both used and free percentage for both the disk space usage and the shadow disk space usage bars.

New in Restore Point Creator 2.4 Build 20 (Jul 13, 2014)

  • Includes possible fix for crash in the checkForMyComputerRightClickOption() routine.

New in Restore Point Creator 2.4 Build 19 (Jul 5, 2014)

  • Fixed checking of DLL existence checks at application initialization. If not found, the program will download a program from my web site to auto-correct the issue and download missing DLLs.

New in Restore Point Creator 2.4 Build 17 (Jun 28, 2014)

  • This is a minor update to Build 16. Updated the program’s changelog window to pull the data from a new location on the web site. Rich Text is now being used instead of HTML.

New in Restore Point Creator 2.4 Build 16 (Jun 18, 2014)

  • Fixed a possible crash when double-clicking on the program’s clock tray icon.

New in Restore Point Creator 2.4 Build 15 (Jun 11, 2014)

  • Fixed a bug that prevented the program from functioning in Windows Safe Mode.

New in Restore Point Creator 2.4 Build 14 (Jun 9, 2014)

  • Fixed a bug on the Log File Viewer in which a crash could occur if the file was open by another program. Why that would occur, I have no idea, but the fix is in place.

New in Restore Point Creator 2.4 Build 13 (Jun 1, 2014)

  • Completely broke the program in Build 12 on Windows XP. This build fixes the program on Windows XP. Have I mentioned how much I hate working with Windows XP? Yeah… I think so. Anyways, I primarily test this program on Windows Vista, 7, and 8.1 before deployment of the program. I generally don’t test on Windows XP due to the fact that Microsoft has stopped official support for Windows XP. If you are still running Windows XP, I STRONGLY encourage you to upgrade to at least Windows 7 simply because you won’t be receiving security updates on Windows XP.

New in Restore Point Creator 2.4 Build 12 (Jun 1, 2014)

  • Fixed multiple bugs in the new No UAC Launcher code on systems that have multiple administrator-type users. Due to limitations in the Windows operating system a set of tasks used to launch the program with no UAC prompt must be created for each user that’s part of the Administrators user group. To make sure that the Windows Task Scheduler isn’t littered with tasks for this program, all tasks will be created in a sub-folder of the root Task Scheduler folder. Fixed a bug in which the program would not prompt for a UAC prompt when running from a user that’s not part of the Administrator user group.

New in Restore Point Creator 2.4 Build 11 (Jun 1, 2014)

  • Fixed a crash issue on the task scheduler window involving creating weekly schedules in which there are now checks in the code to make sure that you select days of the week to run the schedule on. When creating weekly schedules you must select days of the week to have it run on.

New in Restore Point Creator 2.4 Build 10 (May 26, 2014)

  • Required DLLs are no longer being embedded in the executable. The updater program will download necessary DLLs as part of the updating process.

New in Restore Point Creator 2.4 Build 9 (May 21, 2014)

  • Fixed some issues with the program when Windows is in Safe Mode. More debugging code has been added to the Task Scheduler to try and figure out why the Save button doesn’t work for some people.

New in Restore Point Creator 2.4 Build 8 (May 19, 2014)

  • Removed the functionality to repair System Restore by enabling it on all system drives. I have restricted the functionality to just the system drive, the drive upon which the currently running instance of Windows is installed on (usually the C: drive in a large amount of cases). I have since removed the “Disable repair of System Restore on System drives” function from the UI because it essentially isn’t needed anymore.

New in Restore Point Creator 2.4 Build 7 (May 13, 2014)

  • Added the ability to turn off the repair of System Restore on all system drives that exist in a system. For power users who may have multiple Windows operating systems installed on their system, this repair of System Restore on all system drives may break System Restore on drives that belong to other Windows operating system installations. To turn repair off, go to Program Options/Settings, Advanced Options, and then click on “Disable repair of System Restore on System drives”. This sets a specific registry entry for the program.

New in Restore Point Creator 2.4 Build 5 (May 12, 2014)

  • Fixed a small issue with the change that was implemented yesterday in Build 3. Build 6 includes a setting in the program to disable the new No UAC Launcher that first appeared in version 2.4 Build 3. You can also force the program to trigger a UAC prompt by calling the program with a “-forceuac” command line argument. Rebuilt the installer so that it adds an additional program shortcut with a “-forceuac” command line argument.

New in Restore Point Creator 2.4 Build 3 (May 10, 2014)

  • For the first time ever in the history of this program, no UAC prompt is needed. The initial run with this new version will require a UAC prompt but after that, no UAC prompt should be required to run this program. If there is an error during the launch with no UAC prompt, a UAC prompt may appear. Includes code to bypass the no UAC launcher.

New in Restore Point Creator 2.3 Build 14 (May 9, 2014)

  • Minor update. Fixed the viewing of the changelog.

New in Restore Point Creator 2.3 Build 13 (May 9, 2014)

  • Put some code in to specifically target the System.Runtime.InteropServices.COMException crash that some people have been reporting, if the crash occurs the program will launch a specific web page that I have on my web site that includes instructions on how to repair your Windows installation so that the program will function on your computer. Fixed double-clicking on the tray icon in which it didn’t bring the program back up from being either minimized or from behind other program windows. Added a new button to the main window called “Create System Restore Point with your Default Custom Restore Point Name”, this button will only appear if you have set a Default Custom Restore Point Name. Added the ability to load the changelog in a window in the program.

New in Restore Point Creator 2.3 Build 12 (May 5, 2014)

  • Fixed the Task Scheduler in which it wasn’t reading the days of the week on which a task is scheduled to run if the program was being run on a non-English Windows operating system. The program now loads the changelog from the web page and presents it to the user to tell them what changed.

New in Restore Point Creator 2.3 Build 10 (May 2, 2014)

  • The program now allows users to delete all restore points including the most recent System Restore Point. However, default settings for the program is setup so that it won’t allow you to do so. To enable this you must go to “Program Options/Settings” and then click on “Allow for deletion of all System Restore Points”.

New in Restore Point Creator 2.3 Build 9 (May 2, 2014)

  • Removed the Windows System Service checking code that was introduced with Build 8, seems that there is some issues that have cropped up in trying to fix machines that have been having issues with creating restore points. The code was put into the program to try and repair existing installations of Windows on which System Restore is broken. I am from now on not going to try to fix these machines and instead forward those users to the program that I linked to on Tweaking.com.

New in Restore Point Creator 2.3 Build 8 (Apr 30, 2014)

  • Included new message info types into the program. Now you have the option to be notified via message boxes or a balloon message from the taskbar. Modified the crash window that appears in this program with some added documentation, it now included some instructions to follow if you so happen to get a specific crash. Added the ability to disable System Restore on drives that are removable (not fixed volumes) to the Manage System Restore Storage Space window. A check has put into place on the Manage System Restore Storage Space window to make sure you didn’t put zero as an inputted value

New in Restore Point Creator 2.3 Build 7 (Apr 28, 2014)

  • Included a possible fix for those people who were having an issue with a program crash while attempting to create a restore point. I was able to reproduce the crash in my Windows 8.1 Update 1 virtual machine installation by purposely breaking System Restore and I was able to write some code to fix it, at least one such possible breakage of System Restore that may cause this crash. This is a mandatory update for all users of this program.

New in Restore Point Creator 2.3 Build 6 (Apr 24, 2014)

  • This is a minor update for users of Build 5. Fixed some issues on the user interface in which the Restore Point Name didn’t go gray if a default restore point name was set to something and if the Restore Point Name textbox lost focus

New in Restore Point Creator 2.3 Build 5 (Apr 22, 2014)

  • Added a possible fix for a crash that occurs on some machines when trying to create restore points. No code obfuscation is enabled on this version, Avast doesn’t seem to like it and considers it malware if the program’s executable is obfuscated so that it can’t be de-compiled

New in Restore Point Creator 2.3 Build 4 (Apr 22, 2014)

  • Added the ability to turn off the program’s routine that checks for full shadow storage space. The option to turn it off is in the Program Options/Settings menu.

New in Restore Point Creator 2.3 Build 3 (Apr 18, 2014)

  • Minor change to the Disk Space Usage window in which the disk space usage bars have been re-arranged. In prior versions the “Shadow Storage Space Usage” was on the left and the “Total Disk Space Usage” was on the right. Now, they have been switched around. The “Total Disk Space Usage” was on the left and “Shadow Storage Space Usage” is on the right. I have done this because I felt that the “Total Disk Space Usage” is a bit more important to look at than the “Shadow Storage Space Usage”. Also, the “Total Disk Space Usage” bar was improperly sized for drives that don’t have any Shadow Storage assigned to it; this has been fixed.

New in Restore Point Creator 2.3 Build 2 (Apr 18, 2014)

  • Added the ability to set a default custom named restore point name. Made it so that you can turn off the notification that the program gives after deleting restore points and creating restore points. The message will still appear if something goes wrong though. Added code to detect general WMI errors and gives you an error message about where you can find help. Fixed a possible crash in which the restore point deletion log file may become locked. The method of opening the file has been changed to result in an exclusive lock over the log file. Changed the Windows API that’s used by the program to create restore points. Hopefully this should solve some issues that some people were having with creating restore points with this program.

New in Restore Point Creator 2.2 Build 14 (Mar 27, 2014)

  • Fixed the crash window in which the crash data wasn’t being loaded into the textbox. I commented out the code by mistake.

New in Restore Point Creator 2.2 Build 13 (Mar 24, 2014)

  • Reworked some of the System Service startup mode manipulation code. If you have the problem mentioned in Build 12′s changelog, you will have to download a new copy of the program and install it over the existing installation as versus getting the update through the program. Once you have the new version, launch Restore Point Creator as normal and the program will correct the problem for you and ask you to reboot your machine.

New in Restore Point Creator 2.2 Build 12 (Mar 24, 2014)

  • Included code in the application initialization phase to check the startup mode of the Volume Shadow Copy System Service. If the System Service’s startup mode isn’t Manual the program is instructed to set the startup mode to Manual. Normally this shouldn’t ever have to be repaired but for whatever reason there have been a number of people who have had a Windows error code 0×81000202 which seem to point to the System Service being disabled. Code has been put into place to try and correct this.

New in Restore Point Creator 2.2 Build 11 (Mar 24, 2014)

  • Removed the crash reporting form from the program. It’s not working at all for whatever reason. I have instead put a link in the program to open to a web page where people can submit the crash data manually. This should be far more accurate in getting the data to me.

New in Restore Point Creator 2.2 Build 10 (Mar 20, 2014)

  • This is a minor update. Fixed an annoying cosmetic issue on the main window in which the Restore Point Name textbox didn’t go back to grayed-out box with the text “Type in a name for your custom-named System Restore Point…” in it in all situations when it lost focus. This should have been the case but for whatever reason it didn’t always do it in rare occasions.

New in Restore Point Creator 2.2 Build 9 (Mar 10, 2014)

  • Fixed a crash on the Disk Space Usage window that was caused by what I’m embarrassed to admit as a very dumb mistake in the code.

New in Restore Point Creator 2.2 Build 7 (Mar 10, 2014)

  • This is a minor update to build 6. Removed something from view that shouldn’t have been visible on Windows XP machines. Included a notification for Windows XP users that will appear after April 8th, 2014 notifying them that Microsoft has pulled official support for Windows XP. I have mentioned in the notification that the program will continue to function as intended on Windows XP past April 8th, 2014 but that I (the developer) strongly encourage the user to upgrade to (at the very least) Windows 7

New in Restore Point Creator 2.2 Build 6 (Mar 1, 2014)

  • Fixed a possible crash on the Disk Space Usage window in which it doesn’t handle an Unauthorized Access Exception gracefully. Code has been put into place to catch the exception and skip the drive if this particular exception is raised.

New in Restore Point Creator 2.2 Build 5 (Feb 17, 2014)

  • This is a minor update to build 4. The AutoFix routine on the Drives with Full Restore Point Reserved Space window now gives more details as to what exactly it did. Is now displays the old size, the new size, and how much it increased the old size by.
  • Upgraded the development environment from Visual Studio Express 2012 to Visual Studio Express 2013.

New in Restore Point Creator 2.2 Build 4 (Feb 15, 2014)

  • This build makes it so that you don’t get a message about you already having the latest version during program startup. Normally it should have only informed you if you had a new version to download, not if you already had the latest version.
  • Some minor tweaks to the code in how version strings are being parsed have also been implemented.

New in Restore Point Creator 2.2 Build 3 (Feb 6, 2014)

  • Minor improvement to the fix included in Build 2. After the fix is applied the program is now instructed to ask the user to reboot his/her computer.

New in Restore Point Creator 2.2 Build 2 (Feb 6, 2014)

  • Fixes a major issue on Windows 8/8.1 systems in which drives were being dropped out of the My Computer listing of drives. This was due to something that was added back in version 2.1 Build 1 that had unintended side-effects.
  • This new version includes the removal of that code as well as a fix to remove the added Registry entries that were added by the removed code. This should resolve the drive drop-outs on Windows 8.

New in Restore Point Creator 2.1 Build 10 (Feb 3, 2014)

  • Performance improvements have been done to the Manage System Restore Storage Space window in which on some machines the initialization phase of the window may take a long time to complete.
  • A fix has been put into place by changing how and where the program is loading the data.
  • Loading specific drive data has been given a Please Wait window so the user will now know that the program is working on something and hasn’t just locked up. This is the first mandatory update since Build 5.

New in Restore Point Creator 2.1 Build 9 (Feb 3, 2014)

  • This is a minor update to build 5, 6, and 8, this is not a mandatory update. Minor improvement to the Disk Space Usage window in which there is a “Manage” link for the Manage System Restore Storage Space window that will load and pre-select the drive for which you clicked the “Manage” link for.

New in Restore Point Creator 2.1 Build 8 (Jan 24, 2014)

  • This is a minor update to build 5 and 6, this is not a mandatory update. Fixed minor bug to the manual fix button’s routine on the Drives with Full Restore Point Reserved Space window in which it was making the Manage System Restore Storage Space window appear but not loading the data for the pre-selected drive. This has been fixed. Added a Please Wait window to the routine that loads the restore point list so that the user won’t think that the program just locked up.

New in Restore Point Creator 2.1 Build 6 (Jan 18, 2014)

  • Minor improvements to the task scheduler. The “Save Max Age” routine has been added to the “Save Task” routine so you don’t have to press two buttons. In the future, if you want to change the “Max Age” setting you can do so by just clicking on the “Save Max Age” button.
  • Added a “Set Bar Color” under Program Options on the main window.
  • Changed “Program Options” to “Program Options/Settings” to be more clear about what it is.

New in Restore Point Creator 2.1 Build 5 (Dec 30, 2013)

  • Minor improvements to the “My Computer” right-click context menu entries in which now there are appropriate program icons associated with the entries instead of a blank icon (on Windows XP) or a UAC shield on Windows Vista or newer.
  • Renamed the “Create Custom Named System Restore” menu entry to “Create Custom Named System Restore Point”.
  • Added “Launch Restore Point Creator” as a new menu entry to launch Restore Point Creator from the “My Computer” right-click context menu.

New in Restore Point Creator 2.1 Build 3 (Dec 27, 2013)

  • Minor improvements have been made to the changes contained in Build 2.

New in Restore Point Creator 2.1 Build 2 (Dec 23, 2013)

  • Minor improvement to the Disk Space Usage window in which a perceived performance improvement of the tool should be noticed. The reason this is so is because all loading of the data for display was being done on the main window thread thus if for whatever reason be it having to wake up an HDD to get volume data or anything else, the program may appear to have frozen or locked up. The loading of the data for display has been moved to a separate processing thread so as to make sure that the program will not appear to have locked up while loading the data.

New in Restore Point Creator 2.1 Build 1 (Dec 18, 2013)

  • Added functionality to check reserved restore point disk space usage. If the percentage reaches 80% the program will automatically notify you about the issue and present to you ways to fix it.
  • The program has an Auto Fix routine that’s programmed for easy fixing of the issue which automatically increases the size of the reserved disk space for restore points.
  • Improved crash catching routine to provide better crash data.
  • Fixed Disk Space Usage viewing in which the window’s width was too small.
  • Added additional fixes for Windows 8 to the Windows Registry in which it was deleting restore points without the user’s permission.
  • Fixed a tiny issue in which the Please Wait window that showed when using the jumplist or “My Computer” right-click context menu options did not have a proper icon.
  • Fixed a possible situation in which malformed restore point data could cause the program to crash at startup while loading restore points.

New in Restore Point Creator 2.0 Build 1 (Dec 9, 2013)

  • Included a link to Instructional Videos page on the product web site.

New in Restore Point Creator 1.9 Build 5 (Dec 9, 2013)

  • Fixed a crash at startup. This was caused by an order of operation issue in which the program was trying to access a Registry Key before it was created.

New in Restore Point Creator 1.9 Build 4 (Dec 6, 2013)

  • Fixed it so that the Please Wait window can’t be closed by using the window’s X button in the upper right-hand corner of the window. Only the thread that spawned the Please Wait window can close the window.
  • Fixed a minor issue in which the button to create a custom-named restore point was re-enabled when it shouldn’t have been re-enabled.

New in Restore Point Creator 1.9 Build 3 (Dec 2, 2013)

  • Added the ability to control the automatic updates interval. The default setting is every 7 days. You can configure it for 7 days, 14 days, or a custom value.
  • Fixed a rather dumb bug in which when creating custom-named restore points from the jumplist tasks don’t work.

New in Restore Point Creator 1.9 Build 2 (Dec 2, 2013)

  • Fixed an issue in which the automatic update routine may not run.
  • Automatic update checks are now triggered to be executed every seven days.

New in Restore Point Creator 1.9 Build 1 (Dec 2, 2013)

  • Added the ability to keep only a specified amount of restore points on the system. This makes it so that if you have a setting a 12 restore points and after making a new restore point your system now have 13, the program will delete the oldest restore point to keep the amount of restore points on your system to a count of 12.
  • Created a custom user input box for the creating of custom named restore points when using the Jump List Tasks or the “My Computer” right-click context menu.
  • Added a trademark notice regarding Windows and Windows System Restore indicating that those terms are trademarked by Microsoft Corporation.
  • Fixed crash issues with managing disk space usage by the restore point sub-system.

New in Restore Point Creator 1.8 Build 6 (Nov 23, 2013)

  • Fixed a very rare crash that could occur if the program was launched immediately after updating the program and the updater/patcher program was still running. This was fixed by searching for instances of updater/patcher program processes and killing it before attempting to delete it.

New in Restore Point Creator 1.8 Build 5 (Nov 21, 2013)

  • Fixed an issue with creating a restore point in which the program said that an error occured but in reality it didn’t. There was a typo in one of the lines of code that resulted in one of the API constants to have an incorrect internal error code number.
  • Changed behavior of the function that creates restore points using the Jump List Tasks and the right-click options on “My Computer”, before a message box appeared when the task was completed. Now, a message box appears only if the task failed to create a restore point. With this change if you don’t get a message you can assume that things went alright and a restore point was created properly.

New in Restore Point Creator 1.8 Build 4 (Nov 21, 2013)

  • Fixed a crash with creating scheduled restore points.

New in Restore Point Creator 1.8 Build 3 (Nov 19, 2013)

  • Fixed a possible issue in which the “every” variable for the “Every other X days” on the Task Scheduler window could be filled in with invalid data and thus could cause a program crash at a later date.
  • Fixed the scheduled task EXE path repair routine. Before I was checking to see if the executable path for the scheduled task existed; now I simply change the scheduled task’s executable path regardless of whether or not the executable file exists if it doesn’t match the current process executable path.
  • Fixed a crash upon loading restore points in which a System.ArgumentException can occur with an error message that states “An item with the same key has already been added”.

New in Restore Point Creator 1.8 Build 2 (Nov 18, 2013)

  • Updated the embedded Microsoft.Win32.TaskScheduler.dll that’s used by the program to access the Windows Scheduler.

New in Restore Point Creator 1.8 Build 1 (Nov 18, 2013)

  • Moved the About notice and link to the program’s product web site to be sub-items of About.
  • Added a notice to ask users to donate. Yes, this program will always remain free to use with absolutely no limitations to the use of the program but still donations are welcome. If you click “No” to the message asking you to donate you will never see the program ask again unless of course you uninstall and reinstall the program.
  • Added more checks throughout the program for file existence.
  • Custom colors for the bar color chooser on the View Disk Space window is now saved in the program’s user preferences, before this was not the case.
  • Added a bunch of new descriptive icons throughout the program.
  • Made it so that the “Delete All Restore Points” option under the utilities menu is hidden if the system is Windows XP.
  • Moved the “Close after Restore Point is created” checkbox to the Program Options menu.
  • Added a message box to the Delete All Restore Points function asking you if you really want to do that.
  • Moved “Delete All Restore Points” and “Delete Old Restore Points” to be sub-items of “Delete Restore Points” in the Utilities drop-down menu.
  • Put a notice of sorts into the textbox to type in a name for a restore point to type something in that box.
  • Increased the default width of the main window to make things fit better.
  • Made it so that the program displays a message while creating and deleting restore points and will notify you that things are being done in the background and that message will not go away until the process is complete. This is much like how the Windows native Restore Point UI works. This window has a four minute timeout to close the window by itself but ordinarily this event shouldn’t occur.
  • Put some code into the program to write a “last run” file for scheduled tasks, this way you can determine when the last time the task was run.
  • Fixed a possible regression in which scheduled restore points weren’t being created.
  • Imported many of the constants from the SRClient.DLL file for improved error checking during the creation of restore points. Now you should get more meaningful error messages other than a success or a failure.
  • Added additional user privilege checking at startup to make sure that the program is running with system Administrator privileges/rights.
  • Some more debugging of task scheduler creation code is needed, some users have reported the task scheduler crashing on Windows 7 which I have throughly tested and have come up with nothing conclusive. I have put crash detection code into place to try and narrow down where the problem may be.
  • Changed the way that crashes are caught when unhandled crashes occur in the proogram, this should make the program catch more unknown crashes.
  • Windows XP will continue to be supported past the date of April 8th, 2014 but in an extremely limited capability. Scheduled tasks under Windows XP will be completely disabled and any existing scheduled tasks will be automatically deleted by the program. This is because debugging scheduled tasks on Windows XP is proving to be far more difficult than I initially thought it would be. Much of the code that I use to access the Windows Scheduler is provided by a DLL that was written for Window Vista or newer and getting it to work on Windows XP without major hacks is difficult.
  • Added the ability to change the update channel from beta to stable for future testing.
  • Fixed an issue in the Restore Point deletion function in which a malformed date string could crash the program, this has been fixed by storing the raw date data from the restore point sub-system in the program’s memory and using that instead of parsing what’s in the list of restore points.
  • Included some fixes in other areas of the program to help prevent crashes while attempting to parse invalid data.
  • Fixed several possible Null Reference Exceptions that may occur with the log file writing functions, ordinarily this shouldn’t happen at all but in those very rare occasions (less than .01%) a fix as been put into place.

New in Restore Point Creator 1.7 Build 3 (Oct 26, 2013)

  • Fixed a possible issue that may occur if Windows 8 is upgraded to Windows 8.1. There is a possibility that a Registry setting that the program sets on Windows 8/8.1 to fix System Restore to make it function like it did in past versions of Windows was undone during the upgrade of Windows 8 to 8.1. There is a check for this now in the program and if it detects the change was undone, the program re-applies it.

New in Restore Point Creator 1.7 Build 2 (Oct 24, 2013)

  • Fixed a typo in the “System Restore Point Utilities” drop-down menu. “Deletes All Restore Points” should be “Delete All Restore Points”.

New in Restore Point Creator 1.7 Build 1 (Oct 23, 2013)

  • Added the ability to delete all restore points that exist on the system (except for the newest).
  • Added logging to the restore point deletion functions, before only the functions that deleted old restore points had logging enabled in them; now all deletion functions have logging enabled in it.

New in Restore Point Creator 1.6 Build 10 (Oct 22, 2013)

  • Fixed an issue with the program’s embedded app manifest file.

New in Restore Point Creator 1.6 Build 9 (Oct 19, 2013)

  • Changed the way that the available disk space line is outputted on the Disk Space Usage window. The old display was confusing, the new display is similar to how the Restore Point Space is displayed. Upgraded to Visual Studio 2012 from version 2010. This is a minor update to Build 8 therefore it is entirely your choice to download and update to it.

New in Restore Point Creator 1.6 Build 8 (Oct 16, 2013)

  • Fixed an issue in which the program would crash upon execution of the program when attempting to run it under a Standard User on Windows Vista or newer.

New in Restore Point Creator 1.6 Build 7 (Oct 15, 2013)

  • Includes some more tweaks to the task creation code to set some task settings that may have contributed to tasks not running for some users.

New in Restore Point Creator 1.6 Build 6 (Oct 15, 2013)

  • Includes enhanced update checking logic to include better support for minor updates.
  • Included a possible fix for scheduled tasks in which tasks weren’t running correctly. More testing will need to be done though. There is a possibility that on certain systems the task would not run because the user that the task was scheduled to run as didn’t have a password. A workaround has been put into place to make the task run as the SYSTEM user.
  • Fixed a typo in the code that may have prevented scheduled tasks from running properly.

New in Restore Point Creator 1.6 Build 4 (Oct 14, 2013)

  • More user interface cleanups.
  • About program message changed to include copyright line.

New in Restore Point Creator 1.6 Build 3 (Oct 12, 2013)

  • Fixed more bugs in the routine that checks EXE paths for the “My Computer” right-click context menu entries.

New in Restore Point Creator 1.6 Build 2 (Oct 11, 2013)

  • Included windows service checking code into the Task Schedule part of this program to repair any possible Windows Task Scheduler Service issues.
  • Some bugs have been been fixed in the program’s task scheduler in which the “Every” setting wasn’t being deleted when changing the task type from an “Every” to a Weekly type.
  • Some bugs have been fixed in the invalid task fixer that’s run at startup of the program.

New in Restore Point Creator 1.6 Build 1 (Oct 9, 2013)

  • This new build features a new, cleaner, more streamlined, and completely redesigned user interface
  • The most important functions for working with Restore Points are now front and center in the program
  • These functions include refreshing the list of restore points on the program’s window, deleting individual restore points, and restoring to a specified restore point
  • The bottom half of the program has been completely cleaned up, it’s no longer there
  • Functions like log file options, viewing disk space usage, managing restore point space, and scheduling restore points have all been moved to a drop-down menu at the top of the window
  • Program checkboxes like “Enable My Computer Right-Click Option”, logging deletions of restore points, automatically checking for updates, and confirming the deletion of restore points while manually deleting them from the list have all been moved to another drop-down menu at the top of the program’s window
  • All of these changes were done in an effort to help clean up and streamline the user interface and only put what you need readily available to you

New in Restore Point Creator 1.5 Build 8 (Oct 7, 2013)

  • Extra checks have been put into the program to check for invalid executable file paths in both the “My Computer” right-click context menu items and the scheduled tasks. An invalid executable file path could be caused by any number of things like the user moving the file or renaming the file and not updating the parts of the system that point to that moved or renamed file. Normally this should not happen but if the rare situation were to come up, the program has been instructed to repair the entries.

New in Restore Point Creator 1.5 Build 7 (Oct 5, 2013)

  • Added the ability to create restore points from the “My Computer” right-click context menu. This is enabled via a checkbox on the main window of the program. This is an option for you to enable if you so wish to do so.

New in Restore Point Creator 1.5 Build 6 (Oct 3, 2013)

  • Some code cleanups have been done as well that pertain to the changes that occurred in Build 5. Extra checks for data integrity have been included in the code that reads values from the Registry. Build 5 was more of a public beta than anything else, Build 6 wraps up the changes that happened in Build 5.

New in Restore Point Creator 1.5 Build 5 (Oct 3, 2013)

  • More fine-grained control over scheduling the creation of restore points has now been implemented. In the past you could only schedule the creation of restore points on a daily or day-by-day basis. Now you can schedule the creation of restore points so that one is only made every whatever amount of days you want. So if you want one made every two days, then you have that ability now with these new changes.

New in Restore Point Creator 1.5 Build 4 (Oct 2, 2013)

  • Added a confirmation question to the “Clean Restore Point Deletion Log” button. Fixed some window titles that were not very well worded (bad grammar).

New in Restore Point Creator 1.5 Build 3 (Oct 2, 2013)

  • Fixed a slight bug on the log file viewing window in which scrollbars didn’t appear when they should have. This was due to an inherent bug in the Microsoft .NET Rich Text Control itself and a workaround has been developed to get around the bug.
  • Clarified some things regarding the impending April 8th, 2014 notice for Windows XP users.

New in Restore Point Creator 1.5 Build 2 (Oct 2, 2013)

  • Added an internal log file viewer to the program so you can read the Restore Point Deletion Log File without having to use an external viewer. It has rich text formatting for easy reading inside the program. There is also an option to open the file in an external program.
  • Code has been put into place to notify a user that official Windows XP support for the program will end on April 8th, 2014. The message will continue to appear at startup unless the user says to not repeat it. After April 8th, 2014 the program will show a message that the program will no longer support Windows XP at every startup.

New in Restore Point Creator 1.5 Build 1 (Sep 26, 2013)

  • All features that require Windows Vista and newer have been disabled on Windows XP which really doesn’t leave much of the program active. The parts of the program that were completely broken were the Disk Space Usage window (that had a major crash), the Manage System Restore Point Space function (again, completely unsupported on Windows XP which resulted in a crash), and all functionality to delete old restore points have been disabled on Windows XP because Windows XP doesn’t support deleting of restore points.

New in Restore Point Creator 1.4 Build 6 (Sep 25, 2013)

  • Fixed deletions of old restore points by the scheduled tasks. The settings saved by the program weren’t getting carried over to the execution of the running task. This has been fixed by saving the required settings to the Windows Registry instead.

New in Restore Point Creator 1.4 Build 5 (Sep 25, 2013)

  • Fixed a major issue on startup of the program. There was a Null Reference Exception during the start of the program in the part of the program that determines the associated file handler for Text Files. I use that to determine what program to open the “Delete Old Restore Points Log File” with and to determine what icon to associate with the open “Delete Old Restore Points Log File” button.

New in Restore Point Creator 1.4 Build 4 (Sep 23, 2013)

  • Included a custom progress bar for use on the Disk Space Usage window that isn’t nearly as gaudy as the standard Windows progress bar is. You can also set the color of the progress bar to whatever color you want it to be and the program saves it as a preference.

New in Restore Point Creator 1.4 Build 1 (Sep 21, 2013)

  • Added additional code in key areas of the program to help prevent Null Reference Exceptions. Hopefully these new additions will put a stop to most if not all known Null Reference Exceptions.

New in Restore Point Creator 1.3 Build 27 (Sep 16, 2013)

  • Fixed some issues with the submission of crash data in which some of the data was being mangled.
  • Made clear that pressing the button to “Show Crash Details” is also a way to submit crash details.
  • Put in code to verify email address format so you can’t just put anything in the textbox, you must put a fully qualified email address.
  • Changed the .NET Framework requirements from 4.0 Client Framework to full 4.0 Framework.

New in Restore Point Creator 1.3 Build 26 (Sep 16, 2013)

  • The built-in crash detection and reporting routine has been enhanced to ask for details regarding the bug.

New in Restore Point Creator 1.3 Build 25 (Sep 16, 2013)

  • A built-in crash detection and reporting routine has been added to the program to help facilitate in the reporting of program bugs and crashes. If a program crash were to occur, the program has been instructed to submit the data to me via my web site.

New in Restore Point Creator 1.3 Build 24 (Sep 16, 2013)

  • Hot the heels of Build 23, another bug has been fixed on the Manage System Restore Storage Space window. There’s a point where I destroyed an object properly and after which I should have exited the sub-routine but I had stated “Exit For” but I should have stated “Exit Sub” instead. This bug came about from the process of closing memory leaks in the program.
  • Fixed a typo in the installer that stated that it was installing version 1.2 where it should have said that it’s installing version 1.3.

New in Restore Point Creator 1.3 Build 23 (Sep 16, 2013)

  • Added the ability to log details of System Restore Points that are deleted by the program.
  • Changed some of the code used to load system drive letters on the Manage System Restore Storage Space window.
  • The old code was missing several drive letters on my test system.
  • Fixed a Null Reference Exception bug that may occur under certain circumstances on the Manage System Restore Storage Space window when clicking on a drive letter.
  • Added some text to the Manage System Restore Storage Space window to show the drive label of the drive when you click on a drive letter.
  • Removed the System Restore Point Max Days from the Manage System Restore Storage Space window, that was redundant since that’s located in an other area of the program.
  • Fixed more memory leaks in the program, several objects that linked into the Windows Task Scheduler weren’t closed properly along with several WMI handles as well.
  • Fixed a crash on Startup of the program on 32-bit machines, 64-bit machines did not have this crash issue.

New in Restore Point Creator 1.3 Build 22 (Aug 28, 2013)

  • The program has been instructed to delete a registry value that has caused some user’s System Restore Points to simply disappear. This is because Windows automatically deletes old System Restore Points but doesn’t at all gives users the ability to configure the maximum age of System Restore Points at which they are deleted.
  • A new scheduled task option has been added to the Task Scheduler window in which it gives the ability for users to create a separate task to delete old System Restore Points. This way if you don’t want to delete old Restore Points at the same time that a Scheduled Restore Point is created, you now have the option to do so. If you tell the program to delete old Restore Points when a Scheduled Restore Point is created, the scheduled task to delete old Restore Points is deleted since it’s redundant at that point.
  • The program now gives you much more control over the age of System Restore Points on your system than Microsoft gives in Windows itself.

New in Restore Point Creator 1.3 Build 19 (Aug 25, 2013)

  • Now, you won’t have to do that last part I mentioned in Build 18′s changelog
  • I simply changed the setting name that’s used for the “Delete Old System Restore Points After Scheduled Restore Point is created” setting so the default should no longer be On (True)
  • Bad part is that if you, yourself, enabled it, you will have to go back in an re-enable it yourself

New in Restore Point Creator 1.3 Build 18 (Aug 25, 2013)

  • Added the ability to change some more System Restore Point Subsystem Settings to Manage System Restore Storage Space window
  • Fixed an issue in which a manual Check for Updates command would freeze the main window, this has been fixed by putting the Check for Updates routine into a separate processing thread
  • Set the default setting for the “Delete Old System Restore Points After Scheduled Restore Point is created” on the Task Scheduler window to Off (False)
  • Anyone who has updated to new versions since Build 15 will have to go to the Task Scheduler window to turn it off if they so choose to have it disabled
  • This was a mistake on my behalf, when I created the Setting in the Settings part of the Visual Basic project I forgot to set the default to False when I created the new setting. This was a stupid mistake

New in Restore Point Creator 1.3 Build 15 (Aug 23, 2013)

  • Included new functionality to cleanup old System Restore Points. There’s a button on the main window that allows you to delete old System Restore Points based upon a setting you choose.
  • Also, there’s a new option on the Task Scheduling window in which you can enable the deletion of old System Restore Points when a scheduled System Restore Point is created by the program.
  • Again, the setting of the age of System Restore Points is based upon what you choose. The age of System Restore Points is expressed in days.

New in Restore Point Creator 1.3 Build 12 (Aug 20, 2013)

  • Settings should no longer be lost between new versions of the program. For some reason the code obfuscator was causing the settings for the program to become mangled. This should be corrected.

New in Restore Point Creator 1.3 Build 11 (Aug 19, 2013)

  • Fixed a regression on the Disk Space Usage Window in which the scrolling part of the window when the window is too small to show all of the contents isn’t activated properly. The cause of it was that the scrolling group box wasn’t given proper focus.

New in Restore Point Creator 1.3 Build 9 (Aug 12, 2013)

  • Re-arranged the days of the week checkboxes on the Task Scheduler window to be in a more logical order
  • Re-arranged many of the buttons on the main window so that they are now side-by-side
  • The buttons on the main window have been arranged into categories, namely “System Restore Point Tasks” and “Utilities”
  • The list of System Restore Points have also been given a popup context menu that you can use, it has the same functions as found in the “System Restore Point Tasks” button group
  • Added some more data to the Disk Space Usage window in which it will show you the amount of Shadow Storage Space or System Restore Space that’s available in a progress bar much like how it shows how much disk space is available
  • Fixed a bug in which moving the mouse over the Disk Space Usage window when unfocused would cause the window to become focused even if the window was not in focus

New in Restore Point Creator 1.3 Build 5 (Aug 5, 2013)

  • Includes detection for an obscure Windows Volume Shadow Copy Service crash

New in Restore Point Creator 1.3 Build 4 (Aug 2, 2013)

  • Added to the Manage System Restore Storage Space window the ability to show the size of the drive. Conducted a code review of the program to look for memory leaks in the code.
  • There were several areas of the program in which objects weren’t being disposed of properly. This caused the amount User Objects to continue to rise throughout the use of the program which resulted in memory leaks.
  • Most if not all known memory leaks have been fixed.

New in Restore Point Creator 1.3 Build 2 (Jul 29, 2013)

  • Now the program has the ability to manage your System Restore Point Storage Capacity. This allows you to set the maximum size Windows will use on your drives to store System Restore Points. For instance, if you set a drive’s System Restore Point Storage Capacity to 10 GBs of storage, Windows will only be able to use 10 GBs of storage on the drive and if it fills it up it starts deleting older System Restore Points. If you like to keep a lot of System Restore Points around, the larger the storage capacity the better. This new part of the program allows you to do just that, set a drive’s System Restore Point Storage Capacity.

New in Restore Point Creator 1.3 Build 1 (Jul 29, 2013)

  • Based upon a request for this new feature, a new version has been released. Now the Disk Space Usage window will not only show how much disk space is being used on the disk but also statistics from the Windows System Restore Subsystem as well. It now shows how much of the disk has been reserved as space to store System Restore Points, how much of that space is being used, and a percentage of the space being used.

New in Restore Point Creator 1.2 Build 37 (Jul 20, 2013)

  • In the past, only the size of the window was saved by the program. Now, both the size of the window and the widths of the columns in the System Restore Points list are saved. The saving of column widths was somehow broken in past versions - but it has been fixed now.
  • Now the most recent System Restore Point is made bold in the System Restore Points list. When selecting System Restore Points in the System Restore Points list the “Delete Selected Restore Point” button is disabled if you select the most recent Restore Point in the list. This change makes sure that you can’t delete the most recent System Restore Point.

New in Restore Point Creator 1.2 Build 36 (Jul 10, 2013)

  • Added the ability to delete the task to the Task Scheduler part of the program. Now there is a clear indication that a scheduled task doesn’t exist. When none of the radio buttons (Daily and Weekly) are “checked”, it means that a scheduled task doesn’t exist.
  • The program’s executable binary has code obfuscation enabled to protect the binary from being de-compiled.

New in Restore Point Creator 1.2 Build 35 (Jul 6, 2013)

  • Recompiled the executable binary without code obfuscation enabled. This was causing the program to be detected as a virus by many antivirus firms.

New in Restore Point Creator 1.2 Build 34 (Jul 5, 2013)

  • Fixed an issue with the command line switched in which the wrong type of System Restore Point was being created

New in Restore Point Creator 1.2 Build 33 (Jul 2, 2013)

  • The executable binary has been recompiled with code obfuscation enabled.

New in Restore Point Creator 1.2 Build 31 (Jul 1, 2013)

  • A slight modification to the download of the DLL in Build 31. In Build 30 the program was downloading an uncompressed version of the DLL, in Build 31 the program is now instructed to download a GZip compressed version of the file which is a download that’s far smaller in size and decompress it upon downloading.

New in Restore Point Creator 1.2 Build 30 (Jun 29, 2013)

  • Introduced a new feature, the ability to schedule the creation of System Restore Points. This is made possible by using the Windows Task Scheduler.
  • A user interface to create a scheduled task is part of the program now. A new required DLL is packaged with the program, namely Microsoft.Win32.TaskScheduler.dll. It is the DLL that’s required to interface with the Windows Task Scheduling system to create, edit, and manage the scheduled System Restore Point Scheduled Task.
  • The program is instructed to detect if the DLL exists and if it doesn’t exist the program downloads the DLL from my web site and saves it in the appropriate location.

New in Restore Point Creator 1.2 Build 24 (Jun 21, 2013)

  • Corrected some issues with the update checker.

New in Restore Point Creator 1.2 Build 23 (Jun 15, 2013)

  • Fixed a major issue with Windows XP in which creating a System Restore Point would result in a critical error message and no System Restore Point created.
  • This was an issue that came about with Build 22, apparently in Windows XP System Restore operates differently than Windows Vista, 7, and 8.
  • Includes some user interface tweaks as well.

New in Restore Point Creator 1.2 Build 22 (Jun 10, 2013)

  • Changed the type of System Restore Point created by this program. There are several types to be made, this change puts it more in line with the type that the standard Windows System Restore Point GUI makes. This is no way makes your past System Restore Points invalid, this simply makes it more consistent with Windows.

New in Restore Point Creator 1.2 Build 15 (Apr 1, 2013)

  • Fixed a tiny bug in which the progress bar that shows above the list of System Restore Points did not re-appear after deleting some Restore Points when you go ahead and decide to delete some more System Restore Points. For whatever reason, the program didn’t make the progress bar re-appear after being hidden.

New in Restore Point Creator 1.2 Build 14 (Mar 20, 2013)

  • Build 12 had a bug in which the Disk Space Usage window didn’t scroll when using a mouse’s Scroll Wheel.