SandboxRemovableDisk
Previous  Top  Next

SandboxRemovable - Determines if removable drives will have sandboxing applied.

By default Thinstall allows users to write directly to removable drives without applying sandboxing.
Removable disks include USB Flash and removable hard drives.

Examples:  
 
This will prevent the user from writting directly to removable disk; instead, changes go to the sandbox 
[BuildOptions]  
SandboxRemovableDisk=1

This allows users to write directly to removable disks without changes going to the sandbox (default) 
[BuildOptions]  
SandboxRemovableDisk=0