need to start service as Administrator but no interaction with desktopof current user possible??

  • Thread starter Thread starter Hein Heinrichsen
  • Start date Start date
H

Hein Heinrichsen

Hello,
I start a program as service. This progam needs to be started with
administrative rights. So I start it under an adminstrator account.
But now there is no interaction with the desktop for a normal user, e.g.
the program is not shown in the tray for the current.
Is there any possibility to get it to show for all users?
Thanks very much for your help
MIchael
 
Most services run with invisible windows, i.e. no user interaction.
Is there any possibility to get it to show for all users?

Don't start it as a service.

Place a shortcut in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
or
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup

Anything in those two startup locations will start no matter who is logged
on to a machine.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Hello Wesley thanks for your answer!
But do they start with administrative rights?
I dont think so. This program (vshadow) needs to be started with Admin
rights
ciao
MIchael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top