We want to start one application (exe file) on start up running as administrator so that users cannot kill it. Is this possible in windows xp
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
a) Start the application as a service. On Win-Xp the Services can show at least TrayIcons, I’m not sure about windows/forms.
To easily turn any application into a service, you can use srvany from the Windows 2003 Server Ressource Kit.
b) The Windows Task Sheduler is capable of running applications as different users incl. admins (using this method, no windows will be shown).
c) You can run
at hh:mm /INTERACTIVE cmdto start a process asSYSTEM-Userwhich can interact with the users desktop.