CreateProcessWithLogonW
-
I am calling CreateProcessWithLogonW to spawn a new process in WinXP and it takes about 45 seconds on my computer to load the new process....any idea why this is happening....?? It takes about 2 to 3 seconds for the same call to spawn a new process on Win 2000 machine.
-
I am calling CreateProcessWithLogonW to spawn a new process in WinXP and it takes about 45 seconds on my computer to load the new process....any idea why this is happening....?? It takes about 2 to 3 seconds for the same call to spawn a new process on Win 2000 machine.
-
I am calling CreateProcessWithLogonW to spawn a new process in WinXP and it takes about 45 seconds on my computer to load the new process....any idea why this is happening....?? It takes about 2 to 3 seconds for the same call to spawn a new process on Win 2000 machine.
-
How different are the login profiles of both accounts ? (i.e., the one on winXP and the one on win2K) If one has more processes under HKCU->...->Run, then its normal that is requires more time. Just a thought DarkByte