diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index f3b3a6f..98aaebd 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -214,6 +214,8 @@ namespace ShiftOS.WinForms { TutorialManager.StartTutorial(); })); + TutorialManager.StartTutorial(); + this.Close(); } catch(Exception e) {