mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[RUNAS] Load user profile by default
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user