Page 1 of 1

Independent folders for a single sandbox [SOLVED]

Posted: Mon Jun 27, 2016 3:01 am
by royan
Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?

Re: Independent folders for a single sandbox

Posted: Mon Jun 27, 2016 10:42 am
by Craig@Invincea
No, but you can see more about Sandboxie Root folders here http://www.sandboxie.com/index.php?FileRootPath and http://www.sandboxie.com/index.php?BoxRootFolder

Re: Independent folders for a single sandbox

Posted: Mon Jun 27, 2016 10:57 am
by Mr.X
royan wrote:Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?
Let me understand correctly. You want to have a folder structure something like this, right?:
C:\Sandbox1
C:\Sandbox2
C:\Sandbox3
C:\Sandbox4

If so, you can edit Sandboxie.ini then add, mutatis mutandis, on every sandbox settings the following line:
FileRootPath=C:\%SANDBOX%

Examples of the folders/paths you can have simultaneously (even different drives):
FileRootPath=C:\%SANDBOX%
FileRootPath=C:\APPS\%SANDBOX%
FileRootPath=D:\%SANDBOX%
FileRootPath=R:\%SANDBOX%
and default one FileRootPath=C:\Sandbox\%USER%\%SANDBOX%

The only constant should always be there is %SANDBOX% as you can see.

Re: Independent folders for a single sandbox

Posted: Tue Jun 28, 2016 4:31 pm
by royan
Mr.X wrote:
royan wrote:Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?
Let me understand correctly. You want to have a folder structure something like this, right?:
C:\Sandbox1
C:\Sandbox2
C:\Sandbox3
C:\Sandbox4

If so, you can edit Sandboxie.ini then add, mutatis mutandis, on every sandbox settings the following line:
FileRootPath=C:\%SANDBOX%

Examples of the folders/paths you can have simultaneously (even different drives):
FileRootPath=C:\%SANDBOX%
FileRootPath=C:\APPS\%SANDBOX%
FileRootPath=D:\%SANDBOX%
FileRootPath=R:\%SANDBOX%
and default one FileRootPath=C:\Sandbox\%USER%\%SANDBOX%

The only constant should always be there is %SANDBOX% as you can see.
Thanks! It's exactly what i need!