PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → AutoRunAdd not working
AutoRunAdd not working
Iniciado por info, 08,jun. 2018 16:47 - No hay respuesta
Publicado el 08,junio 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