mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +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;
|
PWSTR ptr;
|
||||||
STARTUPINFOW StartupInfo;
|
STARTUPINFOW StartupInfo;
|
||||||
PROCESS_INFORMATION ProcessInfo;
|
PROCESS_INFORMATION ProcessInfo;
|
||||||
DWORD dwLogonFlags = 0;
|
DWORD dwLogonFlags = LOGON_WITH_PROFILE;
|
||||||
DWORD dwCreateFlags = 0;
|
DWORD dwCreateFlags = 0;
|
||||||
BOOL rc;
|
BOOL rc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue