Win10
I have a need to edit a file in Program Files belonging to an app. I find I cannot save back there.
I think it is a UAC issue. I found an old thread with a similar issue in IIS with a fix that was to issue at an elevated command prompt a line like this:
icacls %systemdrive%\inetpub /grant %userdomain%\%username%:(OI)(CI)(F) /grant %userdomain%\%username%:F
This won't work with this Program Files issue because it barfs at \Program Files\SequoiaView (name of folder I'm working in) when I substitute that for "inetpub".
Can someone help with a fix for this problem generally or a fix for using this command line?