Independent folders for a single sandbox [SOLVED]
Posted: Mon Jun 27, 2016 3:01 am
Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?
Support Forum for Sandboxie
https://forums.sandboxie.com/phpBB3/
https://forums.sandboxie.com/phpBB3/viewtopic.php?f=4&t=23086
Let me understand correctly. You want to have a folder structure something like this, right?:royan wrote:Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?
Thanks! It's exactly what i need!Mr.X wrote:Let me understand correctly. You want to have a folder structure something like this, right?:royan wrote:Currently sandboxes share one folder, is it possible to create a sandbox with a independent path?
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.