• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Opening firefox in Sandboxie.

pronoob

New Member
Joined
Jan 7, 2016
Messages
16 (0.00/day)
Hey guys! I came here cause you guys may know how to do this. Basically I want to make it so when I click a link it opens firefox in Sandboxie. Is this possible? If so how do you do it? I came here cause I thought maybe I could write a script or something.
 
set your default html file and http protocol handler to
Code:
"%programfiles%\Sandboxie\Start.exe" "%programfiles%\Mozilla Firefox\firefox.exe" -osint -url "%1"
if you are using firefox as the default browser it should be
Code:
HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command
and
Code:
HKEY_CLASSES_ROOT\FirefoxURL\shell\open\command

ymmv
 
  • Like
Reactions: xvi
Back
Top