sylveon / EarlyStart

Launches programs before Windows Explorer when opening a session.
GNU General Public License v3.0
116 stars 13 forks source link

Run the Service after user Unlocks the computer #8

Open psychosys opened 3 weeks ago

psychosys commented 3 weeks ago

Hi

Currently it works with a user logon but doesn't work when a user locks and unlocks the system, is this possible to modify the code the way that run after unlock ?

Thanks

sylveon commented 3 weeks ago

You can just use task scheduler for this, one of the triggers you can use is "On workstation unlock" and "On workstation lock": image

EarlyStart is mostly meant to substitute the existing built-in startup apps option, and those don't run on unlock, only session login.