write the registry right

G

Guest

In my comany domain,all users are normal domain users,they don't have locally
administrators right,so they couldn't write the value in the registry as
below
("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system","NoDispScrSavPage","1","REG_DWORD")
I don't want to change the right manual one by one. Do you have the better
ways to solve it?

Thanks!
 
J

Jerold Schulman

In my comany domain,all users are normal domain users,they don't have locally
administrators right,so they couldn't write the value in the registry as
below:
("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system","NoDispScrSavPage","1","REG_DWORD")
I don't want to change the right manual one by one. Do you have the better
ways to solve it?

Thanks!

How about Group Policy
USER Configuration \ Administrative Templates \ Control Panel \ Display Hide Screen Saver tab
"Removes the Screen Saver tab from Display in Control Panel. This setting prevents users from using Control Panel to add, configure, or change the screen saver on the computer."


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

Guest

Dear Jerold,
Thanks! My server's OS is NT4 SP6,I couldn't find the option to set.
My boss asked for me write the value into the key with login scripts. but he
doesn't want to open the right for the user,
How can I do?
Thanks!
 
J

Jerold Schulman

If they don't have permission on the key, you need to set the permission using setacl, tip 3583 in the 'Tips & Tricks' at http://www.jsiinc.com




Dear Jerold,
Thanks! My server's OS is NT4 SP6,I couldn't find the option to set.
My boss asked for me write the value into the key with login scripts. but he
doesn't want to open the right for the user,
How can I do?
Thanks!


Jerold Schulman
Windows Server 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