diff --git a/scripts/Windows/OS/User.ps1 b/scripts/Windows/OS/User.ps1
index 9c066405..02b59d51 100644
--- a/scripts/Windows/OS/User.ps1
+++ b/scripts/Windows/OS/User.ps1
@@ -107,6 +107,7 @@ function Enable-UACNextLogin([Context] $context) {
             "PortValhalla UAC Disabler",
             @(
                 "Set-ItemProperty '$($key.PSPath)' -Name 'EnableLUA' -Value 0 -Type DWord;",
+                "Unregister-ScheduledTask -Confirm:`$false '$autoLoginName';",
                 "Unregister-ScheduledTask -Confirm:`$false '$uacDisablerName';",
                 ". '$PSScriptRoot/../Scripts/Context.ps1';",
                 "`$context = [Context]::new();",