From 26a2d5a55a78389dde1f13a5662b03af07e80222 Mon Sep 17 00:00:00 2001 From: Dylan Bickerstaff Date: Fri, 14 Oct 2022 12:07:12 -0400 Subject: [PATCH] Update Main.cs --- SuperCAL/Main.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SuperCAL/Main.cs b/SuperCAL/Main.cs index 6efef4e..3066a13 100644 --- a/SuperCAL/Main.cs +++ b/SuperCAL/Main.cs @@ -134,6 +134,7 @@ private async void PhaseThree() { Logger.Log("AutoLogon found! Removing scheduled task..."); await Misc.InstallScheduledTask(null, "3"); + await Misc.RemoveSuperCALOnReboot(); } else { @@ -309,4 +310,4 @@ private async void CleanupButton_Click(object sender, EventArgs e) if (result == DialogResult.Yes) Misc.RestartWindows(); } } -} \ No newline at end of file +}