Sandboxie tips
Easy sandbox start:
(multiple sandboxes are only available in the registered version)
After installation of Sandboxie, copy start.exe from the Sandboxie directory to the Windows directory, renaming it sandbox.exe. Copy sbiedll.dll as well.
Now programs can be started from the command prompt by typing sandbox [/box:sandbox name] <program executable>.
Shortcuts can be changed by adding sandbox [/box:sandbox name] in front of the target entry;
sandbox.exe /box:web "E:\Program Files\Mozilla Firefox\firefox.exe"
Force start in sandbox: (only available in the registered version)
Start Sandboxie Control, click on Configuration, Edit configuration.
If there are multiple sandboxes defined, go to the one you prefer, otherwise look for the standard [Defaultbox] entry.
Under the line BoxNameTitle=n (I prefer to add it to the end), add the line ForceProcess=<program executable> for every program that has to start in a sandbox.
Example:
[Web]
Enabled=yes
CopyLimitKb=32768
BlockDrivers=y
BlockFakeInput=y
BlockWinHooks=y
BoxNameTitle=n
ForceProcess=firefox.exe
ForceProcess=iexplore.exe
ForceProcess=malware.exe
Close notepad and save, and reload the configuration for the changes to take effect.