c# - How to install a program so it can be launched at startup with admin rights on Windows Vista/7 -


i read how service, wanna know if it's possible simple application. i'm using c#.

thank you

it's not possible. closest experience have create service run elevated , winforms app runs without elevation , front end service. have careful though, cause security concerns if don't wall if off correctly.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -