How to edit a file in ProgFiles as a User

  • Thread starter Thread starter =?iso-8859-1?B?VG9t4XMgS2xpbnNr/Q==?=
  • Start date Start date
?

=?iso-8859-1?B?VG9t4XMgS2xpbnNr/Q==?=

How to enable Editing Files in Program Files to Users (as
ADMIN). I have some progs that are trying to edit some
files in their main (program folder like c:\Program
Files\ConMet). My File System is NTFS

Thanks
 
If the app is installed at c:\program files\app
you could at a cmd prompt issue
cacls "c:\program files\app" /e /t /g users:c
in order to grant all limited account the ability to
modify all and everything in that apps install point.
 
Back
Top