Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change permissions on Registry key through Group Policy? 1

Status
Not open for further replies.

ceil32

MIS
Apr 8, 2008
263
IE
I need to change the permissions for Everyone to Full Control for the following key:

HKLM/Software/Microsoft/Windows NT/CurrentVersion/Svchost

I have a Windows 2000 Server DC and a mix of XP SP3 clients

Does anyone know the easiest way to do this?

Thanks
 
Can you do anything with the SubInAcl Command of which this is just an example?


subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f

SubInACL (SubInACL.exe)

Perhaps something along these lines with the implementation via a login script?

subinacl /subkeyreg HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Svchost /grant=everyone=f
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top