Want a logon script to launch a task with local admin access

  • Thread starter Thread starter mocity
  • Start date Start date
M

mocity

Hi, I am looking to have a certain program run as soon as
a user logs in. Unfortunately, this program needs to have
local admin access to the computer, so I can't put it in a
login script, I assume.
Is there an easy way to have this program run when a user
logs in?
Thank you.
 
If you need it when the computer starts you can use a computer startup script.
If it has to be when a user logs on you will need to use a tool like cpau which
you can find on my free win32 c++ tools page of my website www.joeware.net.

joe
 
Back
Top