<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; inprivate</title>
	<atom:link href="http://www.ghacks.net/tag/inprivate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 8 Command Line Arguments</title>
		<link>http://www.ghacks.net/2009/06/23/internet-explorer-8-command-line-arguments/</link>
		<comments>http://www.ghacks.net/2009/06/23/internet-explorer-8-command-line-arguments/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:00:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[inprivate]]></category>
		<category><![CDATA[internet explorer 8]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[kiosk mode]]></category>
		<category><![CDATA[Microsoft internet explorer]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13795</guid>
		<description><![CDATA[Internet Explorer 8 is not a bad browser. No really. It is definitely better than Internet Explorer 7 or the dreaded Internet Explorer 6. Microsoft has added several interesting features to the web browser that can compete with the features offered by popular third party browsers like Opera, Google Chrome or Firefox. It is probably [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8.png" alt="internet explorer 8" title="internet explorer 8" width="128" height="128" class="alignleft size-full wp-image-11776" /><a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> 8 is not a bad browser. No really. It is definitely better than Internet Explorer 7 or the dreaded Internet Explorer 6. Microsoft has added several interesting features to the web browser that can compete with the features offered by popular third party browsers like <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a>, Google Chrome or <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. It is probably still the most used web browser in business and enterprise environments.</p>
<p>Microsoft has introduced a few new features in Internet Explorer 8 including the inPrivate privacy feature but also architectural changes that made Internet Explorer 8 a multi-process browser. Microsoft has created a handful of command line arguments for Internet Explorer 8 that can be useful under certain circumstances.</p>
<p><span id="more-13795"></span>Probably the most interesting is the ability to start Internet Explorer 8 directly in InPrivate mode by using the <strong>-private</strong> argument. This can be combined with the url argument that will open a specified url directly in Internet Explorer 8. The argument to open a specific url is simply that url, for example http://www.ghacks.net/. You can add the two parameters to any Internet Explorer 8 shortcut so that you start the web browser immediately in inPrivate mode and the specified url.</p>
<p>A right-click and the selection of Properties should open the Internet Explorer Properties window which contains a Target form in the Shortcut tab.</p>
<p>Simply append  <strong> -private http://www.ghacks.net/ </strong> at the end of the line. The full line should look like the following afterwards:</p>
<p><code>"C:\Program Files\Internet Explorer\iexplore.exe" -private http://www.ghacks.net/</code></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/internet_explorer_8.jpg" alt="internet explorer 8" title="internet explorer 8" width="365" height="198" class="alignnone size-full wp-image-13796" /></p>
<p>There are two additional command line arguments available for Internet Explorer 8 that might come in handy. The -k argument starts Internet Explorer 8 in Kiosk mode which has been designed primarily for presentations. It will start the web browser without toolbars and status bar. </p>
<p>The final parameter is -extoff which will start Internet Explorer 8 without extensions which is useful for troubleshooting purposes.</p>
<p>Which leads to the closing question: Does anyone know how to always launch Internet Explorer in InPrivate mode. The shortcut works fine if Internet Explorer 8 is started from the icon but it does not help if the user clicks on a link in another program like Microsoft Outlook. </p>

	Tags: <a href="http://www.ghacks.net/tag/inprivate/" title="inprivate" rel="tag">inprivate</a>, <a href="http://www.ghacks.net/tag/internet-explorer-8/" title="internet explorer 8" rel="tag">internet explorer 8</a>, <a href="http://www.ghacks.net/tag/internet-explorer/" title="internet-explorer" rel="tag">internet-explorer</a>, <a href="http://www.ghacks.net/tag/kiosk-mode/" title="kiosk mode" rel="tag">kiosk mode</a>, <a href="http://www.ghacks.net/tag/microsoft-internet-explorer/" title="Microsoft internet explorer" rel="tag">Microsoft internet explorer</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/22/internet-explorer-8-address-bar-buttons/" title="Internet Explorer 8 Address Bar Buttons (March 22, 2009)">Internet Explorer 8 Address Bar Buttons</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/internet-explorer-8-ad-blocking/" title="Internet Explorer 8 Ad Blocking (April 8, 2009)">Internet Explorer 8 Ad Blocking</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/07/19/improve-internet-eplorer-8-speed/" title="Improve Internet Eplorer 8 Speed (July 19, 2009)">Improve Internet Eplorer 8 Speed</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/05/10/4-internet-explorer-8-annoyances/" title="4 Internet Explorer 8 Annoyances (May 10, 2009)">4 Internet Explorer 8 Annoyances</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/09/05/take-back-your-privacy-by-disabling-auto-suggest-in-ie8/" title="Take Back Your Privacy By Disabling Auto Suggest In IE8 (September 5, 2008)">Take Back Your Privacy By Disabling Auto Suggest In IE8</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/23/internet-explorer-8-command-line-arguments/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
