- Timestamp:
- 06/19/19 13:28:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Isolation/RunnerHost.cs
r17013 r17025 78 78 RedirectStandardError = true, 79 79 CreateNoWindow = false, 80 UserName = string.IsNullOrEmpty(UserName) ? null : UserName, // TODO: accounts testen: https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/local-accounts#sec-localsystem80 UserName = string.IsNullOrEmpty(UserName) ? null : UserName, // to use Local accounts (LocalService, LocalSystem, ...) the process has to run already as Service 81 81 PasswordInClearText = string.IsNullOrEmpty(Password) ? null : Password, 82 82 Domain = string.IsNullOrEmpty(Domain) ? null : Domain,
Note: See TracChangeset
for help on using the changeset viewer.