You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBoxHelper.Info($"The exit code of the script = {exitCode}.\r\nOnce the code != 0, we will terminate your connection request.");
335
+
}
303
336
}
304
337
}
305
338
catch(Exceptione)
306
339
{
307
340
exitCode=1;
308
341
SimpleLogHelper.Error(e);
309
-
MessageBoxHelper.ErrorAlert(e.Message,IoC.Get<ILanguageService>().Translate("Script before connect"));
342
+
MessageBoxHelper.ErrorAlert("We encountered a problem while running the script: "+e.Message,IoC.Get<ILanguageService>().Translate("Script before connect"));
MessageBoxHelper.Info($"The exit code of the script = {exitCode}.");
372
+
}
322
373
}
323
374
}
324
375
catch(Exceptione)
325
376
{
326
377
SimpleLogHelper.Error(e);
327
-
MessageBoxHelper.ErrorAlert(e.Message,IoC.Get<ILanguageService>().Translate("Script after disconnected"));
378
+
MessageBoxHelper.ErrorAlert("We encountered a problem while running the script: "+e.Message,IoC.Get<ILanguageService>().Translate("Script after disconnected"));
-[x][Custom servers order by drag](https://1remote.github.io/usage/overview/#sorting)
43
-
-[x][Multi-Credentials for RDP\VNC\SHH...(e.g. keep root and normal-user credentials in one server)](https://1remote.github.io/usage/alternative-credential/#addedit)
44
-
-[x] Multi-Address for RDP\VNC\SHH... (e.g. 192.168.0.100 for LAN, and xxx.xx.xxx.xx for WAN)
45
-
-[x][Auto switching between multi-addresses (you don't have to select the address manually)](https://1remote.github.io/usage/alternative-credential/#auto-switching-address)
46
-
-[x][Servers sharing within team (e.g. share servers with your colleagues)](https://1remote.github.io/usage/team/team-sharing/)
47
-
48
-
### ⚠Requirements
49
-
50
-
-[Windows10 17763 and above](https://support.lenovo.com/us/en/solutions/ht502786)
0 commit comments