Applications Requires read/write access in the directory

  • Thread starter Thread starter Faiz Parkar
  • Start date Start date
F

Faiz Parkar

I have an application which requires read/write access to
the directory...
This application was installed by Admin... but the user
requires these priv.. to work.

Can someone point in the right direction to setup
read/write prive so that USERS GROUP can access this
directory

Many thanks
 
Do not do this is the " . . . " directory is such as C:\
or C:\Windows, but only if it is a directory of that
application only such as C:\Program Files\App Vendor
Open a cmd prompt and issue
cacls "C:\Program Files\App Vendor" /e /t /g Users:C
while logged in as an administrative account.
 
Back
Top