Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a service running as system start program as local user

Status
Not open for further replies.

ColdPhreze

Programmer
Apr 15, 2002
93
I have a service that runs as part of my application, under the LocalSystem account. I would like it to be able to start another program, which I do know several ways to do. However, and here is my problem, I want it to start the other application under the current user account so that it has all the privileges of regular user-started programs, including being able to display forms, msg boxes, etc.

Everything I've tried starts up the application under the LocalSystem account, which prevents forms and message boxes from showing.

I'm using vb.net 2003 and Win XP SP2

Any help is GREATLY appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top