Login Scripts in AD

P

Phoenix

I need technical help with preventing machines from
electing to maintain a brower list. My users mostly have
NT 4.0 workstations and authenticated to a W2K server. I
wrote a script and it's setup in AD Login Script. Here is
the line in the script as follows:

regchg SYSTEM\Controlset\services\browser\parameters
MaintainServerList No REG_SZ

However, when the user logs on it doesn't change it in
their registry. What rights or permissions do I need to
set on the user end for this to work?

Thanks for your help!
 
J

Jerold Schulman

I need technical help with preventing machines from
electing to maintain a brower list. My users mostly have
NT 4.0 workstations and authenticated to a W2K server. I
wrote a script and it's setup in AD Login Script. Here is
the line in the script as follows:

regchg SYSTEM\Controlset\services\browser\parameters
MaintainServerList No REG_SZ

However, when the user logs on it doesn't change it in
their registry. What rights or permissions do I need to
set on the user end for this to work?

Thanks for your help!
Ordinary users would not have write permissions to HKLM\System.

I would use tip 4195 in the 'Tips & Tricks' at http://www.jsiinc.com
to make the change.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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