write the registry right

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
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
 
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!
 
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
 
Back
Top