Skip to content

Commit

Permalink
Increased startup delay to 2 seconds #3275
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge authored Oct 21, 2024
1 parent a8c3247 commit 5eb0c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static void Schedule()
{

td.RegistrationInfo.Description = "G-Helper Auto Start";
td.Triggers.Add(new LogonTrigger { UserId = WindowsIdentity.GetCurrent().Name, Delay = TimeSpan.FromSeconds(1) });
td.Triggers.Add(new LogonTrigger { UserId = WindowsIdentity.GetCurrent().Name, Delay = TimeSpan.FromSeconds(2) });
td.Actions.Add(strExeFilePath);

if (ProcessHelper.IsUserAdministrator())
Expand Down

0 comments on commit 5eb0c1d

Please sign in to comment.