<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.sandboxie.com/phpBB3/app.php/feed/topic/24673" />

	<title>Sandboxie Support</title>
	<subtitle>Support Forum for Sandboxie</subtitle>
	<link href="https://forums.sandboxie.com/phpBB3/index.php" />
	<updated>2017-07-24T11:12:35-04:00</updated>

	<author><name><![CDATA[Sandboxie Support]]></name></author>
	<id>https://forums.sandboxie.com/phpBB3/app.php/feed/topic/24673</id>

		<entry>
		<author><name><![CDATA[Barb@Invincea]]></name></author>
		<updated>2017-07-24T11:12:35-04:00</updated>

		<published>2017-07-24T11:12:35-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129338#p129338</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129338#p129338"/>
		<title type="html"><![CDATA[Re: IE context menu: Open Link Sandboxed]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129338#p129338"><![CDATA[
Hello TimRude,<br><br>I have moved your thread to the Contributed Utilities &amp; Templates section.<br><br>Thank you,<br>Barb.-<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=32296">Barb@Invincea</a> — Mon Jul 24, 2017 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TimRude]]></name></author>
		<updated>2017-07-21T22:05:06-04:00</updated>

		<published>2017-07-21T22:05:06-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129306#p129306</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129306#p129306"/>
		<title type="html"><![CDATA[Re: IE context menu: Open Link Sandboxed]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129306#p129306"><![CDATA[
Well, after some tinkering I think the following gets it done nicely:<br><ol style="list-style-type: decimal"><li>Extract (from the attached zip file) the file named <strong><span style="color: #BF0000">SBIELauncher.hta</span></strong> to your "C:\Program Files\Sandboxie" folder. The content of this file is:<div class="codebox"><p>CODE: </p><pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;script type="text/javascript" language="JavaScript"&gt;&lt;!--// Set the window to zero size, since we do not intend// to use this window.window.resizeTo(0, 0);window.dialogWidth = 0;window.dialogHeight = 0;--&gt;    &lt;/script&gt;&lt;head xmlns:HTA="urn:microsoft:hta"&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;&lt;HTA:APPLICATION ID="oHTA"APPLICATIONNAME=""BORDER="dialog"BORDERSTYLE="normal"CAPTION="no"MAXIMIZEBUTTON="no"MINIMIZEBUTTON="yes"SCROLL="no"SHOWINTASKBAR="yes"SINGLEINSTANCE="no"SYSMENU="no"CONTEXTMENU="no"VERSION="1.0"WINDOWSTATE="minimize"/&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;&lt;script type="text/javascript" language="JavaScript"&gt;&lt;!--try{// Get the context menu link...var shell = new ActiveXObject("WScript.Shell");var URL = external.menuArguments.event.srcElement;    // Launch Sandboxie default browser, passing the URL as the parametervar cmdLine = "\"C:\\Program Files\\Sandboxie\\Start.exe\" default_browser " + URL;shell.run(cmdLine);// Close the windowwindow.close();}catch(e){}--&gt;    &lt;/script&gt;&lt;/html&gt;</code></pre></div></li><li>Extract (from the attached zip file) the file named <strong><span style="color: #BF0000">OpenInSandbox.reg</span></strong> to your desktop. Then right-click it and select Merge to update the registry. You can delete this file once the registry has been updated. The content of this file is:<div class="codebox"><p>CODE: </p><pre><code>Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Open in Sandbox]@="C:\\Program Files\\Sandboxie\\SBIELauncher.hta""Contexts"=dword:00000020</code></pre></div></li><li> Once that's done and you restart Internet Explorer, you should now see a new context menu entry named <strong><span style="color: #BF0000">Open in Sandbox</span></strong> when you right-click on a link on a web-page. Selecting it should open the link in a sandbox, even if you were viewing the web-page in a non-sandboxed instance of Internet Explorer.</li><li>Note that if your system is configured differently so that <strong>C:\Program Files\Sandboxie</strong> is not where your Sandboxie installation is located, some editing of the two files will be necessary before using them.</li></ol><dl class="file"><dt><span class="imageset icon_topic_attach"></span> <a class="postlink" href="./../../.https://forums.sandboxie.com/phpBB3/download/file.php?id=1190">OpenInSandbox.zip</a></dt></dl><p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=23350">TimRude</a> — Fri Jul 21, 2017 10:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TimRude]]></name></author>
		<updated>2017-07-21T17:35:38-04:00</updated>

		<published>2017-07-21T17:35:38-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129304#p129304</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129304#p129304"/>
		<title type="html"><![CDATA[Re: IE context menu: Open Link Sandboxed]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129304#p129304"><![CDATA[
For most sites I do run sandboxed, but there are some that I don't. I always empty the sandbox upon closing it, and there are some sites that I want to keep temp data (cookies, etc.) persistent for while others get purged.<br><br>So I don't want to always have my browser open in a sandbox. I'd just like to be able to open a specific link directly in a sandboxed browser.<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=23350">TimRude</a> — Fri Jul 21, 2017 5:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Barb@Invincea]]></name></author>
		<updated>2017-07-21T17:30:59-04:00</updated>

		<published>2017-07-21T17:30:59-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129303#p129303</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129303#p129303"/>
		<title type="html"><![CDATA[Re: IE context menu: Open Link Sandboxed]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129303#p129303"><![CDATA[
Hello TimRude,<br><br>If you have the paid version of Sandboxie, you can use Forced Program:<br><a href="https://www.sandboxie.com/index.php?ProgramStartSettings#program" class="postlink">https://www.sandboxie.com/index.php?Pro ... gs#program</a><br><br>Is there any reason why you don't want to run IE Sandboxed all the time instead? <br><br>Regards,<br>Barb.-<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=32296">Barb@Invincea</a> — Fri Jul 21, 2017 5:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TimRude]]></name></author>
		<updated>2017-07-21T17:25:37-04:00</updated>

		<published>2017-07-21T17:25:37-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129302#p129302</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129302#p129302"/>
		<title type="html"><![CDATA[IE context menu: Open Link Sandboxed]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=24673&amp;p=129302#p129302"><![CDATA[
Sometimes I'm viewing a trusted website open in IE (not sandboxed) and I see a link on a page to another site that I'd like to check out, but I want to check out the link in a sandbox. Presently I have to copy the link to the clipboard, open up IE in a sandbox, and then paste the link into the address bar. Would be much easier if there was a right-click context menu entry in IE to 'Open Link Sandboxed' that would automatically open a new instance of IE in the sandbox and go to the link.<br><br>Has anybody already created a nifty registry tweak (presumably to HKCU\Software\Microsoft\Internet Explorer\MenuExt) to do this?<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=23350">TimRude</a> — Fri Jul 21, 2017 5:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
