GUI/StartupManager.cs
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2010-09-14 Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
2010-06-27 Fixed Issue 71.
2010-06-12 Fixed Issue 73.
2010-05-29 Fixed Issue 64.
2010-05-21 Fixed an UnauthorizedAccessException in the StartupManager. The exception occurred when the application was running without administrator rights. A task for the current user could be created manually, but RegisterTaskDefinition somehow always throws an UnauthorizedAccessException. The current fix restricts the TaskScheduler startup method to accounts with administrator rights.
2010-05-18 Fixed Issue 60.
2010-04-28 Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
2010-04-26 Fixed a few more crash causing bugs.
2010-03-26 Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.