Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Service program: UI form or not?
Message
De
11/05/2021 17:20:30
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01680248
Message ID:
01680318
Vues:
27
>I am a little confused (my middle name is "confused" :) You wrote above "service" but you are Jeff suggest to have an EXE run from the Windows Scheduler. So, you just call this .exe "service". Is this correct?
>
>And if this is correct, I will have to learn how to crate a Windows user account (on the VM) without having this account being logged in at all times.

My first name is Confused, I just go by my middle name ;)

The user account is just a username and login and a set of permissions.

Windows Services and any exe you call from Task Scheduler use a Windows user account.
They impersonate that user and run outside the desktop.
They run silently in the background if a user is logged in.
They run silently in the background if no user is signed in.

I had a scheduled task running under my account and it would grab focus away from the program I was using.
That was annoying.
It is best to have this kind of program run invisibly in the background.

Attached is an picture of the setup of a scheduled console app I have had running for years.
I outlined the relevant details in red.
I created a user account called TaskRunner for it so I could set permissions to only the folders it needs.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform