How can I run a program with write access on files?

mariusc

New member
Hello,
One software we use had a recent update who cut off the right to run it from different user account on windows server. You can only run it from one user at a time and we need it to be on several users.
Can we use Sandbox as a solution to this problem? If yes, how can we do that and the app must have access to read/write files.
 
While I can't comment on whenever or not your use case is going to work, you can certainly give a program the ability to write to the real disk location.

Depending on where the program is located, OpenFilePath (installed or present on the host) and OpenPipePath (installed or located in the sandbox) needs to be set to give that application write access. By default, it can already read, what the executing user can read.
 
Back
Top