From a2219a0441a745dad254e0b1dec7210b35a18601 Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Wed, 8 Feb 2017 08:44:52 -0500 Subject: [PATCH] here michael here's the thing you wanted that may not work --- ShiftOS.WinForms/Oobe.cs | 2 ++ 1 file changed, 2 insertions(+) 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) {