You can start (multiple) programs, exe, dll (Littlenavmap.exe, headtracker, The Skypark etc. etc.) on MSFS startup with this .xml file. It is normaly used for plugins to load on startup (Logitech panels).
The file is/should be located/created in AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\exe.xml for the Windows Store version.
Note that the latest (current) FSUIPC installer now automatically (by default) updates (or creates) the EXE.xml file to start FSUIPC7 with MSFS, so no need to do this manually.
The batch file that used to start MSFS and FSUIPC7 with a splash screen is still provided, but this now only displays the splash and starts MSFS.
This is great. I made a .bat file and was going to write a how-toā¦ but posting .bat files is a little dangerousā¦ so I decided against it. This is much more benign.
Also, adding ā-FastLaunchā to the launch options for the shortcut skips the splash/ad screens that play when launching MSFS. Highly recommend adding that.
These are the available commands that can be used.
<property name = "Name"/>
<property name = "Disabled"/>
<property name = "ManualLoad"/>
<property name = "Path"/>
<property name = "CommandLine"/>
<property name = "DLLType"/>
<property name = "DLLStartName"/>
<property name = "DLLStopName"/>
<property name = "NewConsole"/>
Iāve a program in the EXE.XML that writes a file in itās own directory (D:/file/) before ending the program . That doesnāt work.
If I start the program via itās Icon all worked fine. The file will be written to the right place. If I start it via EXE.XML it will start but it will fail to write the file. (Failed to fileā¦ The medium is write protect)
Hi @Cygnifick,
Did you have success with starting SPAD,neXt with this method?
I recently installed FSUIPC7 and found their batch file great for the fast launch!
Then I added SPAD to the exe.xml and it didnāt workā¦