PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → AutoRunAdd not working
AutoRunAdd not working
Débuté par Luca, 08 juin 2018 16:47 - Aucune réponse
Posté le 08 juin 2018 - 16:47
Hi everyone,
I made a simple exe that connect with our webservice and download the images on the local pc.
The exe works fine but I'd like to run it at the window startup.

I tried with the following syntax:

AutoRunAdd(alStartup,"client_images",Charact(34)+ExeInfo(exeName)+Charact(34))

But the app isn't starting when i start up the pc.

ErrorOccurred is false and if I use the "Autoruns" software by Microsoft, my exe is in the autorun list of the pc, I even tried setting the administrator privileges in the exe properties.

Any suggestions?

Best regards,
Luca