We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cba26e commit 924d9a0Copy full SHA for 924d9a0
src/Files.App/Program.cs
@@ -96,8 +96,11 @@ static bool ProcessPathPredicate(Process p)
96
}
97
98
99
+ // NOTE:
100
+ // This has been commentted out since out-of-proc WinRT server seems not to support elevetion.
101
+ // For more info, see the GitHub issue (#15384).
102
// Now we can do the first WinRT server call
- Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId);
103
+ //Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId);
104
105
var OpenTabInExistingInstance = ApplicationData.Current.LocalSettings.Values.Get("OpenTabInExistingInstance", true);
106
var activatedArgs = AppInstance.GetCurrent().GetActivatedEventArgs();
0 commit comments