Autostart application in Vista
Hello all. I'm having a bit of an issue that I need help resolving. I have a program I'm working on, and I need to make it so that when it is installed, it will autorun as administrator without having that message pop up about running as administrator. Is there anyway to do this? It has to be seemless.
Kirtan PatelPosted Oct 31, 2009, 2:23 AM
you can create Windows Service .
when you create new Project select Project Type Window Service instead of Windows form Application .
BryanPosted Oct 30, 2009, 9:19 AM
Kirtan PatelPosted Oct 29, 2009, 11:22 AM
Its Not possible to remove that Access Right Popup Screen..
its only possible when you disable the UAC ..from control panel :)
//
you can just do one thing
you can make WindowsService that Executes without popup
if it helps you please check "Do you like this answer"