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

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.
 
C

Chriss3 [MVP]

Hello. This can be done by add the script as a startup script within a Group
Policy. It will then execute under the System Account and will have full
rights.

322241 - How to assign scripts in Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;EN-US;322241

--
Regards
Christoffer Andersson
Microsoft MVP - Directory Services

No email replies please - reply in the newsgroup
 
J

Joe Richards [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top