mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[RUNAS] Load user profile by default
This commit is contained in:
parent
d4b947aa9b
commit
eb0830a1d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue