I've been searching for an answer for my problem for hours but after trying lots of suggestion I'm still stuck.
I have a C# Windows form based application I work on and I have to launch a windows service (also part of the solution) programatically (when the user clicks the appropriate button). This part is already in place - I can launch the service but... I have some problems in Windows 7 and 2008 Server.
The problem is that I can't do it as my application is loaded by the machine administrator but as a filtered standard and not as full administrator (more info here). If we launch the application as Administrator it works fine, but I don't want to bother the user to do it every time.
I would like to know if it is possible to pop the Windows confirmation screen when the user enters the form where he can start the service - as a full administrator.
Any ideas?
Thanks