How do I go about giving the group 'Users' full or modify control on a folder called Crick Software in Program Files across many stations? Anyone know vbs?
The location is C:\Program Files\Crick Software
Thanks in advance.
How do I go about giving the group 'Users' full or modify control on a folder called Crick Software in Program Files across many stations? Anyone know vbs?
The location is C:\Program Files\Crick Software
Thanks in advance.

its easier i think to just edit your workstation policy to allow it
(computer configuration\windows settings\security settings\file system then just right click add file select the folder and set permissions accordingly (its easier if you do this on a pc with the software installed then you can just point it at the right folder rather than typing it and the inevitible typo))
other than that batch file
CACLS "C:\Program Files\Crick Software" /T /E /G "users":C
as a startup script
There are currently 1 users browsing this thread. (0 members and 1 guests)