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 +}