Hi,
I also use Sandboxie with SuRun (XPSP3) and I created a context menu entry with the following:
(I edit/create my custom context menu using
PowerPro)
%windir%\surun.exe \progra~1\sandbo~1\start.exe /box:__ask__
(you can edit the registry to avoid any tool, for that just copy and paste the following and save it as *.reg file or just apply the attached file):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\surunboxie]
[HKEY_CLASSES_ROOT\*\shell\surunboxie\command]
@="\"c:\\windows\\surun.exe\" \"\\progra~1\\sandbo~1\\start.exe\" /box:__ask__ \"%1\" %*"
if you wish to create the keys manually, here's the string:
"c:\windows\surun.exe" "\progra~1\sandbo~1\start.exe" /box:__ask__ "%1" %*