Breakout Folder

BreakoutFolder is a sandbox setting in Sandboxie Ini available since v1.0.8 / 5.55.8. It forces a folder’s content to run unsandboxed even if started from inside the sandbox.

Usage:

   .
   .
   .
   [DefaultBox]
   BreakoutFolder=C:\Downloads
   BreakoutFolder=E:\
   BreakoutFolder=C:\App\*
   BreakoutFolder=C:\App?
   BreakoutFolder=C:\?pp\*

The first example specifies that any content inside the folder “C:\Downloads” will be launched unsandboxed.

Entire drives can also be specified as shown in the second example.

The third and fourth lines show basic characters from wildcards.

Also, you can combine several wildcards to match the specified folder name and subfolders.

NOTE:

Check BreakoutProcess for information on breaking out programs.

Also check ForceFolder, the counterpart of this setting, which forces a folder’s content to launch sandboxed.