From 1c475fa85fb682434e238ff94b05683156b77c54 Mon Sep 17 00:00:00 2001 From: Jake Friedman Date: Thu, 1 Oct 2020 12:22:47 -0700 Subject: [PATCH] Update logging comment --- src/CoreLibrary/Resources/Resources.Designer.cs | 6 +++--- src/CoreLibrary/Resources/Resources.resx | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/CoreLibrary/Resources/Resources.Designer.cs b/src/CoreLibrary/Resources/Resources.Designer.cs index 56cc1d3c..30dc7878 100644 --- a/src/CoreLibrary/Resources/Resources.Designer.cs +++ b/src/CoreLibrary/Resources/Resources.Designer.cs @@ -664,7 +664,7 @@ public static string ReadyToCommunicate { } /// - /// Looks up a localized string similar to {0} is a Win32 GUI program. Redirecting to run via RunAsRDUser.... + /// Looks up a localized string similar to {0} is a Win32 GUI program. Redirecting to run as the remote user.... /// public static string RedirectingToRunAsRDUser { get { @@ -673,7 +673,7 @@ public static string RedirectingToRunAsRDUser { } /// - /// Looks up a localized string similar to {0} is a UWP app targeted to run in the container. Redirecting to run in the container via RunAsRDUser.... + /// Looks up a localized string similar to {0} is a UWP app targeted to run in the container. Redirecting to run in the container as the remote user.... /// public static string RedirectingUWPToRunAs { get { @@ -682,7 +682,7 @@ public static string RedirectingUWPToRunAs { } /// - /// Looks up a localized string similar to WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM. + /// Looks up a localized string similar to WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM.. /// public static string RunningGuiAsSystemWarning { get { diff --git a/src/CoreLibrary/Resources/Resources.resx b/src/CoreLibrary/Resources/Resources.resx index 8b588066..2ac36075 100644 --- a/src/CoreLibrary/Resources/Resources.resx +++ b/src/CoreLibrary/Resources/Resources.resx @@ -253,13 +253,16 @@ Factory Orchestrator Service is ready to communicate with client(s). - {0} is a Win32 GUI program. Redirecting to run via RunAsRDUser... + {0} is a Win32 GUI program. Redirecting to run as the remote user... + Message shown when program the user wants to run is detected to be a GUI program, which need to run as a user account, not SYSTEM. - {0} is a UWP app targeted to run in the container. Redirecting to run in the container via RunAsRDUser... + {0} is a UWP app targeted to run in the container. Redirecting to run in the container as the remote user... + Message shown when program the user wants to run in the container is a UWP app, which need to run as a user account, not SYSTEM. - WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM + WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM. + Message shown when program the user wants to run is detected to be a GUI program, but the code to run as a user account is not present on the device. FactoryOrchestratorService already created! Only one instance allowed.