This release fixes an incompatibility with windows server 2022 and presumably Windows 21H2 (once its out), it also adds a hand full of useful improvements allowing automatically starting selected boxes at system boot, as well as auto start the box content.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
Changelog
Added
- added option to run a sandbox in session 0
-- Note: the processes then have a system token, hence its recommended to enable "DropAdminRights=y" - when the UI is run with admin privileges it now can terminate sandboxed processes in other sessions
- added "StartSystemBox=" option to auto run a box on sbie start/system boot in session 0
-- Note: box start is done through issuing start.exe /box:[name] auto_run - add start.exe auto_run command to start all sandboxed auto start locations
- add start.exe /keep_alive command line switch it keeps a process running in the box untill it gracefully terminates
- added "StartCommand=" it starts a complex command through start.exe on box startup
- added menu option to start regedit and load the box reg key
Changed
- changed command prompt icon and string from "terminal" to "command prompt" #1135
- sys tray can now also use the classic icon #963
- reworked box menu layout a bit