Changing logon session

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hey There,
I have a process which launches an application (i.e. firefox) using
ShellExecuteEx. When it launches the app, the settings are that for the
system, for example all the firefox user information is located under
"LocalService" in "Documents and Settings". How can I get it to load
using the information for the currently logged on user?

-Jay
(patelj27b at gmail dot com)
 
Jay said:
I have a process which launches an application (i.e. firefox) using
ShellExecuteEx. When it launches the app, the settings are that for the
system, for example all the firefox user information is located under
"LocalService" in "Documents and Settings". How can I get it to load
using the information for the currently logged on user?

Is your process a service?

Regards,
Will
 
Back
Top