Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Working example of SANDBOX

Aug
2,256
108
A working example of an application running in a SANDBOX app container would be appreciated.

An example of what I have tried...
Code:
U:\>SANDBOX /V /A /D"r:\" c:\windows\system32\notepad.exe
ERROR: The system cannot find the file specified.

Maybe I am missing the point of what the SANDBOX command does?

Joe
 
Sandboxie Plus is great when you want to run a sandboxed version of TCC.

Code:
C:\...\TCMD34>which sbx
sbx is an alias : "C:\Program Files\Sandboxie-Plus\start.exe"

C:\...\TCMD34>sbx tcc.exe

In Sandboxie Plus, TCC has its own registry, file system,
and its own environment,
so any changes that you make are not reflected to the host system.

Joe
 
Back
Top