diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Configuration/Application.xml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Configuration/Application.xml
index 7037f853..fce61a2a 100644
--- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Configuration/Application.xml
+++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Configuration/Application.xml
@@ -3,6 +3,12 @@
+
+
+
+ C:\Temp\UETEST\uetest.farc
+
+
\ No newline at end of file
diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs
index 15a6dd60..0ef6acc9 100644
--- a/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs
+++ b/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs
@@ -966,6 +966,15 @@ namespace UniversalEditor.UserInterface
Array.Copy(args1, 1, args, 0, args.Length);
System.Collections.ObjectModel.Collection selectedFileNames = new System.Collections.ObjectModel.Collection();
+ if (selectedFileNames.Count == 0 || ConfigurationManager.GetValue(new string[] { "Application", "Startup", "ForceLoadStartupFileNames" }, false))
+ {
+ object[] oStartupFileNames = ConfigurationManager.GetValue