I have an application which uses Chromium (v39) installed on EC2 (amazon cloud) windows instance.
When I logon to a user via remote desktop (RDP) and double click on the application everything works fine.
But when I tried to inject powershell command to the startup (in AWS console by right click on instance then "Instance Settings" -> "View/Change User Data") I see chromium on background tasks but it seems it was not loaded properly and in chromium logs I see "Failed to launch child process"
Any idea o how to run GUI application on start as normal logged on user?