https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eb0830a1d6032050ccbc40...
commit eb0830a1d6032050ccbc4005fc7168dc157fe770 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Mon Feb 21 16:26:35 2022 +0100 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Mon Feb 21 16:26:35 2022 +0100
[RUNAS] Load user profile by default --- base/applications/runas/runas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/runas/runas.c b/base/applications/runas/runas.c index 316b547a0e5..9f78e909f93 100644 --- a/base/applications/runas/runas.c +++ b/base/applications/runas/runas.c @@ -90,7 +90,7 @@ wmain( PWSTR ptr; STARTUPINFOW StartupInfo; PROCESS_INFORMATION ProcessInfo; - DWORD dwLogonFlags = 0; + DWORD dwLogonFlags = LOGON_WITH_PROFILE; DWORD dwCreateFlags = 0; BOOL rc;