Sandboxie 3.30

About Sandboxie:
When you run a program on your computer, data flows from the hard disk to the program via read operations.
The data is then processed and displayed, and finally flows back from the progam to the hard disk via write operations.



For example, if you run the Freecell program to play a game, it starts by reading the previously recorded statistics,
displaying and altering them as you play the game, and finally writing them back to disk for future reference.

Sandboxie changes the rules such that write operations do not make it back to your hard disk



The illustration shows the key component of Sandboxie: a transient storage area, or sandbox. Data flows in both
directions between programs and the sandbox. During read operations, data may flow from the hard disk into the sandbox. But
data never flows back from the sandbox into the hard disk.

If you run Freecell inside the Sandboxie environment, Sandboxie reads the statistics data from the hard disk into the sandbox, to
satisfy the read requested by Freecell. When the game later writes the statistics, Sandboxie intercepts this operation and directs
the data to the sandbox.

If you then run Freecell without the aid of Sandboxie, the read operation would bypass the sandbox altogether, and the statistics
would be retrieved from the hard disk.

The transient nature of the sandbox makes it is easy to get rid of everything in it. If you were to throw away the sandbox, by deleting
everything in it, the sandboxed statistics would be gone for good, as if they had never been there in the first place.

Website:
CODE
http://www.sandboxie.com/



Pass: www.tsbay.org
CODE
http://rapidshare.com/files/143357619/0849_SanBox.rar


Note: Sometimes "Typing" a rar password in will work when
"Copy & Paste" will not.


All credit to the original uploader