How to give group in active directory folder access by group policy

active-directoryfile-permissionsgroup-policywindows-server-2003

I have windows server 2003 64bit and my clients running on windows xp 32bit.
My clients have user rights so they can't install any program.
I have some programs needs admin rights for example I have French dictionary without admin right the program will not work properly.
I don't want go to each PC and login with admin account then go to program folder located in programs files to give full permission to the group.
Is there a way to add them folder in group policy so I can force all the PCs to have full access on the folder?
Thanks you in advance.

Best Answer

Group Policy should handle this without problems. Example I have for locking down the C: root folder on Windows 7:

Computer Configuration > Windows Settings > Security Settings > File System > %SystemDrive%\

  • Permissions
    • Type: Allow, Name: BUILTIN\Administrators, Permission: Full Control, Apply to: This folder, subfolders and files
    • Type: Allow, Name: CREATOR OWNER, Permission: Full Control, Apply to: Subfolders and files only
    • Type: Allow, Name: NT AUTHORITY\SYSTEM, Permission: Full Control, Apply to: This folder, subfolders and files
    • Type: Allow, Name: BUILTIN\Users, Permission: Read and Execute, Apply to: This folder, subfolders and files
  • Allow inheritable permissions from the parent to propagate to this object and all child objects: Disabled

enter image description here