Edit registry with group policy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Due to the latest problem with the ms05-051 patch and needing the everyone
group added I'm wondering how I can do this via group policy. The KB article
on the patch problems listed a registry setting to add the everyone group.
Is there a way to deploy a registry setting via group policy?

Thanks!
 
Hi,

Due to the latest problem with the ms05-051 patch and needing the everyone
group added I'm wondering how I can do this via group policy. The KB article
on the patch problems listed a registry setting to add the everyone group.
Is there a way to deploy a registry setting via group policy?

Thanks!


See tip 9808 » PolicyMaker™ Registry Extension freeware.
in the 'Tips & Tricks' at http://www.jsifaq.com

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

Due to the latest problem with the ms05-051 patch and needing
the everyone
group added I'm wondering how I can do this via group policy.
The KB article
on the patch problems listed a registry setting to add the
everyone group.
Is there a way to deploy a registry setting via group policy?

Thanks!

Hi,

The Everyone group is a permission, not a registry setting. You can
use xcacls.vbs to modify permissions and then script it in a batch
file making sure the batch file and the actual vbscript.vbs are both
located in the netlogon. I have 2000 users and have to remotely set
permissions for different files, directories, etc for different
programs. This works great on startup. By the way, the Everyone group
has "read this folder only" by default on an NTFS formated machine.
Did you manually remove it?

http://support.microsoft.com/default.aspx?scid=kb;en-us;825751

Cheers,

Lara
 
Back
Top