So I autos-start a couple of programs with FSUIPC, which works well. But some (like for instance ActiveSky or REX Atmos) won't start, I just get a windows chime at the moment they should auto-start.
Any idea why that is? Could it be that they need some special permissions (the are not set as "run as admin" but they still have this little "admin icon" next to theirs).
Here my auto-start section. Everything works, except for Atmos (the last one).
[Programs]
RunIf1=READY,KILL,"C:\BeyondATC\BeyondATC.exe"
RunIf2=READY,KILL,"C:\Users\tschu\AppData\Local\Programs\pegasus\Pegasus.exe"
RunIf3=READY,DELAY[=30],KILL,"C:\Program Files (x86)\FS2Crew Animated FO Fenix A320 Project\FS2Crew Animated FO Fenix A320 Project.exe"
RunIf4=READY,KILL,"C:\MSFS_ADDONS\WEATHER\RealTurb CAT Areas Global for MSFS\RealTurb CAT Areas Global for MSFS.exe"
RunIf5=READY,DELAY[=30],KILL,"C:\Program Files (x86)\REX Atmos Core\weathercreator.exe"
Thanks