Version: 3.0.0.0 (Refactored)
A modernized and refactored version of the original SandboxToys script by r0lZ, updated by blap and others, now fully compatible with AutoHotkey v2 and modern Sandboxie-Plus versions.
SandboxToys2 is a powerful utility designed to enhance the experience of using Sandboxie-Plus. It provides a convenient menu-driven interface to manage your sandboxes, launch applications, and access a suite of advanced tools for monitoring and analysis.
This version has been completely refactored into a class-based, modular architecture, making it more robust and maintainable, while retaining and enhancing all the features of the original.
Ctrl+Click on menu items to create a sandboxed shortcut on your real desktop, and Shift+Click to open the item's location in Explorer.SandboxToys2.ahk (or the compiled .exe). The main menu will appear at your mouse cursor. Make a selection, and the script will perform the action and exit./tray command-line argument to keep it running in the system tray for quick access.
SandboxToys2.ahk /tray
/box:boxname argument to restrict the menu to a single sandbox. This can be combined with /tray.
SandboxToys2.ahk /box:DefaultBox /tray
You can create a sandboxed shortcut to any file or program by passing its path as an argument.
SandboxToys2.ahk "C:\Path\To\MyProgram.exe"
If you have multiple sandboxes, a menu will appear asking you to choose the target sandbox. You can also specify it directly:
SandboxToys2.ahk /box:MyGamingBox "C:\Games\MyGame.exe"
A great way to use this is to create a shortcut to SandboxToys2.ahk in your SendTo folder (shell:sendto). You can then right-click any file, select "Send to", and choose SandboxToys2 to create a sandboxed shortcut for it.
For each sandbox, a sub-menu is created containing:
This new, advanced tool helps make sandboxed applications more portable by identifying their dependencies.
Prerequisite: You must have Process Monitor (ProcMon.exe) from Microsoft Sysinternals available on your system (either in the same folder as SandboxToys2 or in your system's PATH).
How it works:
.exe file you want to trace, the target sandbox, and the tracing mode (Files, Registry, or Both).The result is a more self-contained sandbox that is less dependent on your specific machine's configuration and can be more easily moved to other computers.
[#DefaultBox]) is prepended to shortcuts created by the script.AutoHotkey
100.0%
Version: 3.0.0.0 (Refactored)
A modernized and refactored version of the original SandboxToys script by r0lZ, updated by blap and others, now fully compatible with AutoHotkey v2 and modern Sandboxie-Plus versions.
SandboxToys2 is a powerful utility designed to enhance the experience of using Sandboxie-Plus. It provides a convenient menu-driven interface to manage your sandboxes, launch applications, and access a suite of advanced tools for monitoring and analysis.
This version has been completely refactored into a class-based, modular architecture, making it more robust and maintainable, while retaining and enhancing all the features of the original.
Ctrl+Click on menu items to create a sandboxed shortcut on your real desktop, and Shift+Click to open the item's location in Explorer.SandboxToys2.ahk (or the compiled .exe). The main menu will appear at your mouse cursor. Make a selection, and the script will perform the action and exit./tray command-line argument to keep it running in the system tray for quick access.
SandboxToys2.ahk /tray
/box:boxname argument to restrict the menu to a single sandbox. This can be combined with /tray.
SandboxToys2.ahk /box:DefaultBox /tray
You can create a sandboxed shortcut to any file or program by passing its path as an argument.
SandboxToys2.ahk "C:\Path\To\MyProgram.exe"
If you have multiple sandboxes, a menu will appear asking you to choose the target sandbox. You can also specify it directly:
SandboxToys2.ahk /box:MyGamingBox "C:\Games\MyGame.exe"
A great way to use this is to create a shortcut to SandboxToys2.ahk in your SendTo folder (shell:sendto). You can then right-click any file, select "Send to", and choose SandboxToys2 to create a sandboxed shortcut for it.
For each sandbox, a sub-menu is created containing:
This new, advanced tool helps make sandboxed applications more portable by identifying their dependencies.
Prerequisite: You must have Process Monitor (ProcMon.exe) from Microsoft Sysinternals available on your system (either in the same folder as SandboxToys2 or in your system's PATH).
How it works:
.exe file you want to trace, the target sandbox, and the tracing mode (Files, Registry, or Both).The result is a more self-contained sandbox that is less dependent on your specific machine's configuration and can be more easily moved to other computers.
[#DefaultBox]) is prepended to shortcuts created by the script.AutoHotkey
100.0%