Removed scheduler call on each run

This commit is contained in:
seerge
2023-03-13 11:38:54 +01:00
parent a39c084bdf
commit b46f0fb887
4 changed files with 8 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ public class Startup
var userId = WindowsIdentity.GetCurrent().Name;
//Debug.WriteLine(strExeFilePath);
Debug.WriteLine(strExeFilePath);
TaskDefinition td = TaskService.Instance.NewTask();
td.RegistrationInfo.Description = "GHelper Auto Start";
td.Triggers.Add(new LogonTrigger { UserId = userId, });