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:
复制内容到剪贴板
代码:
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:
复制内容到剪贴板
代码:
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.
[
本帖最后由 诺亚方舟 于 2007-2-24 16:01 编辑 ]