# FS DevMode Launcher The launcher tool is a tool specifically created to provide the developer a way to launch Microsoft Flight Simulator 2024 faster. This tool basically launches Microsoft Flight Simulator 2024 as normal, but forces the game to skip the intro logos and videos that would normally be displayed on load. Future versions of this tool will be targeted to provide more control/options to the user, to benefit from faster access to their Dev Mode environment. {{< callout context="caution" title="IMPORTANT!" icon="outline/alert-triangle" >}} This tool currently only works for the version of the simulation bought from the [MS Store](https://www.microsoft.com/en-us/store/games/windows). {{< /callout >}} To use this tool, simply call the `fsdevmodelauncher.exe` executable instead of the normal game shortcut or EXE. You can find this tool from the following SDK path: ```\Tools\bin\fsdevmodelauncher\```   The tool itself can also be built using Visual Studio, as the source code is also supplied as part of the SDK. You can find the code from the following location: ```\Tools\fsdevmodelauncher\``` {{< image-center src="images/8_Tools/devmode_launcher/launcher_1_source.png" alt="The DevMode Launcher Source Code Location" >}}   It is worth noting that for users with the Steam or other non-MS Store version, you can still get this effect using the following launch parameter: `-FastLaunch` For example, the following image shows this setup using Steam: {{< image-center src="images/8_Tools/devmode_launcher/launcher_2_steam.png" alt="Setting Steam To Use The Fast Launch Parameter" >}}