pushing a registry change to all workstations ?

P

Pegasus \(MVP\)

JAQK said:
What's the most practical tool for doing this in a Win2K3/Win2K environment?

If your users have sufficient local access rights then you
can do it with this command:
regedit -s xxx.reg

If they don't then you will need to do it from your console,
using psexec.exe (www.sysinternals.com).
 
F

Florian Frommherz

Howdy JAQK!
What's the most practical tool for doing this in a Win2K3/Win2K environment?

If you're working with a domain and you're likely to chance that same
setting more often you could write yourself a custom group policy-ADM
template file:
See here: http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html

Another possibility would be a simple startup/logon script via GP, that
overrides registry settings via
"regedit -s <filename>"

cheers,

Florian
 
C

Christoffer Andersson [MVP]

Hello,
I would say the easiest way to do this is using a startup script within a
policy or write a custom administrative template and use within a group
policy.

How to write a custom administrative template, adm file:
http://support.microsoft.com/kb/225087/en-us

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

Overview of Logon, Logoff, Startup, and Shutdown Scripts
http://support.microsoft.com/?kbid=198642


JAQK said:
What's the most practical tool for doing this in a Win2K3/Win2K
environment?

--
Regards
Christoffer Andersson
Microsoft MVP - Directory Services


No email replies please - reply in the newsgroup
 

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