I FINALLY FIGURED OUT HOW TO DO IT AND IT WORKS NICELY! FOR ANYONE ELSE WHO MAY DESIRE THIS FEATURE FOR PROTECTION FROM SUSCEPTIBLE SECURITY RISK EXTENSIONS JUST DO THIS:CB wrote:I tried to put in the wild card character in program alerts for *.pdf but it didn't work so I assume it's because it was looking for the filename of "*" instead of seeing it as a wildcard. This feature would be great because of the vulnerabilities that often arise around certain file types like pdf's and quicktime files before there are patches available to address the potential malware vulnerabilities. I looked and didn't see this point posted and apologize if it is a duplicate request.
If there is a way to automatically run SB by adding it to filetypes in explorer for PDF's then I would appreciate any info that anyone could provide in that regards so that it starts every time for a particular extension. I tried "Start.exe c:\adobe\reader\acrobat.exe" but it wouldn't accept it.
This would be valuable for this program because I'm not about to open VMware to read a pdf file but I would like to have protection against javascript malware that could be included in such a file without turning off/on pdf scripting when needed.
Thanks
IN MY CASE, I WANTED TO PROTECT MYSELF FROM .PDF FILES THAT HAVE/HAD A RISK OF INFECTING SYSTEMS UPON SIMPLY OPENING THEM WITHOUT WARNING. THEREFORE, GO TO TOOLS-FOLDER OPTIONS-FILE TYPES-PDF (in my case). THEN GO TO ADVANCED AND EDIT THE OPEN COMMAND AND PUT THE COMMAND IN THIS FORMAT:
"C:\Program Files\Sandboxie\Start.exe" "C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe" "%1"
THIS OPENS SANDBOXIE WHICH OPENS THE SPECIFIC APP WHICH OPENS THE SPECIFIC FILE THAT YOU HAVE DOUBLE CLICKED ON.
IF YOU WANT TO OPEN WITHOUT SB THEN JUST RIGHT CLICK ON THE FILE AND USE "OPEN WITH" AND CHOOSE THE APP YOU WANT TO USE.
SWITCHING BACK TO OPENING THE APP WITHOUT SB IS SIMPLY A MATTER OF DELETING THE FIRST SET OF INFO IN QUOTES.