login script rights

  • Thread starter Thread starter John
  • Start date Start date
J

John

I make various registry changes using vbscript/wscript in our login script.
Certain changes i cannot perform due to the fact that the users are Power
Users and do not have write/modify access to certain parts of the registry.
How can I get these setting to write as an Admin or something to that
affect?

-John
 
Seeker said:
Use group policy, and not logon scripts.
Hi

Alternatively, as long as it is not HKEY_CURRENT_USER registry values:

You could do it in a computer startup script (with a GPO) that runs as
part of the boot up process (before the user logs in). It runs under the
system context and has admin rights.


And if this is a NT4 domain where startup scripts and GPO are not
available, you might get something to work using a Runas wrapper
utility or similar, take a look here:

http://groups.google.com/[email protected]
 

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

Back
Top