This turned out to be a little tricky. If you want to schedule a net stop you need to use
c:\windows\system32\cmd /c net stop “yourservice”
and then for the Start in
c:\windows\system32\
And then click the
Run whether user is logged on or not
And then the final ticket is to check the !
Run with highest privileges
This post was very helpful in assembling this!