diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 142f2a99..56c18f14 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -296,7 +296,7 @@ namespace SparkleShare { HideWindowEvent (); if (this.create_startup_item) - Program.Controller.CreateStartupItem (); + new Thread (() => Program.Controller.CreateStartupItem ()).Start (); } else { ChangePageEvent (PageType.Tutorial, null);