Skip to content

Commit

Permalink
Update Main.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 authored Oct 14, 2022
1 parent a7d2945 commit 26a2d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SuperCAL/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ private async void PhaseThree()
{
Logger.Log("AutoLogon found! Removing scheduled task...");
await Misc.InstallScheduledTask(null, "3");
await Misc.RemoveSuperCALOnReboot();
}
else
{
Expand Down Expand Up @@ -309,4 +310,4 @@ private async void CleanupButton_Click(object sender, EventArgs e)
if (result == DialogResult.Yes) Misc.RestartWindows();
}
}
}
}

0 comments on commit 26a2d5a

Please sign in to comment.