Page 1 of 1

Sandboxie version 2.78.9 Released

Posted: Fri Feb 23, 2007 10:16 am
by tzuk
This version fixes some bugs, improves a bit on the general usability of Sandboxie, and introduces a couple of advanced features.

This beta does not yet include the planned improvements to Sandboxie Control.

Download here.

Usability improvements in more detail:

- Previously, if Windows Installer was needed but not found, the sandboxed application would end itself. It will now wait for the service to be started, and then continue.

- Run from Sandboxie Start Menu now includes desktop shortcuts (to programs), and an "explore folder" action in every menu.

Advanced features:

- Configuration file may specify new per-sandbox setting:

Code: Select all

AutoImportReg=path/to/file.reg
This setting may be specified multiple times, and will cause file.reg to be imported into the sandbox (via RegEdit).

- Terminate processes from command line:

Code: Select all

Start.exe /box:(boxname) /terminate
But there is no support to terminate processes in multiple sandboxes. They would have to be terminated one sandbox at a time.