start service under logged on user account by changing token
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-06-03T12:17:58Z
Indexed on
2010/06/03
12:24 UTC
Read the original article
Hit count: 162
delphi
hi all,i have a desktop application that install and start a service,i know a process can get the explorer.exe token and lunch another process with the tkoen,it means the second process will run us logged on account, my question is this that can i start my service by explorer.exe token too ? is there is an example in delphi? thx for ur time
© Stack Overflow or respective owner